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