Uses of Interface
software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest.Builder
Packages that use GetIpamPoolAllocationsRequest.Builder
Package
Description
-
Uses of GetIpamPoolAllocationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetIpamPoolAllocationsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.getIpamPoolAllocations(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest) Get a list of all the CIDR allocations in an IPAM pool.default GetIpamPoolAllocationsResponseEc2Client.getIpamPoolAllocations(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest) Get a list of all the CIDR allocations in an IPAM pool.default GetIpamPoolAllocationsPublisherEc2AsyncClient.getIpamPoolAllocationsPaginator(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest) This is a variant ofEc2AsyncClient.getIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest)operation.default GetIpamPoolAllocationsIterableEc2Client.getIpamPoolAllocationsPaginator(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest) This is a variant ofEc2Client.getIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest)operation. -
Uses of GetIpamPoolAllocationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetIpamPoolAllocationsRequest.BuilderModifier and TypeMethodDescriptionGetIpamPoolAllocationsRequest.builder()A check for whether you have the required permissions for the action without actually making the request and provides an error response.GetIpamPoolAllocationsRequest.Builder.filters(Collection<Filter> filters) One or more filters for the request.GetIpamPoolAllocationsRequest.Builder.filters(Consumer<Filter.Builder>... filters) One or more filters for the request.One or more filters for the request.GetIpamPoolAllocationsRequest.Builder.ipamPoolAllocationId(String ipamPoolAllocationId) The ID of the allocation.GetIpamPoolAllocationsRequest.Builder.ipamPoolId(String ipamPoolId) The ID of the IPAM pool you want to see the allocations for.GetIpamPoolAllocationsRequest.Builder.maxResults(Integer maxResults) The maximum number of results you would like returned per page.The token for the next page of results.GetIpamPoolAllocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetIpamPoolAllocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetIpamPoolAllocationsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetIpamPoolAllocationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetIpamPoolAllocationsRequest.Builder>GetIpamPoolAllocationsRequest.serializableBuilderClass()