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