Uses of Class
com.oracle.bmc.queue.requests.UpdateQueueRequest
-
Packages that use UpdateQueueRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests -
-
Uses of UpdateQueueRequest in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type UpdateQueueRequest Modifier and Type Method Description UpdateQueueResponse
QueueAdmin. updateQueue(UpdateQueueRequest request)
Updates the specified queue.Future<UpdateQueueResponse>
QueueAdminAsync. updateQueue(UpdateQueueRequest request, AsyncHandler<UpdateQueueRequest,UpdateQueueResponse> handler)
Updates the specified queue.Future<UpdateQueueResponse>
QueueAdminAsyncClient. updateQueue(UpdateQueueRequest request, AsyncHandler<UpdateQueueRequest,UpdateQueueResponse> handler)
UpdateQueueResponse
QueueAdminClient. updateQueue(UpdateQueueRequest request)
Method parameters in com.oracle.bmc.queue with type arguments of type UpdateQueueRequest Modifier and Type Method Description Future<UpdateQueueResponse>
QueueAdminAsync. updateQueue(UpdateQueueRequest request, AsyncHandler<UpdateQueueRequest,UpdateQueueResponse> handler)
Updates the specified queue.Future<UpdateQueueResponse>
QueueAdminAsyncClient. updateQueue(UpdateQueueRequest request, AsyncHandler<UpdateQueueRequest,UpdateQueueResponse> handler)
-
Uses of UpdateQueueRequest in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return UpdateQueueRequest Modifier and Type Method Description UpdateQueueRequest
UpdateQueueRequest.Builder. build()
Build the instance of UpdateQueueRequest as configured by this builderUpdateQueueRequest
UpdateQueueRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateQueueRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type UpdateQueueRequest Modifier and Type Method Description UpdateQueueRequest.Builder
UpdateQueueRequest.Builder. copy(UpdateQueueRequest o)
Copy method to populate the builder with values from the given instance.
-