Uses of Class
com.oracle.bmc.queue.requests.GetMessagesRequest
- 
Packages that use GetMessagesRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests 
- 
- 
Uses of GetMessagesRequest in com.oracle.bmc.queueMethods in com.oracle.bmc.queue with parameters of type GetMessagesRequest Modifier and Type Method Description GetMessagesResponseQueue. getMessages(GetMessagesRequest request)Consumes messages from the queue.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)GetMessagesResponseQueueClient. getMessages(GetMessagesRequest request)Method parameters in com.oracle.bmc.queue with type arguments of type GetMessagesRequest 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 GetMessagesRequest in com.oracle.bmc.queue.requestsMethods in com.oracle.bmc.queue.requests that return GetMessagesRequest Modifier and Type Method Description GetMessagesRequestGetMessagesRequest.Builder. build()Build the instance of GetMessagesRequest as configured by this builderGetMessagesRequestGetMessagesRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetMessagesRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type GetMessagesRequest Modifier and Type Method Description GetMessagesRequest.BuilderGetMessagesRequest.Builder. copy(GetMessagesRequest o)Copy method to populate the builder with values from the given instance.
 
-