Uses of Class
com.oracle.bmc.ons.requests.PublishMessageRequest
-
Packages that use PublishMessageRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of PublishMessageRequest in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons with parameters of type PublishMessageRequest Modifier and Type Method Description PublishMessageResponse
NotificationDataPlane. publishMessage(PublishMessageRequest request)
Publishes a message to the specified topic.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)
PublishMessageResponse
NotificationDataPlaneClient. publishMessage(PublishMessageRequest request)
Method parameters in com.oracle.bmc.ons with type arguments of type PublishMessageRequest 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 PublishMessageRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return PublishMessageRequest Modifier and Type Method Description PublishMessageRequest
PublishMessageRequest.Builder. build()
Build the instance of PublishMessageRequest as configured by this builderPublishMessageRequest
PublishMessageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PublishMessageRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type PublishMessageRequest Modifier and Type Method Description PublishMessageRequest.Builder
PublishMessageRequest.Builder. copy(PublishMessageRequest o)
Copy method to populate the builder with values from the given instance.
-