Uses of Class
software.amazon.awssdk.services.ec2.model.CreateCapacityReservationResponse
Packages that use CreateCapacityReservationResponse
-
Uses of CreateCapacityReservationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateCapacityReservationResponseModifier and TypeMethodDescriptionEc2Client.createCapacityReservation(Consumer<CreateCapacityReservationRequest.Builder> createCapacityReservationRequest) Creates a new Capacity Reservation with the specified attributes.Ec2Client.createCapacityReservation(CreateCapacityReservationRequest createCapacityReservationRequest) Creates a new Capacity Reservation with the specified attributes.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateCapacityReservationResponseModifier and TypeMethodDescriptionEc2AsyncClient.createCapacityReservation(Consumer<CreateCapacityReservationRequest.Builder> createCapacityReservationRequest) Creates a new Capacity Reservation with the specified attributes.Ec2AsyncClient.createCapacityReservation(CreateCapacityReservationRequest createCapacityReservationRequest) Creates a new Capacity Reservation with the specified attributes.