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.queueMethods in com.oracle.bmc.queue with parameters of type UpdateQueueRequest Modifier and Type Method Description UpdateQueueResponseQueueAdmin. 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)UpdateQueueResponseQueueAdminClient. 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.requestsMethods in com.oracle.bmc.queue.requests that return UpdateQueueRequest Modifier and Type Method Description UpdateQueueRequestUpdateQueueRequest.Builder. build()Build the instance of UpdateQueueRequest as configured by this builderUpdateQueueRequestUpdateQueueRequest.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.BuilderUpdateQueueRequest.Builder. copy(UpdateQueueRequest o)Copy method to populate the builder with values from the given instance.
 
-