| Package | Description |
|---|---|
| com.azure.storage.queue |
This package contains the classes to perform actions on Azure Storage Queue.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMessageResult |
QueueClient.updateMessage(String messageId,
String popReceipt,
String messageText,
Duration visibilityTimeout)
Updates the specific message in the queue with a new message and resets the visibility timeout.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.