Uses of Class
com.oracle.bmc.queue.requests.UpdateMessageRequest
-
Packages that use UpdateMessageRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests -
-
Uses of UpdateMessageRequest in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type UpdateMessageRequest Modifier and Type Method Description UpdateMessageResponse
Queue. updateMessage(UpdateMessageRequest request)
Updates the visibility of the message represented by the receipt.Future<UpdateMessageResponse>
QueueAsync. updateMessage(UpdateMessageRequest request, AsyncHandler<UpdateMessageRequest,UpdateMessageResponse> handler)
Updates the visibility of the message represented by the receipt.Future<UpdateMessageResponse>
QueueAsyncClient. updateMessage(UpdateMessageRequest request, AsyncHandler<UpdateMessageRequest,UpdateMessageResponse> handler)
UpdateMessageResponse
QueueClient. updateMessage(UpdateMessageRequest request)
Method parameters in com.oracle.bmc.queue with type arguments of type UpdateMessageRequest Modifier and Type Method Description Future<UpdateMessageResponse>
QueueAsync. updateMessage(UpdateMessageRequest request, AsyncHandler<UpdateMessageRequest,UpdateMessageResponse> handler)
Updates the visibility of the message represented by the receipt.Future<UpdateMessageResponse>
QueueAsyncClient. updateMessage(UpdateMessageRequest request, AsyncHandler<UpdateMessageRequest,UpdateMessageResponse> handler)
-
Uses of UpdateMessageRequest in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return UpdateMessageRequest Modifier and Type Method Description UpdateMessageRequest
UpdateMessageRequest.Builder. build()
Build the instance of UpdateMessageRequest as configured by this builderUpdateMessageRequest
UpdateMessageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateMessageRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type UpdateMessageRequest Modifier and Type Method Description UpdateMessageRequest.Builder
UpdateMessageRequest.Builder. copy(UpdateMessageRequest o)
Copy method to populate the builder with values from the given instance.
-