Uses of Class
software.amazon.awssdk.services.ec2.model.UpdateInterruptibleCapacityReservationAllocationResponse
Packages that use UpdateInterruptibleCapacityReservationAllocationResponse
-
Uses of UpdateInterruptibleCapacityReservationAllocationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return UpdateInterruptibleCapacityReservationAllocationResponseModifier and TypeMethodDescriptionEc2Client.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.Ec2Client.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 UpdateInterruptibleCapacityReservationAllocationResponseModifier and TypeMethodDescriptionEc2AsyncClient.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.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.