Uses of Class
software.amazon.awssdk.services.ec2.model.AddressAttribute
Packages that use AddressAttribute
Package
Description
-
Uses of AddressAttribute in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AddressAttributeModifier and TypeMethodDescriptionfinal AddressAttributeModifyAddressAttributeResponse.address()Information about the Elastic IP address.final AddressAttributeResetAddressAttributeResponse.address()Information about the IP address.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AddressAttributeModifier and TypeMethodDescriptionfinal List<AddressAttribute>DescribeAddressesAttributeResponse.addresses()Information about the IP addresses.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AddressAttributeModifier and TypeMethodDescriptionModifyAddressAttributeResponse.Builder.address(AddressAttribute address) Information about the Elastic IP address.ResetAddressAttributeResponse.Builder.address(AddressAttribute address) Information about the IP address.DescribeAddressesAttributeResponse.Builder.addresses(AddressAttribute... addresses) Information about the IP addresses.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AddressAttributeModifier and TypeMethodDescriptionDescribeAddressesAttributeResponse.Builder.addresses(Collection<AddressAttribute> addresses) Information about the IP addresses. -
Uses of AddressAttribute in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type AddressAttributeModifier and TypeMethodDescriptionfinal SdkIterable<AddressAttribute>DescribeAddressesAttributeIterable.addresses()Returns an iterable to iterate through the paginatedDescribeAddressesAttributeResponse.addresses()member.final SdkPublisher<AddressAttribute>DescribeAddressesAttributePublisher.addresses()Returns a publisher that can be used to get a stream of data.