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.queue
Methods in com.oracle.bmc.queue with parameters of type GetMessagesRequest Modifier and Type Method Description GetMessagesResponse
Queue. 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)
GetMessagesResponse
QueueClient. 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.requests
Methods in com.oracle.bmc.queue.requests that return GetMessagesRequest Modifier and Type Method Description GetMessagesRequest
GetMessagesRequest.Builder. build()
Build the instance of GetMessagesRequest as configured by this builderGetMessagesRequest
GetMessagesRequest.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.Builder
GetMessagesRequest.Builder. copy(GetMessagesRequest o)
Copy method to populate the builder with values from the given instance.
-