Uses of Class
com.oracle.bmc.ons.responses.ChangeSubscriptionCompartmentResponse
-
Packages that use ChangeSubscriptionCompartmentResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of ChangeSubscriptionCompartmentResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return ChangeSubscriptionCompartmentResponse Modifier and Type Method Description ChangeSubscriptionCompartmentResponse
NotificationDataPlane. changeSubscriptionCompartment(ChangeSubscriptionCompartmentRequest request)
Moves a subscription into a different compartment within the same tenancy.ChangeSubscriptionCompartmentResponse
NotificationDataPlaneClient. changeSubscriptionCompartment(ChangeSubscriptionCompartmentRequest request)
Methods in com.oracle.bmc.ons that return types with arguments of type ChangeSubscriptionCompartmentResponse 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)
Method parameters in com.oracle.bmc.ons with type arguments of type ChangeSubscriptionCompartmentResponse 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 ChangeSubscriptionCompartmentResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return ChangeSubscriptionCompartmentResponse Modifier and Type Method Description ChangeSubscriptionCompartmentResponse
ChangeSubscriptionCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type ChangeSubscriptionCompartmentResponse Modifier and Type Method Description ChangeSubscriptionCompartmentResponse.Builder
ChangeSubscriptionCompartmentResponse.Builder. copy(ChangeSubscriptionCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-