Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeIpamPoolAllocationsRequest.Builder
Packages that use DescribeIpamPoolAllocationsRequest.Builder
Package
Description
-
Uses of DescribeIpamPoolAllocationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeIpamPoolAllocationsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeIpamPoolAllocations(Consumer<DescribeIpamPoolAllocationsRequest.Builder> describeIpamPoolAllocationsRequest) Describes IPAM pool allocations.Ec2Client.describeIpamPoolAllocations(Consumer<DescribeIpamPoolAllocationsRequest.Builder> describeIpamPoolAllocationsRequest) Describes IPAM pool allocations.Ec2AsyncClient.describeIpamPoolAllocationsPaginator(Consumer<DescribeIpamPoolAllocationsRequest.Builder> describeIpamPoolAllocationsRequest) This is a variant ofEc2AsyncClient.describeIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.DescribeIpamPoolAllocationsRequest)operation.Ec2Client.describeIpamPoolAllocationsPaginator(Consumer<DescribeIpamPoolAllocationsRequest.Builder> describeIpamPoolAllocationsRequest) This is a variant ofEc2Client.describeIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.DescribeIpamPoolAllocationsRequest)operation. -
Uses of DescribeIpamPoolAllocationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeIpamPoolAllocationsRequest.BuilderModifier and TypeMethodDescriptionDescribeIpamPoolAllocationsRequest.builder()A check for whether you have the required permissions for the action without actually making the request and provides an error response.DescribeIpamPoolAllocationsRequest.Builder.filters(Collection<Filter> filters) One or more filters for the request.DescribeIpamPoolAllocationsRequest.Builder.filters(Consumer<Filter.Builder>... filters) One or more filters for the request.One or more filters for the request.DescribeIpamPoolAllocationsRequest.Builder.ipamPoolAllocationIds(String... ipamPoolAllocationIds) The IDs of the IPAM pool allocations you want to describe.DescribeIpamPoolAllocationsRequest.Builder.ipamPoolAllocationIds(Collection<String> ipamPoolAllocationIds) The IDs of the IPAM pool allocations you want to describe.DescribeIpamPoolAllocationsRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token for the next page of results.DescribeIpamPoolAllocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeIpamPoolAllocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeIpamPoolAllocationsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeIpamPoolAllocationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeIpamPoolAllocationsRequest.Builder>DescribeIpamPoolAllocationsRequest.serializableBuilderClass()