Uses of Interface
software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest.Builder
-
Packages that use GetIpamPoolAllocationsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of GetIpamPoolAllocationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetIpamPoolAllocationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIpamPoolAllocationsResponse>Ec2AsyncClient. 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)Get a list of all the CIDR allocations in an IPAM pool.default GetIpamPoolAllocationsIterableEc2Client. getIpamPoolAllocationsPaginator(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)Get a list of all the CIDR allocations in an IPAM pool. -
Uses of GetIpamPoolAllocationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetIpamPoolAllocationsRequest.Builder Modifier and Type Method Description static GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest. builder()GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest.Builder. dryRun(Boolean dryRun)A check for whether you have the required permissions for the action without actually making the request and provides an error response.GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest.Builder. filters(Collection<Filter> filters)One or more filters for the request.GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest.Builder. filters(Consumer<Filter.Builder>... filters)One or more filters for the request.GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest.Builder. filters(Filter... filters)One or more filters for the request.GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest.Builder. ipamPoolAllocationId(String ipamPoolAllocationId)The ID of the allocation.GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest.Builder. ipamPoolId(String ipamPoolId)The ID of the IPAM pool you want to see the allocations for.GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results you would like returned per page.GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest.Builder. nextToken(String nextToken)The token for the next page of results.GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIpamPoolAllocationsRequest.BuilderGetIpamPoolAllocationsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetIpamPoolAllocationsRequest.Builder Modifier and Type Method Description static Class<? extends GetIpamPoolAllocationsRequest.Builder>GetIpamPoolAllocationsRequest. serializableBuilderClass()
-