Uses of Class
com.oracle.bmc.queue.requests.PutMessagesRequest
-
Packages that use PutMessagesRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests -
-
Uses of PutMessagesRequest in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type PutMessagesRequest Modifier and Type Method Description PutMessagesResponse
Queue. putMessages(PutMessagesRequest request)
Puts messages into the queue.Future<PutMessagesResponse>
QueueAsync. putMessages(PutMessagesRequest request, AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
Puts messages into the queue.Future<PutMessagesResponse>
QueueAsyncClient. putMessages(PutMessagesRequest request, AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
PutMessagesResponse
QueueClient. putMessages(PutMessagesRequest request)
Method parameters in com.oracle.bmc.queue with type arguments of type PutMessagesRequest Modifier and Type Method Description Future<PutMessagesResponse>
QueueAsync. putMessages(PutMessagesRequest request, AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
Puts messages into the queue.Future<PutMessagesResponse>
QueueAsyncClient. putMessages(PutMessagesRequest request, AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
-
Uses of PutMessagesRequest in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return PutMessagesRequest Modifier and Type Method Description PutMessagesRequest
PutMessagesRequest.Builder. build()
Build the instance of PutMessagesRequest as configured by this builderPutMessagesRequest
PutMessagesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutMessagesRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type PutMessagesRequest Modifier and Type Method Description PutMessagesRequest.Builder
PutMessagesRequest.Builder. copy(PutMessagesRequest o)
Copy method to populate the builder with values from the given instance.
-