Uses of Class
com.oracle.bmc.queue.requests.UpdateMessagesRequest
-
Packages that use UpdateMessagesRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests -
-
Uses of UpdateMessagesRequest in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type UpdateMessagesRequest Modifier and Type Method Description UpdateMessagesResponse
Queue. updateMessages(UpdateMessagesRequest request)
Updates multiple messages in the queue or the consumer group.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)
UpdateMessagesResponse
QueueClient. updateMessages(UpdateMessagesRequest request)
Method parameters in com.oracle.bmc.queue with type arguments of type UpdateMessagesRequest 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 UpdateMessagesRequest in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return UpdateMessagesRequest Modifier and Type Method Description UpdateMessagesRequest
UpdateMessagesRequest.Builder. build()
Build the instance of UpdateMessagesRequest as configured by this builderUpdateMessagesRequest
UpdateMessagesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateMessagesRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type UpdateMessagesRequest Modifier and Type Method Description UpdateMessagesRequest.Builder
UpdateMessagesRequest.Builder. copy(UpdateMessagesRequest o)
Copy method to populate the builder with values from the given instance.
-