Uses of Class
com.oracle.bmc.ons.responses.ChangeTopicCompartmentResponse
-
Packages that use ChangeTopicCompartmentResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of ChangeTopicCompartmentResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return ChangeTopicCompartmentResponse Modifier and Type Method Description ChangeTopicCompartmentResponse
NotificationControlPlane. changeTopicCompartment(ChangeTopicCompartmentRequest request)
Moves a topic into a different compartment within the same tenancy.ChangeTopicCompartmentResponse
NotificationControlPlaneClient. changeTopicCompartment(ChangeTopicCompartmentRequest request)
Methods in com.oracle.bmc.ons that return types with arguments of type ChangeTopicCompartmentResponse Modifier and Type Method Description Future<ChangeTopicCompartmentResponse>
NotificationControlPlaneAsync. changeTopicCompartment(ChangeTopicCompartmentRequest request, AsyncHandler<ChangeTopicCompartmentRequest,ChangeTopicCompartmentResponse> handler)
Moves a topic into a different compartment within the same tenancy.Future<ChangeTopicCompartmentResponse>
NotificationControlPlaneAsyncClient. changeTopicCompartment(ChangeTopicCompartmentRequest request, AsyncHandler<ChangeTopicCompartmentRequest,ChangeTopicCompartmentResponse> handler)
Method parameters in com.oracle.bmc.ons with type arguments of type ChangeTopicCompartmentResponse Modifier and Type Method Description Future<ChangeTopicCompartmentResponse>
NotificationControlPlaneAsync. changeTopicCompartment(ChangeTopicCompartmentRequest request, AsyncHandler<ChangeTopicCompartmentRequest,ChangeTopicCompartmentResponse> handler)
Moves a topic into a different compartment within the same tenancy.Future<ChangeTopicCompartmentResponse>
NotificationControlPlaneAsyncClient. changeTopicCompartment(ChangeTopicCompartmentRequest request, AsyncHandler<ChangeTopicCompartmentRequest,ChangeTopicCompartmentResponse> handler)
-
Uses of ChangeTopicCompartmentResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return ChangeTopicCompartmentResponse Modifier and Type Method Description ChangeTopicCompartmentResponse
ChangeTopicCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type ChangeTopicCompartmentResponse Modifier and Type Method Description ChangeTopicCompartmentResponse.Builder
ChangeTopicCompartmentResponse.Builder. copy(ChangeTopicCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-