Uses of Class
software.amazon.awssdk.services.ec2.model.RejectCapacityReservationBillingOwnershipResponse
-
Packages that use RejectCapacityReservationBillingOwnershipResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of RejectCapacityReservationBillingOwnershipResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RejectCapacityReservationBillingOwnershipResponse Modifier and Type Method Description default RejectCapacityReservationBillingOwnershipResponseEc2Client. rejectCapacityReservationBillingOwnership(Consumer<RejectCapacityReservationBillingOwnershipRequest.Builder> rejectCapacityReservationBillingOwnershipRequest)Rejects a request to assign billing of the available capacity of a shared Capacity Reservation to your account.default RejectCapacityReservationBillingOwnershipResponseEc2Client. rejectCapacityReservationBillingOwnership(RejectCapacityReservationBillingOwnershipRequest rejectCapacityReservationBillingOwnershipRequest)Rejects 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 RejectCapacityReservationBillingOwnershipResponse Modifier and Type Method Description default CompletableFuture<RejectCapacityReservationBillingOwnershipResponse>Ec2AsyncClient. rejectCapacityReservationBillingOwnership(Consumer<RejectCapacityReservationBillingOwnershipRequest.Builder> rejectCapacityReservationBillingOwnershipRequest)Rejects a request to assign billing of the available capacity of a shared Capacity Reservation to your account.default CompletableFuture<RejectCapacityReservationBillingOwnershipResponse>Ec2AsyncClient. rejectCapacityReservationBillingOwnership(RejectCapacityReservationBillingOwnershipRequest rejectCapacityReservationBillingOwnershipRequest)Rejects a request to assign billing of the available capacity of a shared Capacity Reservation to your account.
-