Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyIpamPoolAllocationResponse
Packages that use ModifyIpamPoolAllocationResponse
-
Uses of ModifyIpamPoolAllocationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyIpamPoolAllocationResponseModifier and TypeMethodDescriptiondefault ModifyIpamPoolAllocationResponseEc2Client.modifyIpamPoolAllocation(Consumer<ModifyIpamPoolAllocationRequest.Builder> modifyIpamPoolAllocationRequest) Modifies the description of an IPAM pool allocation.default ModifyIpamPoolAllocationResponseEc2Client.modifyIpamPoolAllocation(ModifyIpamPoolAllocationRequest modifyIpamPoolAllocationRequest) Modifies the description of an IPAM pool allocation.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyIpamPoolAllocationResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyIpamPoolAllocation(Consumer<ModifyIpamPoolAllocationRequest.Builder> modifyIpamPoolAllocationRequest) Modifies the description of an IPAM pool allocation.Ec2AsyncClient.modifyIpamPoolAllocation(ModifyIpamPoolAllocationRequest modifyIpamPoolAllocationRequest) Modifies the description of an IPAM pool allocation.