| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ReleaseIpamPoolAllocationResponse> |
Ec2AsyncClient.releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest)
Release an allocation within an IPAM pool.
|
default ReleaseIpamPoolAllocationResponse |
Ec2Client.releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest)
Release an allocation within an IPAM pool.
|
| Modifier and Type | Method and Description |
|---|---|
static ReleaseIpamPoolAllocationRequest.Builder |
ReleaseIpamPoolAllocationRequest.builder() |
ReleaseIpamPoolAllocationRequest.Builder |
ReleaseIpamPoolAllocationRequest.Builder.cidr(String cidr)
The CIDR of the allocation you want to release.
|
ReleaseIpamPoolAllocationRequest.Builder |
ReleaseIpamPoolAllocationRequest.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.
|
ReleaseIpamPoolAllocationRequest.Builder |
ReleaseIpamPoolAllocationRequest.Builder.ipamPoolAllocationId(String ipamPoolAllocationId)
The ID of the allocation.
|
ReleaseIpamPoolAllocationRequest.Builder |
ReleaseIpamPoolAllocationRequest.Builder.ipamPoolId(String ipamPoolId)
The ID of the IPAM pool which contains the allocation you want to release.
|
ReleaseIpamPoolAllocationRequest.Builder |
ReleaseIpamPoolAllocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ReleaseIpamPoolAllocationRequest.Builder |
ReleaseIpamPoolAllocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ReleaseIpamPoolAllocationRequest.Builder |
ReleaseIpamPoolAllocationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReleaseIpamPoolAllocationRequest.Builder> |
ReleaseIpamPoolAllocationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.