Uses of Class
software.amazon.awssdk.services.ec2.model.AcceptCapacityReservationBillingOwnershipResponse
Packages that use AcceptCapacityReservationBillingOwnershipResponse
-
Uses of AcceptCapacityReservationBillingOwnershipResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AcceptCapacityReservationBillingOwnershipResponseModifier and TypeMethodDescriptionEc2Client.acceptCapacityReservationBillingOwnership(Consumer<AcceptCapacityReservationBillingOwnershipRequest.Builder> acceptCapacityReservationBillingOwnershipRequest) Accepts a request to assign billing of the available capacity of a shared Capacity Reservation to your account.Ec2Client.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 AcceptCapacityReservationBillingOwnershipResponseModifier and TypeMethodDescriptionEc2AsyncClient.acceptCapacityReservationBillingOwnership(Consumer<AcceptCapacityReservationBillingOwnershipRequest.Builder> acceptCapacityReservationBillingOwnershipRequest) Accepts a request to assign billing of the available capacity of a shared Capacity Reservation to your account.Ec2AsyncClient.acceptCapacityReservationBillingOwnership(AcceptCapacityReservationBillingOwnershipRequest acceptCapacityReservationBillingOwnershipRequest) Accepts a request to assign billing of the available capacity of a shared Capacity Reservation to your account.