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.queueMethods in com.oracle.bmc.queue that return GetMessagesResponse Modifier and Type Method Description GetMessagesResponseQueue. getMessages(GetMessagesRequest request)Consumes messages from the queue.GetMessagesResponseQueueClient. 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.responsesMethods in com.oracle.bmc.queue.responses that return GetMessagesResponse Modifier and Type Method Description GetMessagesResponseGetMessagesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type GetMessagesResponse Modifier and Type Method Description GetMessagesResponse.BuilderGetMessagesResponse.Builder. copy(GetMessagesResponse o)Copy method to populate the builder with values from the given instance.
 
-