Uses of Class
com.oracle.bmc.ons.responses.PublishMessageResponse
-
Packages that use PublishMessageResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of PublishMessageResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return PublishMessageResponse Modifier and Type Method Description PublishMessageResponse
NotificationDataPlane. publishMessage(PublishMessageRequest request)
Publishes a message to the specified topic.PublishMessageResponse
NotificationDataPlaneClient. publishMessage(PublishMessageRequest request)
Methods in com.oracle.bmc.ons that return types with arguments of type PublishMessageResponse Modifier and Type Method Description Future<PublishMessageResponse>
NotificationDataPlaneAsync. publishMessage(PublishMessageRequest request, AsyncHandler<PublishMessageRequest,PublishMessageResponse> handler)
Publishes a message to the specified topic.Future<PublishMessageResponse>
NotificationDataPlaneAsyncClient. publishMessage(PublishMessageRequest request, AsyncHandler<PublishMessageRequest,PublishMessageResponse> handler)
Method parameters in com.oracle.bmc.ons with type arguments of type PublishMessageResponse Modifier and Type Method Description Future<PublishMessageResponse>
NotificationDataPlaneAsync. publishMessage(PublishMessageRequest request, AsyncHandler<PublishMessageRequest,PublishMessageResponse> handler)
Publishes a message to the specified topic.Future<PublishMessageResponse>
NotificationDataPlaneAsyncClient. publishMessage(PublishMessageRequest request, AsyncHandler<PublishMessageRequest,PublishMessageResponse> handler)
-
Uses of PublishMessageResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return PublishMessageResponse Modifier and Type Method Description PublishMessageResponse
PublishMessageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type PublishMessageResponse Modifier and Type Method Description PublishMessageResponse.Builder
PublishMessageResponse.Builder. copy(PublishMessageResponse o)
Copy method to populate the builder with values from the given instance.
-