Uses of Class
com.oracle.bmc.queue.responses.CreateQueueResponse
-
Packages that use CreateQueueResponse Package Description com.oracle.bmc.queue com.oracle.bmc.queue.responses -
-
Uses of CreateQueueResponse in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return CreateQueueResponse Modifier and Type Method Description CreateQueueResponse
QueueAdmin. createQueue(CreateQueueRequest request)
Creates a new queue.CreateQueueResponse
QueueAdminClient. createQueue(CreateQueueRequest request)
Methods in com.oracle.bmc.queue that return types with arguments of type CreateQueueResponse Modifier and Type Method Description Future<CreateQueueResponse>
QueueAdminAsync. createQueue(CreateQueueRequest request, AsyncHandler<CreateQueueRequest,CreateQueueResponse> handler)
Creates a new queue.Future<CreateQueueResponse>
QueueAdminAsyncClient. createQueue(CreateQueueRequest request, AsyncHandler<CreateQueueRequest,CreateQueueResponse> handler)
Method parameters in com.oracle.bmc.queue with type arguments of type CreateQueueResponse Modifier and Type Method Description Future<CreateQueueResponse>
QueueAdminAsync. createQueue(CreateQueueRequest request, AsyncHandler<CreateQueueRequest,CreateQueueResponse> handler)
Creates a new queue.Future<CreateQueueResponse>
QueueAdminAsyncClient. createQueue(CreateQueueRequest request, AsyncHandler<CreateQueueRequest,CreateQueueResponse> handler)
-
Uses of CreateQueueResponse in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return CreateQueueResponse Modifier and Type Method Description CreateQueueResponse
CreateQueueResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type CreateQueueResponse Modifier and Type Method Description CreateQueueResponse.Builder
CreateQueueResponse.Builder. copy(CreateQueueResponse o)
Copy method to populate the builder with values from the given instance.
-