Uses of Class
software.amazon.awssdk.services.ec2.model.CreateInterruptibleCapacityReservationAllocationResponse
Packages that use CreateInterruptibleCapacityReservationAllocationResponse
-
Uses of CreateInterruptibleCapacityReservationAllocationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateInterruptibleCapacityReservationAllocationResponseModifier and TypeMethodDescriptionEc2Client.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.Ec2Client.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 CreateInterruptibleCapacityReservationAllocationResponseModifier and TypeMethodDescriptionEc2AsyncClient.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.Ec2AsyncClient.createInterruptibleCapacityReservationAllocation(CreateInterruptibleCapacityReservationAllocationRequest createInterruptibleCapacityReservationAllocationRequest) Creates an interruptible Capacity Reservation by specifying the number of unused instances you want to allocate from your source reservation.