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.onsMethods in com.oracle.bmc.ons that return PublishMessageResponse Modifier and Type Method Description PublishMessageResponseNotificationDataPlane. publishMessage(PublishMessageRequest request)Publishes a message to the specified topic.PublishMessageResponseNotificationDataPlaneClient. 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.responsesMethods in com.oracle.bmc.ons.responses that return PublishMessageResponse Modifier and Type Method Description PublishMessageResponsePublishMessageResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type PublishMessageResponse Modifier and Type Method Description PublishMessageResponse.BuilderPublishMessageResponse.Builder. copy(PublishMessageResponse o)Copy method to populate the builder with values from the given instance.
 
-