Uses of Interface
software.amazon.awssdk.services.ec2.model.ReleaseIpamPoolAllocationRequest.Builder
-
Packages that use ReleaseIpamPoolAllocationRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of ReleaseIpamPoolAllocationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ReleaseIpamPoolAllocationRequest.Builder Modifier and Type Method Description default CompletableFuture<ReleaseIpamPoolAllocationResponse>Ec2AsyncClient. releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest)Release an allocation within an IPAM pool.default ReleaseIpamPoolAllocationResponseEc2Client. releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest)Release an allocation within an IPAM pool. -
Uses of ReleaseIpamPoolAllocationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReleaseIpamPoolAllocationRequest.Builder Modifier and Type Method Description static ReleaseIpamPoolAllocationRequest.BuilderReleaseIpamPoolAllocationRequest. builder()ReleaseIpamPoolAllocationRequest.BuilderReleaseIpamPoolAllocationRequest.Builder. cidr(String cidr)The CIDR of the allocation you want to release.ReleaseIpamPoolAllocationRequest.BuilderReleaseIpamPoolAllocationRequest.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.BuilderReleaseIpamPoolAllocationRequest.Builder. ipamPoolAllocationId(String ipamPoolAllocationId)The ID of the allocation.ReleaseIpamPoolAllocationRequest.BuilderReleaseIpamPoolAllocationRequest.Builder. ipamPoolId(String ipamPoolId)The ID of the IPAM pool which contains the allocation you want to release.ReleaseIpamPoolAllocationRequest.BuilderReleaseIpamPoolAllocationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ReleaseIpamPoolAllocationRequest.BuilderReleaseIpamPoolAllocationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ReleaseIpamPoolAllocationRequest.BuilderReleaseIpamPoolAllocationRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReleaseIpamPoolAllocationRequest.Builder Modifier and Type Method Description static Class<? extends ReleaseIpamPoolAllocationRequest.Builder>ReleaseIpamPoolAllocationRequest. serializableBuilderClass()
-