Uses of Class
software.amazon.awssdk.services.ec2.model.RejectCapacityReservationBillingOwnershipResponse
Packages that use RejectCapacityReservationBillingOwnershipResponse
-
Uses of RejectCapacityReservationBillingOwnershipResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RejectCapacityReservationBillingOwnershipResponseModifier and TypeMethodDescriptionEc2Client.rejectCapacityReservationBillingOwnership(Consumer<RejectCapacityReservationBillingOwnershipRequest.Builder> rejectCapacityReservationBillingOwnershipRequest) Rejects a request to assign billing of the available capacity of a shared Capacity Reservation to your account.Ec2Client.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 RejectCapacityReservationBillingOwnershipResponseModifier and TypeMethodDescriptionEc2AsyncClient.rejectCapacityReservationBillingOwnership(Consumer<RejectCapacityReservationBillingOwnershipRequest.Builder> rejectCapacityReservationBillingOwnershipRequest) Rejects a request to assign billing of the available capacity of a shared Capacity Reservation to your account.Ec2AsyncClient.rejectCapacityReservationBillingOwnership(RejectCapacityReservationBillingOwnershipRequest rejectCapacityReservationBillingOwnershipRequest) Rejects a request to assign billing of the available capacity of a shared Capacity Reservation to your account.