| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs |
Welcome to the Amazon Simple Queue Service API Reference.
|
| software.amazon.awssdk.services.sqs.model | |
| software.amazon.awssdk.services.sqs.transform |
| Class and Description |
|---|
| AddPermissionRequest
|
| AddPermissionResponse |
| BatchEntryIdsNotDistinctException
Two or more batch entries in the request have the same
Id. |
| BatchRequestTooLongException
The length of all the messages put together is more than the limit.
|
| ChangeMessageVisibilityBatchRequest
|
| ChangeMessageVisibilityBatchResponse
For each message in the batch, the response contains a
ChangeMessageVisibilityBatchResultEntry
tag if the message succeeds or a BatchResultErrorEntry tag if the message fails. |
| ChangeMessageVisibilityRequest |
| ChangeMessageVisibilityResponse |
| CreateQueueRequest
|
| CreateQueueResponse
Returns the
QueueUrl attribute of the created queue. |
| DeleteMessageBatchRequest
|
| DeleteMessageBatchResponse
For each message in the batch, the response contains a
DeleteMessageBatchResultEntry tag if the
message is deleted or a BatchResultErrorEntry tag if the message can't be deleted. |
| DeleteMessageRequest
|
| DeleteMessageResponse |
| DeleteQueueRequest
|
| DeleteQueueResponse |
| EmptyBatchRequestException
The batch request doesn't contain any entries.
|
| GetQueueAttributesRequest
|
| GetQueueAttributesResponse
A list of returned queue attributes.
|
| GetQueueUrlRequest
|
| GetQueueUrlResponse
For more information, see Responses in the Amazon SQS Developer Guide.
|
| InvalidAttributeNameException
The attribute referred to doesn't exist.
|
| InvalidBatchEntryIdException
The
Id of a batch entry in a batch request doesn't abide by the specification. |
| InvalidIdFormatException
The receipt handle isn't valid for the current version.
|
| InvalidMessageContentsException
The message contains characters outside the allowed set.
|
| ListDeadLetterSourceQueuesRequest
|
| ListDeadLetterSourceQueuesResponse
A list of your dead letter source queues.
|
| ListQueuesRequest
|
| ListQueuesResponse
A list of your queues.
|
| MessageNotInflightException
The message referred to isn't in flight.
|
| OverLimitException
The action that you requested would violate a limit.
|
| PurgeQueueInProgressException
Indicates that the specified queue previously received a
PurgeQueue request within the last 60 seconds
(the time it can take to delete the messages in the queue). |
| PurgeQueueRequest
|
| PurgeQueueResponse |
| QueueDeletedRecentlyException
You must wait 60 seconds after deleting a queue before you can create another one with the same name.
|
| QueueDoesNotExistException
The queue referred to doesn't exist.
|
| QueueNameExistsException
A queue already exists with this name.
|
| ReceiptHandleIsInvalidException
The receipt handle provided isn't valid.
|
| ReceiveMessageRequest
|
| ReceiveMessageResponse
A list of received messages.
|
| RemovePermissionRequest
|
| RemovePermissionResponse |
| SendMessageBatchRequest
|
| SendMessageBatchResponse
For each message in the batch, the response contains a
SendMessageBatchResultEntry tag if the
message succeeds or a BatchResultErrorEntry tag if the message fails. |
| SendMessageRequest
|
| SendMessageResponse
The
MD5OfMessageBody and MessageId elements. |
| SetQueueAttributesRequest
|
| SetQueueAttributesResponse |
| SQSException
Base exception for all service exceptions thrown by Amazon Simple Queue Service
|
| TooManyEntriesInBatchRequestException
The batch request contains more entries than permissible.
|
| UnsupportedOperationException
Error code 400.
|
Copyright © 2017. All rights reserved.