Uses of Interface
software.amazon.awssdk.services.ec2.model.ReleaseIpamPoolAllocationRequest.Builder
Packages that use ReleaseIpamPoolAllocationRequest.Builder
Package
Description
-
Uses of ReleaseIpamPoolAllocationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ReleaseIpamPoolAllocationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest) Release an allocation within an IPAM pool.Ec2Client.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.BuilderModifier and TypeMethodDescriptionReleaseIpamPoolAllocationRequest.builder()The CIDR of the allocation you want to release.A check for whether you have the required permissions for the action without actually making the request and provides an error response.ReleaseIpamPoolAllocationRequest.Builder.ipamPoolAllocationId(String ipamPoolAllocationId) The ID of the allocation.ReleaseIpamPoolAllocationRequest.Builder.ipamPoolId(String ipamPoolId) The ID of the IPAM pool which contains the allocation you want to release.ReleaseIpamPoolAllocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ReleaseIpamPoolAllocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ReleaseIpamPoolAllocationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReleaseIpamPoolAllocationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReleaseIpamPoolAllocationRequest.Builder>ReleaseIpamPoolAllocationRequest.serializableBuilderClass()