Uses of Class
com.azure.storage.queue.models.UpdateMessageResult
Packages that use UpdateMessageResult
Package
Description
This package contains the classes to perform actions on Azure Storage Queue.
-
Uses of UpdateMessageResult in com.azure.storage.queue
Methods in com.azure.storage.queue that return UpdateMessageResultModifier and TypeMethodDescriptionQueueClient.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.Methods in com.azure.storage.queue that return types with arguments of type UpdateMessageResultModifier and TypeMethodDescriptionQueueAsyncClient.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.Mono<com.azure.core.http.rest.Response<UpdateMessageResult>>
QueueAsyncClient.updateMessageWithResponse
(String messageId, String popReceipt, String messageText, Duration visibilityTimeout) Updates the specific message in the queue with a new message and resets the visibility timeout.com.azure.core.http.rest.Response<UpdateMessageResult>
QueueClient.updateMessageWithResponse
(String messageId, String popReceipt, String messageText, Duration visibilityTimeout, Duration timeout, com.azure.core.util.Context context) Updates the specific message in the queue with a new message and resets the visibility timeout.