Uses of Class
software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException
Packages that use QueueDoesNotExistException
-
Uses of QueueDoesNotExistException in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that throw QueueDoesNotExistExceptionModifier and TypeMethodDescriptiondefault AddPermissionResponseSqsClient.addPermission(Consumer<AddPermissionRequest.Builder> addPermissionRequest) Adds a permission to a queue for a specific principal.default AddPermissionResponseSqsClient.addPermission(AddPermissionRequest addPermissionRequest) Adds a permission to a queue for a specific principal.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.SqsClient.changeMessageVisibilityBatch(Consumer<ChangeMessageVisibilityBatchRequest.Builder> changeMessageVisibilityBatchRequest) Changes the visibility timeout of multiple messages.SqsClient.changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest changeMessageVisibilityBatchRequest) Changes the visibility timeout of multiple messages.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.default DeleteMessageBatchResponseSqsClient.deleteMessageBatch(Consumer<DeleteMessageBatchRequest.Builder> deleteMessageBatchRequest) Deletes up to ten messages from the specified queue.default DeleteMessageBatchResponseSqsClient.deleteMessageBatch(DeleteMessageBatchRequest deleteMessageBatchRequest) Deletes up to ten messages from the specified queue.default DeleteQueueResponseSqsClient.deleteQueue(Consumer<DeleteQueueRequest.Builder> deleteQueueRequest) Deletes the queue specified by theQueueUrl, regardless of the queue's contents.default DeleteQueueResponseSqsClient.deleteQueue(DeleteQueueRequest deleteQueueRequest) Deletes the queue specified by theQueueUrl, regardless of the queue's contents.default GetQueueAttributesResponseSqsClient.getQueueAttributes(Consumer<GetQueueAttributesRequest.Builder> getQueueAttributesRequest) Gets attributes for the specified queue.default GetQueueAttributesResponseSqsClient.getQueueAttributes(GetQueueAttributesRequest getQueueAttributesRequest) Gets attributes for the specified queue.default GetQueueUrlResponseSqsClient.getQueueUrl(Consumer<GetQueueUrlRequest.Builder> getQueueUrlRequest) TheGetQueueUrlAPI returns the URL of an existing Amazon SQS queue.default GetQueueUrlResponseSqsClient.getQueueUrl(GetQueueUrlRequest getQueueUrlRequest) TheGetQueueUrlAPI returns the URL of an existing Amazon SQS queue.SqsClient.listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest) Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.SqsClient.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest) Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.SqsClient.listDeadLetterSourceQueuesPaginator(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest) This is a variant ofSqsClient.listDeadLetterSourceQueues(software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest)operation.SqsClient.listDeadLetterSourceQueuesPaginator(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest) This is a variant ofSqsClient.listDeadLetterSourceQueues(software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest)operation.default ListQueueTagsResponseSqsClient.listQueueTags(Consumer<ListQueueTagsRequest.Builder> listQueueTagsRequest) List all cost allocation tags added to the specified Amazon SQS queue.default ListQueueTagsResponseSqsClient.listQueueTags(ListQueueTagsRequest listQueueTagsRequest) List all cost allocation tags added to the specified Amazon SQS queue.default PurgeQueueResponseSqsClient.purgeQueue(Consumer<PurgeQueueRequest.Builder> purgeQueueRequest) Deletes available messages in a queue (including in-flight messages) specified by theQueueURLparameter.default PurgeQueueResponseSqsClient.purgeQueue(PurgeQueueRequest purgeQueueRequest) Deletes available messages in a queue (including in-flight messages) specified by theQueueURLparameter.default ReceiveMessageResponseSqsClient.receiveMessage(Consumer<ReceiveMessageRequest.Builder> receiveMessageRequest) Retrieves one or more messages (up to 10), from the specified queue.default ReceiveMessageResponseSqsClient.receiveMessage(ReceiveMessageRequest receiveMessageRequest) Retrieves one or more messages (up to 10), from the specified queue.default RemovePermissionResponseSqsClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabelparameter.default RemovePermissionResponseSqsClient.removePermission(RemovePermissionRequest removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabelparameter.default SendMessageResponseSqsClient.sendMessage(Consumer<SendMessageRequest.Builder> sendMessageRequest) Delivers a message to the specified queue.default SendMessageResponseSqsClient.sendMessage(SendMessageRequest sendMessageRequest) Delivers a message to the specified queue.default SendMessageBatchResponseSqsClient.sendMessageBatch(Consumer<SendMessageBatchRequest.Builder> sendMessageBatchRequest) You can useSendMessageBatchto send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all).default SendMessageBatchResponseSqsClient.sendMessageBatch(SendMessageBatchRequest sendMessageBatchRequest) You can useSendMessageBatchto send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all).default SetQueueAttributesResponseSqsClient.setQueueAttributes(Consumer<SetQueueAttributesRequest.Builder> setQueueAttributesRequest) Sets the value of one or more queue attributes, like a policy.default SetQueueAttributesResponseSqsClient.setQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest) Sets the value of one or more queue attributes, like a policy.default TagQueueResponseSqsClient.tagQueue(Consumer<TagQueueRequest.Builder> tagQueueRequest) Add cost allocation tags to the specified Amazon SQS queue.default TagQueueResponseSqsClient.tagQueue(TagQueueRequest tagQueueRequest) Add cost allocation tags to the specified Amazon SQS queue.default UntagQueueResponseSqsClient.untagQueue(Consumer<UntagQueueRequest.Builder> untagQueueRequest) Remove cost allocation tags from the specified Amazon SQS queue.default UntagQueueResponseSqsClient.untagQueue(UntagQueueRequest untagQueueRequest) Remove cost allocation tags from the specified Amazon SQS queue.