Uses of Class
software.amazon.awssdk.services.ec2.model.AddressAttribute
-
Packages that use AddressAttribute Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of AddressAttribute in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AddressAttribute Modifier and Type Method Description AddressAttributeModifyAddressAttributeResponse. address()Information about the Elastic IP address.AddressAttributeResetAddressAttributeResponse. address()Information about the IP address.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AddressAttribute Modifier and Type Method Description List<AddressAttribute>DescribeAddressesAttributeResponse. addresses()Information about the IP addresses.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AddressAttribute Modifier and Type Method Description ModifyAddressAttributeResponse.BuilderModifyAddressAttributeResponse.Builder. address(AddressAttribute address)Information about the Elastic IP address.ResetAddressAttributeResponse.BuilderResetAddressAttributeResponse.Builder. address(AddressAttribute address)Information about the IP address.DescribeAddressesAttributeResponse.BuilderDescribeAddressesAttributeResponse.Builder. addresses(AddressAttribute... addresses)Information about the IP addresses.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AddressAttribute Modifier and Type Method Description DescribeAddressesAttributeResponse.BuilderDescribeAddressesAttributeResponse.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 AddressAttribute Modifier and Type Method Description SdkIterable<AddressAttribute>DescribeAddressesAttributeIterable. addresses()Returns an iterable to iterate through the paginatedDescribeAddressesAttributeResponse.addresses()member.SdkPublisher<AddressAttribute>DescribeAddressesAttributePublisher. addresses()Returns a publisher that can be used to get a stream of data.
-