Uses of Class
com.oracle.bmc.ons.requests.ChangeSubscriptionCompartmentRequest
-
Packages that use ChangeSubscriptionCompartmentRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of ChangeSubscriptionCompartmentRequest in com.oracle.bmc.ons
Method parameters in com.oracle.bmc.ons with type arguments of type ChangeSubscriptionCompartmentRequest Modifier and Type Method Description Future<ChangeSubscriptionCompartmentResponse>
NotificationDataPlaneAsync. changeSubscriptionCompartment(ChangeSubscriptionCompartmentRequest request, AsyncHandler<ChangeSubscriptionCompartmentRequest,ChangeSubscriptionCompartmentResponse> handler)
Moves a subscription into a different compartment within the same tenancy.Future<ChangeSubscriptionCompartmentResponse>
NotificationDataPlaneAsyncClient. changeSubscriptionCompartment(ChangeSubscriptionCompartmentRequest request, AsyncHandler<ChangeSubscriptionCompartmentRequest,ChangeSubscriptionCompartmentResponse> handler)
-
Uses of ChangeSubscriptionCompartmentRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return ChangeSubscriptionCompartmentRequest Modifier and Type Method Description ChangeSubscriptionCompartmentRequest
ChangeSubscriptionCompartmentRequest.Builder. build()
Build the instance of ChangeSubscriptionCompartmentRequest as configured by this builderChangeSubscriptionCompartmentRequest
ChangeSubscriptionCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeSubscriptionCompartmentRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type ChangeSubscriptionCompartmentRequest Modifier and Type Method Description ChangeSubscriptionCompartmentRequest.Builder
ChangeSubscriptionCompartmentRequest.Builder. copy(ChangeSubscriptionCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-