Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsRequest.Builder
-
Packages that use DescribeCoipPoolsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DescribeCoipPoolsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeCoipPoolsRequest.Builder 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 DescribeCoipPoolsResponseEc2Client. describeCoipPools(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)Describes the specified customer-owned address pools or all of your customer-owned address pools.default DescribeCoipPoolsPublisherEc2AsyncClient. describeCoipPoolsPaginator(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)Describes the specified customer-owned address pools or all of your customer-owned address pools.default DescribeCoipPoolsIterableEc2Client. describeCoipPoolsPaginator(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)Describes the specified customer-owned address pools or all of your customer-owned address pools. -
Uses of DescribeCoipPoolsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeCoipPoolsRequest.Builder Modifier and Type Method Description static DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest. builder()DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest.Builder. filters(Collection<Filter> filters)One or more filters.DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest.Builder. filters(Consumer<Filter.Builder>... filters)One or more filters.DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest.Builder. filters(Filter... filters)One or more filters.DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest.Builder. nextToken(String nextToken)The token for the next page of results.DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest.Builder. poolIds(String... poolIds)The IDs of the address pools.DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest.Builder. poolIds(Collection<String> poolIds)The IDs of the address pools.DescribeCoipPoolsRequest.BuilderDescribeCoipPoolsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeCoipPoolsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeCoipPoolsRequest.Builder>DescribeCoipPoolsRequest. serializableBuilderClass()
-