Package | Description |
---|---|
com.oracle.bmc.queue | |
com.oracle.bmc.queue.responses |
Modifier and Type | Method and Description |
---|---|
UpdateMessageResponse |
QueueClient.updateMessage(UpdateMessageRequest request) |
UpdateMessageResponse |
Queue.updateMessage(UpdateMessageRequest request)
Updates the visibility of the message represented by the receipt.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateMessageResponse> |
QueueAsyncClient.updateMessage(UpdateMessageRequest request,
AsyncHandler<UpdateMessageRequest,UpdateMessageResponse> handler) |
Future<UpdateMessageResponse> |
QueueAsync.updateMessage(UpdateMessageRequest request,
AsyncHandler<UpdateMessageRequest,UpdateMessageResponse> handler)
Updates the visibility of the message represented by the receipt.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateMessageResponse> |
QueueAsyncClient.updateMessage(UpdateMessageRequest request,
AsyncHandler<UpdateMessageRequest,UpdateMessageResponse> handler) |
Future<UpdateMessageResponse> |
QueueAsync.updateMessage(UpdateMessageRequest request,
AsyncHandler<UpdateMessageRequest,UpdateMessageResponse> handler)
Updates the visibility of the message represented by the receipt.
|
Modifier and Type | Method and Description |
---|---|
UpdateMessageResponse |
UpdateMessageResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
UpdateMessageResponse.Builder |
UpdateMessageResponse.Builder.copy(UpdateMessageResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.