Uses of Class
com.oracle.bmc.ons.requests.UpdateTopicRequest
-
Packages that use UpdateTopicRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of UpdateTopicRequest in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons with parameters of type UpdateTopicRequest Modifier and Type Method Description UpdateTopicResponse
NotificationControlPlane. updateTopic(UpdateTopicRequest request)
Updates the specified topic’s configuration.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)
UpdateTopicResponse
NotificationControlPlaneClient. updateTopic(UpdateTopicRequest request)
Method parameters in com.oracle.bmc.ons with type arguments of type UpdateTopicRequest 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 UpdateTopicRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return UpdateTopicRequest Modifier and Type Method Description UpdateTopicRequest
UpdateTopicRequest.Builder. build()
Build the instance of UpdateTopicRequest as configured by this builderUpdateTopicRequest
UpdateTopicRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTopicRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type UpdateTopicRequest Modifier and Type Method Description UpdateTopicRequest.Builder
UpdateTopicRequest.Builder. copy(UpdateTopicRequest o)
Copy method to populate the builder with values from the given instance.
-