Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetIpamPoolAllocationsResponse> |
Ec2AsyncClient.getIpamPoolAllocations(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
default GetIpamPoolAllocationsResponse |
Ec2Client.getIpamPoolAllocations(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
default GetIpamPoolAllocationsPublisher |
Ec2AsyncClient.getIpamPoolAllocationsPaginator(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
default GetIpamPoolAllocationsIterable |
Ec2Client.getIpamPoolAllocationsPaginator(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
Modifier and Type | Method and Description |
---|---|
static GetIpamPoolAllocationsRequest.Builder |
GetIpamPoolAllocationsRequest.builder() |
GetIpamPoolAllocationsRequest.Builder |
GetIpamPoolAllocationsRequest.Builder.filters(Collection<Filter> filters)
One or more filters for the request.
|
GetIpamPoolAllocationsRequest.Builder |
GetIpamPoolAllocationsRequest.Builder.filters(Consumer<Filter.Builder>... filters)
One or more filters for the request.
|
GetIpamPoolAllocationsRequest.Builder |
GetIpamPoolAllocationsRequest.Builder.filters(Filter... filters)
One or more filters for the request.
|
GetIpamPoolAllocationsRequest.Builder |
GetIpamPoolAllocationsRequest.Builder.ipamPoolAllocationId(String ipamPoolAllocationId)
The ID of the allocation.
|
GetIpamPoolAllocationsRequest.Builder |
GetIpamPoolAllocationsRequest.Builder.ipamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to see the allocations for.
|
GetIpamPoolAllocationsRequest.Builder |
GetIpamPoolAllocationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results you would like returned per page.
|
GetIpamPoolAllocationsRequest.Builder |
GetIpamPoolAllocationsRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
GetIpamPoolAllocationsRequest.Builder |
GetIpamPoolAllocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIpamPoolAllocationsRequest.Builder |
GetIpamPoolAllocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetIpamPoolAllocationsRequest.Builder |
GetIpamPoolAllocationsRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetIpamPoolAllocationsRequest.Builder> |
GetIpamPoolAllocationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.