Uses of Class
software.amazon.awssdk.services.ec2.model.AcceptCapacityReservationBillingOwnershipResponse
-
Packages that use AcceptCapacityReservationBillingOwnershipResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of AcceptCapacityReservationBillingOwnershipResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AcceptCapacityReservationBillingOwnershipResponse Modifier and Type Method Description default AcceptCapacityReservationBillingOwnershipResponseEc2Client. acceptCapacityReservationBillingOwnership(Consumer<AcceptCapacityReservationBillingOwnershipRequest.Builder> acceptCapacityReservationBillingOwnershipRequest)Accepts a request to assign billing of the available capacity of a shared Capacity Reservation to your account.default AcceptCapacityReservationBillingOwnershipResponseEc2Client. acceptCapacityReservationBillingOwnership(AcceptCapacityReservationBillingOwnershipRequest acceptCapacityReservationBillingOwnershipRequest)Accepts a request to assign billing of the available capacity of a shared Capacity Reservation to your account.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AcceptCapacityReservationBillingOwnershipResponse Modifier and Type Method Description default CompletableFuture<AcceptCapacityReservationBillingOwnershipResponse>Ec2AsyncClient. acceptCapacityReservationBillingOwnership(Consumer<AcceptCapacityReservationBillingOwnershipRequest.Builder> acceptCapacityReservationBillingOwnershipRequest)Accepts a request to assign billing of the available capacity of a shared Capacity Reservation to your account.default CompletableFuture<AcceptCapacityReservationBillingOwnershipResponse>Ec2AsyncClient. acceptCapacityReservationBillingOwnership(AcceptCapacityReservationBillingOwnershipRequest acceptCapacityReservationBillingOwnershipRequest)Accepts a request to assign billing of the available capacity of a shared Capacity Reservation to your account.
-