Uses of Class
software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException
-
Packages that use ReceiptHandleIsInvalidException Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference. -
-
Uses of ReceiptHandleIsInvalidException in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that throw ReceiptHandleIsInvalidException Modifier and Type Method Description default ChangeMessageVisibilityResponseSqsClient. changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder> changeMessageVisibilityRequest)Changes the visibility timeout of a specified message in a queue to a new value.default ChangeMessageVisibilityResponseSqsClient. changeMessageVisibility(ChangeMessageVisibilityRequest changeMessageVisibilityRequest)Changes the visibility timeout of a specified message in a queue to a new value.default DeleteMessageResponseSqsClient. deleteMessage(Consumer<DeleteMessageRequest.Builder> deleteMessageRequest)Deletes the specified message from the specified queue.default DeleteMessageResponseSqsClient. deleteMessage(DeleteMessageRequest deleteMessageRequest)Deletes the specified message from the specified queue.
-