Uses of Class
com.oracle.bmc.ons.responses.UpdateTopicResponse
-
Packages that use UpdateTopicResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of UpdateTopicResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return UpdateTopicResponse Modifier and Type Method Description UpdateTopicResponse
NotificationControlPlane. updateTopic(UpdateTopicRequest request)
Updates the specified topic’s configuration.UpdateTopicResponse
NotificationControlPlaneClient. updateTopic(UpdateTopicRequest request)
Methods in com.oracle.bmc.ons that return types with arguments of type UpdateTopicResponse Modifier and Type Method Description Future<UpdateTopicResponse>
NotificationControlPlaneAsync. updateTopic(UpdateTopicRequest request, AsyncHandler<UpdateTopicRequest,UpdateTopicResponse> handler)
Updates the specified topic’s configuration.Future<UpdateTopicResponse>
NotificationControlPlaneAsyncClient. updateTopic(UpdateTopicRequest request, AsyncHandler<UpdateTopicRequest,UpdateTopicResponse> handler)
Method parameters in com.oracle.bmc.ons with type arguments of type UpdateTopicResponse Modifier and Type Method Description Future<UpdateTopicResponse>
NotificationControlPlaneAsync. updateTopic(UpdateTopicRequest request, AsyncHandler<UpdateTopicRequest,UpdateTopicResponse> handler)
Updates the specified topic’s configuration.Future<UpdateTopicResponse>
NotificationControlPlaneAsyncClient. updateTopic(UpdateTopicRequest request, AsyncHandler<UpdateTopicRequest,UpdateTopicResponse> handler)
-
Uses of UpdateTopicResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return UpdateTopicResponse Modifier and Type Method Description UpdateTopicResponse
UpdateTopicResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type UpdateTopicResponse Modifier and Type Method Description UpdateTopicResponse.Builder
UpdateTopicResponse.Builder. copy(UpdateTopicResponse o)
Copy method to populate the builder with values from the given instance.
-