Uses of Class
com.oracle.bmc.queue.responses.UpdateQueueResponse
-
Packages that use UpdateQueueResponse Package Description com.oracle.bmc.queue com.oracle.bmc.queue.responses -
-
Uses of UpdateQueueResponse in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return UpdateQueueResponse Modifier and Type Method Description UpdateQueueResponse
QueueAdmin. updateQueue(UpdateQueueRequest request)
Updates the specified queue.UpdateQueueResponse
QueueAdminClient. updateQueue(UpdateQueueRequest request)
Methods in com.oracle.bmc.queue that return types with arguments of type UpdateQueueResponse 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)
Method parameters in com.oracle.bmc.queue with type arguments of type UpdateQueueResponse 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 UpdateQueueResponse in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return UpdateQueueResponse Modifier and Type Method Description UpdateQueueResponse
UpdateQueueResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type UpdateQueueResponse Modifier and Type Method Description UpdateQueueResponse.Builder
UpdateQueueResponse.Builder. copy(UpdateQueueResponse o)
Copy method to populate the builder with values from the given instance.
-