Uses of Class
com.oracle.bmc.ons.responses.DeleteTopicResponse
-
Packages that use DeleteTopicResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of DeleteTopicResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return DeleteTopicResponse Modifier and Type Method Description DeleteTopicResponse
NotificationControlPlane. deleteTopic(DeleteTopicRequest request)
Deletes the specified topic.DeleteTopicResponse
NotificationControlPlaneClient. deleteTopic(DeleteTopicRequest request)
Methods in com.oracle.bmc.ons that return types with arguments of type DeleteTopicResponse 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)
Method parameters in com.oracle.bmc.ons with type arguments of type DeleteTopicResponse 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 DeleteTopicResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return DeleteTopicResponse Modifier and Type Method Description DeleteTopicResponse
DeleteTopicResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type DeleteTopicResponse Modifier and Type Method Description DeleteTopicResponse.Builder
DeleteTopicResponse.Builder. copy(DeleteTopicResponse o)
Copy method to populate the builder with values from the given instance.
-