Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsResponse
-
Packages that use DescribeCoipPoolsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeCoipPoolsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeCoipPoolsResponse Modifier and Type Method Description default DescribeCoipPoolsResponseEc2Client. describeCoipPools(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)Describes the specified customer-owned address pools or all of your customer-owned address pools.default DescribeCoipPoolsResponseEc2Client. describeCoipPools(DescribeCoipPoolsRequest describeCoipPoolsRequest)Describes the specified customer-owned address pools or all of your customer-owned address pools.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeCoipPoolsResponse Modifier and Type Method Description default CompletableFuture<DescribeCoipPoolsResponse>Ec2AsyncClient. describeCoipPools(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)Describes the specified customer-owned address pools or all of your customer-owned address pools.default CompletableFuture<DescribeCoipPoolsResponse>Ec2AsyncClient. describeCoipPools(DescribeCoipPoolsRequest describeCoipPoolsRequest)Describes the specified customer-owned address pools or all of your customer-owned address pools. -
Uses of DescribeCoipPoolsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeCoipPoolsResponse Modifier and Type Method Description Iterator<DescribeCoipPoolsResponse>DescribeCoipPoolsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeCoipPoolsResponse Modifier and Type Method Description voidDescribeCoipPoolsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeCoipPoolsResponse> subscriber)
-