Package | Description |
---|---|
com.oracle.bmc.queue | |
com.oracle.bmc.queue.requests |
Modifier and Type | Method and Description |
---|---|
PutMessagesResponse |
QueueClient.putMessages(PutMessagesRequest request) |
PutMessagesResponse |
Queue.putMessages(PutMessagesRequest request)
Puts messages into the queue.
|
Future<PutMessagesResponse> |
QueueAsyncClient.putMessages(PutMessagesRequest request,
AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler) |
Future<PutMessagesResponse> |
QueueAsync.putMessages(PutMessagesRequest request,
AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
Puts messages into the queue.
|
Modifier and Type | Method and Description |
---|---|
Future<PutMessagesResponse> |
QueueAsyncClient.putMessages(PutMessagesRequest request,
AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler) |
Future<PutMessagesResponse> |
QueueAsync.putMessages(PutMessagesRequest request,
AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
Puts messages into the queue.
|
Modifier and Type | Method and Description |
---|---|
PutMessagesRequest |
PutMessagesRequest.Builder.build()
Build the instance of PutMessagesRequest as configured by this builder
|
PutMessagesRequest |
PutMessagesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of PutMessagesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
PutMessagesRequest.Builder |
PutMessagesRequest.Builder.copy(PutMessagesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.