Package | Description |
---|---|
com.oracle.bmc.queue | |
com.oracle.bmc.queue.requests |
Modifier and Type | Method and Description |
---|---|
CreateQueueResponse |
QueueAdminClient.createQueue(CreateQueueRequest request) |
CreateQueueResponse |
QueueAdmin.createQueue(CreateQueueRequest request)
Creates a new queue.
|
Future<CreateQueueResponse> |
QueueAdminAsyncClient.createQueue(CreateQueueRequest request,
AsyncHandler<CreateQueueRequest,CreateQueueResponse> handler) |
Future<CreateQueueResponse> |
QueueAdminAsync.createQueue(CreateQueueRequest request,
AsyncHandler<CreateQueueRequest,CreateQueueResponse> handler)
Creates a new queue.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateQueueResponse> |
QueueAdminAsyncClient.createQueue(CreateQueueRequest request,
AsyncHandler<CreateQueueRequest,CreateQueueResponse> handler) |
Future<CreateQueueResponse> |
QueueAdminAsync.createQueue(CreateQueueRequest request,
AsyncHandler<CreateQueueRequest,CreateQueueResponse> handler)
Creates a new queue.
|
Modifier and Type | Method and Description |
---|---|
CreateQueueRequest |
CreateQueueRequest.Builder.build()
Build the instance of CreateQueueRequest as configured by this builder
|
CreateQueueRequest |
CreateQueueRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateQueueRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.copy(CreateQueueRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.