Uses of Class
software.amazon.awssdk.services.ec2.model.CreateInterruptibleCapacityReservationAllocationRequest
-
Packages that use CreateInterruptibleCapacityReservationAllocationRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CreateInterruptibleCapacityReservationAllocationRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateInterruptibleCapacityReservationAllocationRequest Modifier and Type Method Description default CompletableFuture<CreateInterruptibleCapacityReservationAllocationResponse>Ec2AsyncClient. createInterruptibleCapacityReservationAllocation(CreateInterruptibleCapacityReservationAllocationRequest createInterruptibleCapacityReservationAllocationRequest)Creates an interruptible Capacity Reservation by specifying the number of unused instances you want to allocate from your source reservation.default CreateInterruptibleCapacityReservationAllocationResponseEc2Client. createInterruptibleCapacityReservationAllocation(CreateInterruptibleCapacityReservationAllocationRequest createInterruptibleCapacityReservationAllocationRequest)Creates an interruptible Capacity Reservation by specifying the number of unused instances you want to allocate from your source reservation. -
Uses of CreateInterruptibleCapacityReservationAllocationRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateInterruptibleCapacityReservationAllocationRequest Modifier and Type Method Description SdkHttpFullRequestCreateInterruptibleCapacityReservationAllocationRequestMarshaller. marshall(CreateInterruptibleCapacityReservationAllocationRequest createInterruptibleCapacityReservationAllocationRequest)
-