Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeResponse
-
Packages that use DescribeAddressesAttributeResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeAddressesAttributeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeAddressesAttributeResponse Modifier and Type Method Description default DescribeAddressesAttributeResponseEc2Client. describeAddressesAttribute(Consumer<DescribeAddressesAttributeRequest.Builder> describeAddressesAttributeRequest)Describes the attributes of the specified Elastic IP addresses.default DescribeAddressesAttributeResponseEc2Client. describeAddressesAttribute(DescribeAddressesAttributeRequest describeAddressesAttributeRequest)Describes the attributes of the specified Elastic IP addresses.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeAddressesAttributeResponse Modifier and Type Method Description default CompletableFuture<DescribeAddressesAttributeResponse>Ec2AsyncClient. describeAddressesAttribute(Consumer<DescribeAddressesAttributeRequest.Builder> describeAddressesAttributeRequest)Describes the attributes of the specified Elastic IP addresses.default CompletableFuture<DescribeAddressesAttributeResponse>Ec2AsyncClient. describeAddressesAttribute(DescribeAddressesAttributeRequest describeAddressesAttributeRequest)Describes the attributes of the specified Elastic IP addresses. -
Uses of DescribeAddressesAttributeResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeAddressesAttributeResponse Modifier and Type Method Description Iterator<DescribeAddressesAttributeResponse>DescribeAddressesAttributeIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeAddressesAttributeResponse Modifier and Type Method Description voidDescribeAddressesAttributePublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeAddressesAttributeResponse> subscriber)
-