Uses of Class
com.oracle.bmc.queue.responses.DeleteMessageResponse
-
Packages that use DeleteMessageResponse Package Description com.oracle.bmc.queue com.oracle.bmc.queue.responses -
-
Uses of DeleteMessageResponse in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return DeleteMessageResponse Modifier and Type Method Description DeleteMessageResponse
Queue. deleteMessage(DeleteMessageRequest request)
Deletes the message represented by the receipt from the queue.DeleteMessageResponse
QueueClient. deleteMessage(DeleteMessageRequest request)
Methods in com.oracle.bmc.queue that return types with arguments of type DeleteMessageResponse Modifier and Type Method Description Future<DeleteMessageResponse>
QueueAsync. deleteMessage(DeleteMessageRequest request, AsyncHandler<DeleteMessageRequest,DeleteMessageResponse> handler)
Deletes the message represented by the receipt from the queue.Future<DeleteMessageResponse>
QueueAsyncClient. deleteMessage(DeleteMessageRequest request, AsyncHandler<DeleteMessageRequest,DeleteMessageResponse> handler)
Method parameters in com.oracle.bmc.queue with type arguments of type DeleteMessageResponse Modifier and Type Method Description Future<DeleteMessageResponse>
QueueAsync. deleteMessage(DeleteMessageRequest request, AsyncHandler<DeleteMessageRequest,DeleteMessageResponse> handler)
Deletes the message represented by the receipt from the queue.Future<DeleteMessageResponse>
QueueAsyncClient. deleteMessage(DeleteMessageRequest request, AsyncHandler<DeleteMessageRequest,DeleteMessageResponse> handler)
-
Uses of DeleteMessageResponse in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return DeleteMessageResponse Modifier and Type Method Description DeleteMessageResponse
DeleteMessageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type DeleteMessageResponse Modifier and Type Method Description DeleteMessageResponse.Builder
DeleteMessageResponse.Builder. copy(DeleteMessageResponse o)
Copy method to populate the builder with values from the given instance.
-