Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyIpamPoolAllocationRequest.Builder
Packages that use ModifyIpamPoolAllocationRequest.Builder
Package
Description
-
Uses of ModifyIpamPoolAllocationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyIpamPoolAllocationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyIpamPoolAllocation(Consumer<ModifyIpamPoolAllocationRequest.Builder> modifyIpamPoolAllocationRequest) Modifies the description of an IPAM pool allocation.default ModifyIpamPoolAllocationResponseEc2Client.modifyIpamPoolAllocation(Consumer<ModifyIpamPoolAllocationRequest.Builder> modifyIpamPoolAllocationRequest) Modifies the description of an IPAM pool allocation. -
Uses of ModifyIpamPoolAllocationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyIpamPoolAllocationRequest.BuilderModifier and TypeMethodDescriptionModifyIpamPoolAllocationRequest.builder()ModifyIpamPoolAllocationRequest.Builder.description(String description) The new description for the IPAM pool allocation.A check for whether you have the required permissions for the action without actually making the request and provides an error response.ModifyIpamPoolAllocationRequest.Builder.ipamPoolAllocationId(String ipamPoolAllocationId) The ID of the IPAM pool allocation you want to modify.ModifyIpamPoolAllocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyIpamPoolAllocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyIpamPoolAllocationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyIpamPoolAllocationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyIpamPoolAllocationRequest.Builder>ModifyIpamPoolAllocationRequest.serializableBuilderClass()