Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsRequest.Builder
Packages that use DescribeCoipPoolsRequest.Builder
Package
Description
-
Uses of DescribeCoipPoolsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeCoipPoolsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.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) This is a variant ofEc2AsyncClient.describeCoipPools(software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsRequest)operation.default DescribeCoipPoolsIterableEc2Client.describeCoipPoolsPaginator(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest) This is a variant ofEc2Client.describeCoipPools(software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsRequest)operation. -
Uses of DescribeCoipPoolsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeCoipPoolsRequest.BuilderModifier and TypeMethodDescriptionDescribeCoipPoolsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeCoipPoolsRequest.Builder.filters(Collection<Filter> filters) One or more filters.DescribeCoipPoolsRequest.Builder.filters(Consumer<Filter.Builder>... filters) One or more filters.One or more filters.DescribeCoipPoolsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return with a single call.The token for the next page of results.DescribeCoipPoolsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeCoipPoolsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The IDs of the address pools.DescribeCoipPoolsRequest.Builder.poolIds(Collection<String> poolIds) The IDs of the address pools.DescribeCoipPoolsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeCoipPoolsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeCoipPoolsRequest.Builder>DescribeCoipPoolsRequest.serializableBuilderClass()