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