Uses of Class
com.oracle.bmc.queue.responses.UpdateMessageResponse
-
Packages that use UpdateMessageResponse Package Description com.oracle.bmc.queue com.oracle.bmc.queue.responses -
-
Uses of UpdateMessageResponse in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return UpdateMessageResponse Modifier and Type Method Description UpdateMessageResponse
Queue. updateMessage(UpdateMessageRequest request)
Updates the visibility of the message represented by the receipt.UpdateMessageResponse
QueueClient. updateMessage(UpdateMessageRequest request)
Methods in com.oracle.bmc.queue that return types with arguments of type UpdateMessageResponse 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)
Method parameters in com.oracle.bmc.queue with type arguments of type UpdateMessageResponse 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 UpdateMessageResponse in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return UpdateMessageResponse Modifier and Type Method Description UpdateMessageResponse
UpdateMessageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type UpdateMessageResponse Modifier and Type Method Description UpdateMessageResponse.Builder
UpdateMessageResponse.Builder. copy(UpdateMessageResponse o)
Copy method to populate the builder with values from the given instance.
-