Uses of Class
com.oracle.bmc.queue.requests.CreateQueueRequest
-
Packages that use CreateQueueRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests -
-
Uses of CreateQueueRequest in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type CreateQueueRequest Modifier and Type Method Description CreateQueueResponse
QueueAdmin. createQueue(CreateQueueRequest request)
Creates a new queue.Future<CreateQueueResponse>
QueueAdminAsync. createQueue(CreateQueueRequest request, AsyncHandler<CreateQueueRequest,CreateQueueResponse> handler)
Creates a new queue.Future<CreateQueueResponse>
QueueAdminAsyncClient. createQueue(CreateQueueRequest request, AsyncHandler<CreateQueueRequest,CreateQueueResponse> handler)
CreateQueueResponse
QueueAdminClient. createQueue(CreateQueueRequest request)
Method parameters in com.oracle.bmc.queue with type arguments of type CreateQueueRequest 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 CreateQueueRequest in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return CreateQueueRequest Modifier and Type Method Description CreateQueueRequest
CreateQueueRequest.Builder. build()
Build the instance of CreateQueueRequest as configured by this builderCreateQueueRequest
CreateQueueRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateQueueRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type CreateQueueRequest Modifier and Type Method Description CreateQueueRequest.Builder
CreateQueueRequest.Builder. copy(CreateQueueRequest o)
Copy method to populate the builder with values from the given instance.
-