Uses of Class
software.amazon.awssdk.services.ec2.model.UpdateInterruptibleCapacityReservationAllocationRequest
-
Packages that use UpdateInterruptibleCapacityReservationAllocationRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of UpdateInterruptibleCapacityReservationAllocationRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type UpdateInterruptibleCapacityReservationAllocationRequest Modifier and Type Method Description 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.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. -
Uses of UpdateInterruptibleCapacityReservationAllocationRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type UpdateInterruptibleCapacityReservationAllocationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateInterruptibleCapacityReservationAllocationRequestMarshaller. marshall(UpdateInterruptibleCapacityReservationAllocationRequest updateInterruptibleCapacityReservationAllocationRequest)
-