Uses of Class
com.oracle.bmc.ons.requests.DeleteTopicRequest
-
Packages that use DeleteTopicRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of DeleteTopicRequest in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons with parameters of type DeleteTopicRequest Modifier and Type Method Description DeleteTopicResponse
NotificationControlPlane. deleteTopic(DeleteTopicRequest request)
Deletes the specified topic.Future<DeleteTopicResponse>
NotificationControlPlaneAsync. deleteTopic(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest,DeleteTopicResponse> handler)
Deletes the specified topic.Future<DeleteTopicResponse>
NotificationControlPlaneAsyncClient. deleteTopic(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest,DeleteTopicResponse> handler)
DeleteTopicResponse
NotificationControlPlaneClient. deleteTopic(DeleteTopicRequest request)
Method parameters in com.oracle.bmc.ons with type arguments of type DeleteTopicRequest Modifier and Type Method Description Future<DeleteTopicResponse>
NotificationControlPlaneAsync. deleteTopic(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest,DeleteTopicResponse> handler)
Deletes the specified topic.Future<DeleteTopicResponse>
NotificationControlPlaneAsyncClient. deleteTopic(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest,DeleteTopicResponse> handler)
-
Uses of DeleteTopicRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return DeleteTopicRequest Modifier and Type Method Description DeleteTopicRequest
DeleteTopicRequest.Builder. build()
Build the instance of DeleteTopicRequest as configured by this builderDeleteTopicRequest
DeleteTopicRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteTopicRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type DeleteTopicRequest Modifier and Type Method Description DeleteTopicRequest.Builder
DeleteTopicRequest.Builder. copy(DeleteTopicRequest o)
Copy method to populate the builder with values from the given instance.
-