Uses of Class
com.oracle.bmc.queue.responses.UpdateMessagesResponse
-
Packages that use UpdateMessagesResponse Package Description com.oracle.bmc.queue com.oracle.bmc.queue.responses -
-
Uses of UpdateMessagesResponse in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return UpdateMessagesResponse Modifier and Type Method Description UpdateMessagesResponse
Queue. updateMessages(UpdateMessagesRequest request)
Updates multiple messages in the queue or the consumer group.UpdateMessagesResponse
QueueClient. updateMessages(UpdateMessagesRequest request)
Methods in com.oracle.bmc.queue that return types with arguments of type UpdateMessagesResponse Modifier and Type Method Description Future<UpdateMessagesResponse>
QueueAsync. updateMessages(UpdateMessagesRequest request, AsyncHandler<UpdateMessagesRequest,UpdateMessagesResponse> handler)
Updates multiple messages in the queue or the consumer group.Future<UpdateMessagesResponse>
QueueAsyncClient. updateMessages(UpdateMessagesRequest request, AsyncHandler<UpdateMessagesRequest,UpdateMessagesResponse> handler)
Method parameters in com.oracle.bmc.queue with type arguments of type UpdateMessagesResponse Modifier and Type Method Description Future<UpdateMessagesResponse>
QueueAsync. updateMessages(UpdateMessagesRequest request, AsyncHandler<UpdateMessagesRequest,UpdateMessagesResponse> handler)
Updates multiple messages in the queue or the consumer group.Future<UpdateMessagesResponse>
QueueAsyncClient. updateMessages(UpdateMessagesRequest request, AsyncHandler<UpdateMessagesRequest,UpdateMessagesResponse> handler)
-
Uses of UpdateMessagesResponse in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return UpdateMessagesResponse Modifier and Type Method Description UpdateMessagesResponse
UpdateMessagesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type UpdateMessagesResponse Modifier and Type Method Description UpdateMessagesResponse.Builder
UpdateMessagesResponse.Builder. copy(UpdateMessagesResponse o)
Copy method to populate the builder with values from the given instance.
-