Uses of Class
com.oracle.bmc.ons.requests.ChangeTopicCompartmentRequest
-
Packages that use ChangeTopicCompartmentRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of ChangeTopicCompartmentRequest in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons with parameters of type ChangeTopicCompartmentRequest Modifier and Type Method Description ChangeTopicCompartmentResponse
NotificationControlPlane. changeTopicCompartment(ChangeTopicCompartmentRequest request)
Moves a topic into a different compartment within the same tenancy.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)
ChangeTopicCompartmentResponse
NotificationControlPlaneClient. changeTopicCompartment(ChangeTopicCompartmentRequest request)
Method parameters in com.oracle.bmc.ons with type arguments of type ChangeTopicCompartmentRequest 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 ChangeTopicCompartmentRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return ChangeTopicCompartmentRequest Modifier and Type Method Description ChangeTopicCompartmentRequest
ChangeTopicCompartmentRequest.Builder. build()
Build the instance of ChangeTopicCompartmentRequest as configured by this builderChangeTopicCompartmentRequest
ChangeTopicCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeTopicCompartmentRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type ChangeTopicCompartmentRequest Modifier and Type Method Description ChangeTopicCompartmentRequest.Builder
ChangeTopicCompartmentRequest.Builder. copy(ChangeTopicCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-