Uses of Class
software.amazon.awssdk.services.ec2.model.UpdateInterruptibleCapacityReservationAllocationResponse
-
Packages that use UpdateInterruptibleCapacityReservationAllocationResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of UpdateInterruptibleCapacityReservationAllocationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return UpdateInterruptibleCapacityReservationAllocationResponse Modifier and Type Method Description default UpdateInterruptibleCapacityReservationAllocationResponseEc2Client. updateInterruptibleCapacityReservationAllocation(Consumer<UpdateInterruptibleCapacityReservationAllocationRequest.Builder> updateInterruptibleCapacityReservationAllocationRequest)Modifies the number of instances allocated to an interruptible reservation, allowing you to add more capacity or reclaim capacity to your source Capacity Reservation.default UpdateInterruptibleCapacityReservationAllocationResponseEc2Client. updateInterruptibleCapacityReservationAllocation(UpdateInterruptibleCapacityReservationAllocationRequest updateInterruptibleCapacityReservationAllocationRequest)Modifies the number of instances allocated to an interruptible reservation, allowing you to add more capacity or reclaim capacity to your source Capacity Reservation.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type UpdateInterruptibleCapacityReservationAllocationResponse Modifier and Type Method Description default CompletableFuture<UpdateInterruptibleCapacityReservationAllocationResponse>Ec2AsyncClient. updateInterruptibleCapacityReservationAllocation(Consumer<UpdateInterruptibleCapacityReservationAllocationRequest.Builder> updateInterruptibleCapacityReservationAllocationRequest)Modifies the number of instances allocated to an interruptible reservation, allowing you to add more capacity or reclaim capacity to your source Capacity Reservation.default CompletableFuture<UpdateInterruptibleCapacityReservationAllocationResponse>Ec2AsyncClient. updateInterruptibleCapacityReservationAllocation(UpdateInterruptibleCapacityReservationAllocationRequest updateInterruptibleCapacityReservationAllocationRequest)Modifies the number of instances allocated to an interruptible reservation, allowing you to add more capacity or reclaim capacity to your source Capacity Reservation.
-