Uses of Interface
software.amazon.awssdk.services.ec2.model.RejectCapacityReservationBillingOwnershipRequest.Builder
-
Packages that use RejectCapacityReservationBillingOwnershipRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of RejectCapacityReservationBillingOwnershipRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type RejectCapacityReservationBillingOwnershipRequest.Builder 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 RejectCapacityReservationBillingOwnershipResponseEc2Client. rejectCapacityReservationBillingOwnership(Consumer<RejectCapacityReservationBillingOwnershipRequest.Builder> rejectCapacityReservationBillingOwnershipRequest)Rejects a request to assign billing of the available capacity of a shared Capacity Reservation to your account. -
Uses of RejectCapacityReservationBillingOwnershipRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RejectCapacityReservationBillingOwnershipRequest.Builder Modifier and Type Method Description static RejectCapacityReservationBillingOwnershipRequest.BuilderRejectCapacityReservationBillingOwnershipRequest. builder()RejectCapacityReservationBillingOwnershipRequest.BuilderRejectCapacityReservationBillingOwnershipRequest.Builder. capacityReservationId(String capacityReservationId)The ID of the Capacity Reservation for which to reject the request.RejectCapacityReservationBillingOwnershipRequest.BuilderRejectCapacityReservationBillingOwnershipRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.RejectCapacityReservationBillingOwnershipRequest.BuilderRejectCapacityReservationBillingOwnershipRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RejectCapacityReservationBillingOwnershipRequest.BuilderRejectCapacityReservationBillingOwnershipRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RejectCapacityReservationBillingOwnershipRequest.BuilderRejectCapacityReservationBillingOwnershipRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RejectCapacityReservationBillingOwnershipRequest.Builder Modifier and Type Method Description static Class<? extends RejectCapacityReservationBillingOwnershipRequest.Builder>RejectCapacityReservationBillingOwnershipRequest. serializableBuilderClass()
-