Skip navigation links
A B C D E F G H I L M O P Q R S T U V W 

A

actions() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
The action the client wants to allow for the specified principal.
actions(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
The action the client wants to allow for the specified principal.
actions(String...) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
The action the client wants to allow for the specified principal.
addPermission(AddPermissionRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
addPermission(AddPermissionRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Adds a permission to a queue for a specific principal.
addPermission(AddPermissionRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Adds a permission to a queue for a specific principal.
AddPermissionRequest - Class in software.amazon.awssdk.services.sqs.model

AddPermissionRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
AddPermissionRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
AddPermissionRequest Marshaller
AddPermissionRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.AddPermissionRequestMarshaller
 
AddPermissionResponse - Class in software.amazon.awssdk.services.sqs.model
 
AddPermissionResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
AddPermissionResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
AddPermissionResponse StAX Unmarshaller
AddPermissionResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.AddPermissionResponseUnmarshaller
 
afterResponse(SdkHttpFullRequest, Response<?>) - Method in class software.amazon.awssdk.services.sqs.MessageMD5ChecksumHandler
 
attributeNames() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
A list of attributes for which to retrieve information.
attributeNames(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
A list of attributes for which to retrieve information.
attributeNames(String...) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
A list of attributes for which to retrieve information.
attributeNames(QueueAttributeName...) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
A list of attributes for which to retrieve information.
attributeNames() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
A list of attributes that need to be returned along with each message.
attributeNames(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
A list of attributes that need to be returned along with each message.
attributeNames(String...) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
A list of attributes that need to be returned along with each message.
attributeNames(QueueAttributeName...) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
A list of attributes that need to be returned along with each message.
attributes() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
A map of attributes with their corresponding values.
attributes(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.CreateQueueRequest.Builder
A map of attributes with their corresponding values.
attributes() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
A map of attributes to their respective values.
attributes(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse.Builder
A map of attributes to their respective values.
attributes() - Method in class software.amazon.awssdk.services.sqs.model.Message
SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp.
attributes(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp.
attributes() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
A map of attributes to set.
attributes(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest.Builder
A map of attributes to set.
awsAccountIds() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
The AWS account number of the principal who is given permission.
awsAccountIds(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
The AWS account number of the principal who is given permission.
awsAccountIds(String...) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
The AWS account number of the principal who is given permission.

B

BatchEntryIdsNotDistinctException - Exception in software.amazon.awssdk.services.sqs.model
Two or more batch entries in the request have the same Id.
BatchEntryIdsNotDistinctException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
BatchEntryIdsNotDistinctExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
BatchEntryIdsNotDistinctExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.BatchEntryIdsNotDistinctExceptionUnmarshaller
 
BatchRequestTooLongException - Exception in software.amazon.awssdk.services.sqs.model
The length of all the messages put together is more than the limit.
BatchRequestTooLongException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
BatchRequestTooLongExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
BatchRequestTooLongExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.BatchRequestTooLongExceptionUnmarshaller
 
BatchResultErrorEntry - Class in software.amazon.awssdk.services.sqs.model
This is used in the responses of batch API to give a detailed description of the result of an action on each entry in the request.
BatchResultErrorEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
BatchResultErrorEntryUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
BatchResultErrorEntry StAX Unmarshaller
BatchResultErrorEntryUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.BatchResultErrorEntryUnmarshaller
 
beforeRequest(SdkHttpFullRequest) - Method in class software.amazon.awssdk.services.sqs.internal.SqsRequestHandler
 
beforeRequest(SdkHttpFullRequest) - Method in class software.amazon.awssdk.services.sqs.QueueUrlHandler
 
binaryListValues() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
Not implemented.
binaryListValues(Collection<ByteBuffer>) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
Not implemented.
binaryListValues(ByteBuffer...) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
Not implemented.
binaryValue() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.
binaryValue(ByteBuffer) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.
body() - Method in class software.amazon.awssdk.services.sqs.model.Message
The message's contents (not URL-encoded).
body(String) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
The message's contents (not URL-encoded).
builder() - Static method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidIdFormatException
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.Message
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.MessageNotInflightException
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.OverLimitException
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.QueueNameExistsException
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
 
builder() - Static method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException
 
builder() - Static method in exception software.amazon.awssdk.services.sqs.model.UnsupportedOperationException
 
builder() - Static method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Create a builder that can be used to configure and create a SQSAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.sqs.SQSClient
Create a builder that can be used to configure and create a SQSClient.

C

changeMessageVisibility(ChangeMessageVisibilityRequest, QueueBufferCallback<ChangeMessageVisibilityRequest, ChangeMessageVisibilityResponse>) - Method in class software.amazon.awssdk.services.sqs.buffered.SendQueueBuffer
 
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Changes the visibility timeout of multiple messages.
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Changes the visibility timeout of multiple messages.
ChangeMessageVisibilityBatchRequest - Class in software.amazon.awssdk.services.sqs.model

ChangeMessageVisibilityBatchRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityBatchRequestEntry - Class in software.amazon.awssdk.services.sqs.model
Encloses a receipt handle and an entry id for each message in ChangeMessageVisibilityBatch.
ChangeMessageVisibilityBatchRequestEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityBatchRequestEntryUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
ChangeMessageVisibilityBatchRequestEntry StAX Unmarshaller
ChangeMessageVisibilityBatchRequestEntryUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchRequestEntryUnmarshaller
 
ChangeMessageVisibilityBatchRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
ChangeMessageVisibilityBatchRequest Marshaller
ChangeMessageVisibilityBatchRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchRequestMarshaller
 
ChangeMessageVisibilityBatchResponse - Class in software.amazon.awssdk.services.sqs.model
For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
ChangeMessageVisibilityBatchResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityBatchResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
ChangeMessageVisibilityBatchResponse StAX Unmarshaller
ChangeMessageVisibilityBatchResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchResponseUnmarshaller
 
ChangeMessageVisibilityBatchResultEntry - Class in software.amazon.awssdk.services.sqs.model
Encloses the Id of an entry in ChangeMessageVisibilityBatch.
ChangeMessageVisibilityBatchResultEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityBatchResultEntryUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
ChangeMessageVisibilityBatchResultEntry StAX Unmarshaller
ChangeMessageVisibilityBatchResultEntryUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchResultEntryUnmarshaller
 
ChangeMessageVisibilityRequest - Class in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
ChangeMessageVisibilityRequest Marshaller
ChangeMessageVisibilityRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityRequestMarshaller
 
ChangeMessageVisibilityResponse - Class in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
ChangeMessageVisibilityResponse StAX Unmarshaller
ChangeMessageVisibilityResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityResponseUnmarshaller
 
clear() - Method in class software.amazon.awssdk.services.sqs.buffered.ReceiveQueueBuffer
Clears and nacks any pre-fetched messages in this buffer.
close() - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
code(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry.Builder
An error code representing why the action failed on this entry.
code() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
An error code representing why the action failed on this entry.
create() - Static method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Create a SQSAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.sqs.SQSClient
Create a SQSClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
createQueue(CreateQueueRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
createQueue(CreateQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Creates a new standard or FIFO queue.
createQueue(CreateQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Creates a new standard or FIFO queue.
CreateQueueRequest - Class in software.amazon.awssdk.services.sqs.model

CreateQueueRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
CreateQueueRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
CreateQueueRequest Marshaller
CreateQueueRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.CreateQueueRequestMarshaller
 
CreateQueueResponse - Class in software.amazon.awssdk.services.sqs.model
Returns the QueueUrl attribute of the created queue.
CreateQueueResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
CreateQueueResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
CreateQueueResponse StAX Unmarshaller
CreateQueueResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.CreateQueueResponseUnmarshaller
 

D

dataType(String) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
Amazon SQS supports the following logical data types: String, Number, and Binary.
dataType() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
Amazon SQS supports the following logical data types: String, Number, and Binary.
delaySeconds(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
The length of time, in seconds, for which a specific message is delayed.
delaySeconds() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
The length of time, in seconds, for which a specific message is delayed.
delaySeconds(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
The length of time, in seconds, for which to delay a specific message.
delaySeconds() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
The length of time, in seconds, for which to delay a specific message.
deleteMessage(DeleteMessageRequest, QueueBufferCallback<DeleteMessageRequest, DeleteMessageResponse>) - Method in class software.amazon.awssdk.services.sqs.buffered.SendQueueBuffer
 
deleteMessage(DeleteMessageRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
deleteMessage(DeleteMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Deletes the specified message from the specified queue.
deleteMessage(DeleteMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Deletes the specified message from the specified queue.
deleteMessageBatch(DeleteMessageBatchRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
deleteMessageBatch(DeleteMessageBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Deletes up to ten messages from the specified queue.
deleteMessageBatch(DeleteMessageBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Deletes up to ten messages from the specified queue.
DeleteMessageBatchRequest - Class in software.amazon.awssdk.services.sqs.model

DeleteMessageBatchRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
DeleteMessageBatchRequestEntry - Class in software.amazon.awssdk.services.sqs.model
Encloses a receipt handle and an identifier for it.
DeleteMessageBatchRequestEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
DeleteMessageBatchRequestEntryUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
DeleteMessageBatchRequestEntry StAX Unmarshaller
DeleteMessageBatchRequestEntryUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchRequestEntryUnmarshaller
 
DeleteMessageBatchRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
DeleteMessageBatchRequest Marshaller
DeleteMessageBatchRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchRequestMarshaller
 
DeleteMessageBatchResponse - Class in software.amazon.awssdk.services.sqs.model
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.
DeleteMessageBatchResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
DeleteMessageBatchResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
DeleteMessageBatchResponse StAX Unmarshaller
DeleteMessageBatchResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchResponseUnmarshaller
 
DeleteMessageBatchResultEntry - Class in software.amazon.awssdk.services.sqs.model
Encloses the Id of an entry in DeleteMessageBatch.
DeleteMessageBatchResultEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
DeleteMessageBatchResultEntryUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
DeleteMessageBatchResultEntry StAX Unmarshaller
DeleteMessageBatchResultEntryUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchResultEntryUnmarshaller
 
DeleteMessageRequest - Class in software.amazon.awssdk.services.sqs.model

DeleteMessageRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
DeleteMessageRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
DeleteMessageRequest Marshaller
DeleteMessageRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageRequestMarshaller
 
DeleteMessageResponse - Class in software.amazon.awssdk.services.sqs.model
 
DeleteMessageResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
DeleteMessageResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
DeleteMessageResponse StAX Unmarshaller
DeleteMessageResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageResponseUnmarshaller
 
deleteQueue(DeleteQueueRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
deleteQueue(DeleteQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Deletes the queue specified by the QueueUrl, even if the queue is empty.
deleteQueue(DeleteQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Deletes the queue specified by the QueueUrl, even if the queue is empty.
DeleteQueueRequest - Class in software.amazon.awssdk.services.sqs.model

DeleteQueueRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
DeleteQueueRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
DeleteQueueRequest Marshaller
DeleteQueueRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteQueueRequestMarshaller
 
DeleteQueueResponse - Class in software.amazon.awssdk.services.sqs.model
 
DeleteQueueResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
DeleteQueueResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
DeleteQueueResponse StAX Unmarshaller
DeleteQueueResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteQueueResponseUnmarshaller
 

E

EmptyBatchRequestException - Exception in software.amazon.awssdk.services.sqs.model
The batch request doesn't contain any entries.
EmptyBatchRequestException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
EmptyBatchRequestExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
EmptyBatchRequestExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.EmptyBatchRequestExceptionUnmarshaller
 
entries(Collection<ChangeMessageVisibilityBatchRequestEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest.Builder
A list of receipt handles of the messages for which the visibility timeout must be changed.
entries(ChangeMessageVisibilityBatchRequestEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest.Builder
A list of receipt handles of the messages for which the visibility timeout must be changed.
entries() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
A list of receipt handles of the messages for which the visibility timeout must be changed.
entries(Collection<DeleteMessageBatchRequestEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest.Builder
A list of receipt handles for the messages to be deleted.
entries(DeleteMessageBatchRequestEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest.Builder
A list of receipt handles for the messages to be deleted.
entries() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
A list of receipt handles for the messages to be deleted.
entries(Collection<SendMessageBatchRequestEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest.Builder
entries(SendMessageBatchRequestEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest.Builder
entries() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.Message
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
 

F

failed(Collection<BatchResultErrorEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse.Builder
A list of BatchResultErrorEntry items.
failed(BatchResultErrorEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse.Builder
A list of BatchResultErrorEntry items.
failed() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
A list of BatchResultErrorEntry items.
failed(Collection<BatchResultErrorEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse.Builder
A list of BatchResultErrorEntry items.
failed(BatchResultErrorEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse.Builder
A list of BatchResultErrorEntry items.
failed() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
A list of BatchResultErrorEntry items.
failed(Collection<BatchResultErrorEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
failed(BatchResultErrorEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
failed() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
flush() - Method in class software.amazon.awssdk.services.sqs.buffered.SendQueueBuffer
Flushes all outstanding outbound requests (SendMessage, DeleteMessage, ChangeMessageVisibility) in this buffer.
fromValue(String) - Static method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.sqs.model.QueueAttributeName
Use this in place of valueOf.

G

getActionName() - Method in enum software.amazon.awssdk.auth.policy.actions.SQSActions
 
getConfig() - Method in class software.amazon.awssdk.services.sqs.buffered.SendQueueBuffer
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.AddPermissionResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.BatchResultErrorEntryUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchRequestEntryUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchResultEntryUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.CreateQueueResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchRequestEntryUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchResultEntryUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.DeleteQueueResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.GetQueueAttributesResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.GetQueueUrlResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ListDeadLetterSourceQueuesResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ListQueuesResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.MessageAttributeValueUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.MessageUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.PurgeQueueResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ReceiveMessageResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.RemovePermissionResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.SendMessageBatchRequestEntryUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.SendMessageBatchResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.SendMessageBatchResultEntryUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.SendMessageResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.SetQueueAttributesResponseUnmarshaller
 
getLongPollWaitTimeoutSeconds() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Specifies the amount of time, in seconds, the receive call will block on the server waiting for messages to arrive if the queue is empty when the receive call is first made.
getMaxBatchOpenMs() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
The maximum time (milliseconds) a send batch is held open for additional outbound requests.
getMaxBatchSize() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Specifies the maximum number of entries the buffered client will put in a single batch request.
getMaxBatchSizeBytes() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Maximum permitted size of a SendMessage or SendMessageBatch message, in bytes.
getMaxDoneReceiveBatches() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
If more than that number of completed receive batches are waiting in the buffer, the querying for new messages will stop.
The larger this number, the more messages the queue buffer will pre-fetch and keep in the buffer on the client side, and the faster receive requests will be satisfied.
getMaxInflightOutboundBatches() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent batches for each type of outbound request.
getMaxInflightReceiveBatches() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent receive message batches.
getQueueAttributes(GetQueueAttributesRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
getQueueAttributes(GetQueueAttributesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Gets attributes for the specified queue.
getQueueAttributes(GetQueueAttributesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Gets attributes for the specified queue.
GetQueueAttributesRequest - Class in software.amazon.awssdk.services.sqs.model

GetQueueAttributesRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
GetQueueAttributesRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
GetQueueAttributesRequest Marshaller
GetQueueAttributesRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.GetQueueAttributesRequestMarshaller
 
GetQueueAttributesResponse - Class in software.amazon.awssdk.services.sqs.model
A list of returned queue attributes.
GetQueueAttributesResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
GetQueueAttributesResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
GetQueueAttributesResponse StAX Unmarshaller
GetQueueAttributesResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.GetQueueAttributesResponseUnmarshaller
 
getQueueUrl(GetQueueUrlRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
getQueueUrl(GetQueueUrlRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Returns the URL of an existing queue.
getQueueUrl(GetQueueUrlRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Returns the URL of an existing queue.
GetQueueUrlRequest - Class in software.amazon.awssdk.services.sqs.model

GetQueueUrlRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
GetQueueUrlRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
GetQueueUrlRequest Marshaller
GetQueueUrlRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.GetQueueUrlRequestMarshaller
 
GetQueueUrlResponse - Class in software.amazon.awssdk.services.sqs.model
For more information, see Responses in the Amazon SQS Developer Guide.
GetQueueUrlResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
GetQueueUrlResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
GetQueueUrlResponse StAX Unmarshaller
GetQueueUrlResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.GetQueueUrlResponseUnmarshaller
 
getSigner(SignerProviderContext) - Method in class software.amazon.awssdk.services.sqs.internal.auth.SqsSignerProvider
 
getVisibilityTimeoutSeconds() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Custom visibility timeout to use when retrieving messages from SQS.

H

hashCode() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.Message
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
 

I

id(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry.Builder
The Id of an entry in a batch request.
id() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
The Id of an entry in a batch request.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry.Builder
An identifier for this particular receipt handle used to communicate the result.
id() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
An identifier for this particular receipt handle used to communicate the result.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry.Builder
Represents a message whose visibility timeout has been changed successfully.
id() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
Represents a message whose visibility timeout has been changed successfully.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry.Builder
An identifier for this particular receipt handle.
id() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
An identifier for this particular receipt handle.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry.Builder
Represents a successfully deleted message.
id() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
Represents a successfully deleted message.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
An identifier for a message in this batch used to communicate the result.
id() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
An identifier for a message in this batch used to communicate the result.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
An identifier for the message in this batch.
id() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
An identifier for the message in this batch.
InvalidAttributeNameException - Exception in software.amazon.awssdk.services.sqs.model
The attribute referred to doesn't exist.
InvalidAttributeNameException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
InvalidAttributeNameExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
InvalidAttributeNameExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.InvalidAttributeNameExceptionUnmarshaller
 
InvalidBatchEntryIdException - Exception in software.amazon.awssdk.services.sqs.model
The Id of a batch entry in a batch request doesn't abide by the specification.
InvalidBatchEntryIdException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
InvalidBatchEntryIdExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
InvalidBatchEntryIdExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.InvalidBatchEntryIdExceptionUnmarshaller
 
InvalidIdFormatException - Exception in software.amazon.awssdk.services.sqs.model
The receipt handle isn't valid for the current version.
InvalidIdFormatException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
InvalidIdFormatExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
InvalidIdFormatExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.InvalidIdFormatExceptionUnmarshaller
 
InvalidMessageContentsException - Exception in software.amazon.awssdk.services.sqs.model
The message contains characters outside the allowed set.
InvalidMessageContentsException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
InvalidMessageContentsExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
InvalidMessageContentsExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.InvalidMessageContentsExceptionUnmarshaller
 
isFlushOnShutdown() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Returns the flushOnShutdown value.
isLongPoll() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
 

L

label(String) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
The unique identification of the permission you're setting (for example, AliceSendMessage).
label() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
The unique identification of the permission you're setting (for example, AliceSendMessage).
label(String) - Method in interface software.amazon.awssdk.services.sqs.model.RemovePermissionRequest.Builder
The identification of the permission to remove.
label() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
The identification of the permission to remove.
listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.
listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.
ListDeadLetterSourceQueuesRequest - Class in software.amazon.awssdk.services.sqs.model

ListDeadLetterSourceQueuesRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ListDeadLetterSourceQueuesRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
ListDeadLetterSourceQueuesRequest Marshaller
ListDeadLetterSourceQueuesRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ListDeadLetterSourceQueuesRequestMarshaller
 
ListDeadLetterSourceQueuesResponse - Class in software.amazon.awssdk.services.sqs.model
A list of your dead letter source queues.
ListDeadLetterSourceQueuesResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ListDeadLetterSourceQueuesResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
ListDeadLetterSourceQueuesResponse StAX Unmarshaller
ListDeadLetterSourceQueuesResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ListDeadLetterSourceQueuesResponseUnmarshaller
 
listQueues(ListQueuesRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
listQueues(ListQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Returns a list of your queues.
listQueues(ListQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Returns a list of your queues.
ListQueuesRequest - Class in software.amazon.awssdk.services.sqs.model

ListQueuesRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ListQueuesRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
ListQueuesRequest Marshaller
ListQueuesRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ListQueuesRequestMarshaller
 
ListQueuesResponse - Class in software.amazon.awssdk.services.sqs.model
A list of your queues.
ListQueuesResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ListQueuesResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
ListQueuesResponse StAX Unmarshaller
ListQueuesResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ListQueuesResponseUnmarshaller
 
LONGPOLL_WAIT_TIMEOUT_SECONDS_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
 

M

marshall(AddPermissionRequest) - Method in class software.amazon.awssdk.services.sqs.transform.AddPermissionRequestMarshaller
 
marshall(ChangeMessageVisibilityBatchRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchRequestMarshaller
 
marshall(ChangeMessageVisibilityRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityRequestMarshaller
 
marshall(CreateQueueRequest) - Method in class software.amazon.awssdk.services.sqs.transform.CreateQueueRequestMarshaller
 
marshall(DeleteMessageBatchRequest) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchRequestMarshaller
 
marshall(DeleteMessageRequest) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageRequestMarshaller
 
marshall(DeleteQueueRequest) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteQueueRequestMarshaller
 
marshall(GetQueueAttributesRequest) - Method in class software.amazon.awssdk.services.sqs.transform.GetQueueAttributesRequestMarshaller
 
marshall(GetQueueUrlRequest) - Method in class software.amazon.awssdk.services.sqs.transform.GetQueueUrlRequestMarshaller
 
marshall(ListDeadLetterSourceQueuesRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ListDeadLetterSourceQueuesRequestMarshaller
 
marshall(ListQueuesRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ListQueuesRequestMarshaller
 
marshall(PurgeQueueRequest) - Method in class software.amazon.awssdk.services.sqs.transform.PurgeQueueRequestMarshaller
 
marshall(ReceiveMessageRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ReceiveMessageRequestMarshaller
 
marshall(RemovePermissionRequest) - Method in class software.amazon.awssdk.services.sqs.transform.RemovePermissionRequestMarshaller
 
marshall(SendMessageBatchRequest) - Method in class software.amazon.awssdk.services.sqs.transform.SendMessageBatchRequestMarshaller
 
marshall(SendMessageRequest) - Method in class software.amazon.awssdk.services.sqs.transform.SendMessageRequestMarshaller
 
marshall(SetQueueAttributesRequest) - Method in class software.amazon.awssdk.services.sqs.transform.SetQueueAttributesRequestMarshaller
 
MAX_BATCH_OPEN_MS_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
200 milliseconds.
MAX_BATCH_SIZE_BYTES_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
256 kilobytes.
MAX_BATCH_SIZE_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
 
MAX_DONE_RECEIVE_BATCHES_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
10 batches.
MAX_INFLIGHT_OUTBOUND_BATCHES_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
5 batches.
MAX_INFLIGHT_RECEIVE_BATCHES_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
10 batches.
maxNumberOfMessages(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
The maximum number of messages to return.
maxNumberOfMessages() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
The maximum number of messages to return.
md5OfBody(String) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
An MD5 digest of the non-URL-encoded message body string.
md5OfBody() - Method in class software.amazon.awssdk.services.sqs.model.Message
An MD5 digest of the non-URL-encoded message body string.
md5OfMessageAttributes(String) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
An MD5 digest of the non-URL-encoded message attribute string.
md5OfMessageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.Message
An MD5 digest of the non-URL-encoded message attribute string.
md5OfMessageAttributes(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
An MD5 digest of the non-URL-encoded message attribute string.
md5OfMessageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message attribute string.
md5OfMessageAttributes(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageResponse.Builder
An MD5 digest of the non-URL-encoded message attribute string.
md5OfMessageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
An MD5 digest of the non-URL-encoded message attribute string.
md5OfMessageBody(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
An MD5 digest of the non-URL-encoded message attribute string.
md5OfMessageBody() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message attribute string.
md5OfMessageBody(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageResponse.Builder
An MD5 digest of the non-URL-encoded message attribute string.
md5OfMessageBody() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
An MD5 digest of the non-URL-encoded message attribute string.
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry.Builder
A message explaining why the action failed on this entry.
message() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
A message explaining why the action failed on this entry.
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidIdFormatException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException.Builder
 
Message - Class in software.amazon.awssdk.services.sqs.model
An Amazon SQS message.
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.MessageNotInflightException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.OverLimitException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.QueueNameExistsException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.sqs.model.UnsupportedOperationException.Builder
 
Message.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
messageAttributeNames(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
The name of the message attribute, where N is the index.
messageAttributeNames(String...) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
The name of the message attribute, where N is the index.
messageAttributeNames() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
The name of the message attribute, where N is the index.
messageAttributes(Map<String, MessageAttributeValue>) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
Each message attribute consists of a Name, Type, and Value.
messageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.Message
Each message attribute consists of a Name, Type, and Value.
messageAttributes(Map<String, MessageAttributeValue>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
Each message attribute consists of a Name, Type, and Value.
messageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
Each message attribute consists of a Name, Type, and Value.
messageAttributes(Map<String, MessageAttributeValue>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
Each message attribute consists of a Name, Type, and Value.
messageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
Each message attribute consists of a Name, Type, and Value.
MessageAttributeValue - Class in software.amazon.awssdk.services.sqs.model
The user-specified message attribute value.
MessageAttributeValue.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
MessageAttributeValueUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
MessageAttributeValue StAX Unmarshaller
MessageAttributeValueUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.MessageAttributeValueUnmarshaller
 
messageBody(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
The body of the message.
messageBody() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
The body of the message.
messageBody(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
The message to send.
messageBody() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
The message to send.
messageDeduplicationId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
This parameter applies only to FIFO (first-in-first-out) queues.
messageDeduplicationId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
This parameter applies only to FIFO (first-in-first-out) queues.
messageDeduplicationId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
This parameter applies only to FIFO (first-in-first-out) queues.
messageDeduplicationId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
messageGroupId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
This parameter applies only to FIFO (first-in-first-out) queues.
messageGroupId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
This parameter applies only to FIFO (first-in-first-out) queues.
messageGroupId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
This parameter applies only to FIFO (first-in-first-out) queues.
messageGroupId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
messageId(String) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
A unique identifier for the message.
messageId() - Method in class software.amazon.awssdk.services.sqs.model.Message
A unique identifier for the message.
messageId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
An identifier for the message.
messageId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
An identifier for the message.
messageId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageResponse.Builder
An attribute containing the MessageId of the message sent to the queue.
messageId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
An attribute containing the MessageId of the message sent to the queue.
MessageMD5ChecksumHandler - Class in software.amazon.awssdk.services.sqs
SQS operations on sending and receiving messages will return the MD5 digest of the message body.
MessageMD5ChecksumHandler() - Constructor for class software.amazon.awssdk.services.sqs.MessageMD5ChecksumHandler
 
MessageNotInflightException - Exception in software.amazon.awssdk.services.sqs.model
The message referred to isn't in flight.
MessageNotInflightException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
MessageNotInflightExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
MessageNotInflightExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.MessageNotInflightExceptionUnmarshaller
 
messages(Collection<Message>) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse.Builder
A list of messages.
messages(Message...) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse.Builder
A list of messages.
messages() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
A list of messages.
MessageSystemAttributeName - Enum in software.amazon.awssdk.services.sqs.model
 
MessageUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
Message StAX Unmarshaller
MessageUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.MessageUnmarshaller
 

O

OverLimitException - Exception in software.amazon.awssdk.services.sqs.model
The action that you requested would violate a limit.
OverLimitException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
OverLimitExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
OverLimitExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.OverLimitExceptionUnmarshaller
 

P

purgeQueue(PurgeQueueRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
purgeQueue(PurgeQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Deletes the messages in a queue specified by the QueueURL parameter.
purgeQueue(PurgeQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Deletes the messages in a queue specified by the QueueURL parameter.
PurgeQueueInProgressException - Exception in software.amazon.awssdk.services.sqs.model
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).
PurgeQueueInProgressException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
PurgeQueueInProgressExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
PurgeQueueInProgressExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.PurgeQueueInProgressExceptionUnmarshaller
 
PurgeQueueRequest - Class in software.amazon.awssdk.services.sqs.model

PurgeQueueRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
PurgeQueueRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
PurgeQueueRequest Marshaller
PurgeQueueRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.PurgeQueueRequestMarshaller
 
PurgeQueueResponse - Class in software.amazon.awssdk.services.sqs.model
 
PurgeQueueResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
PurgeQueueResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
PurgeQueueResponse StAX Unmarshaller
PurgeQueueResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.PurgeQueueResponseUnmarshaller
 

Q

QueueAttributeName - Enum in software.amazon.awssdk.services.sqs.model
 
QueueBufferConfig - Class in software.amazon.awssdk.services.sqs.buffered
 
QueueBufferConfig(long, int, int, int, boolean, long, int, int, int) - Constructor for class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
 
QueueBufferConfig() - Constructor for class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
 
QueueBufferConfig(QueueBufferConfig) - Constructor for class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
copy constructor.
QueueDeletedRecentlyException - Exception in software.amazon.awssdk.services.sqs.model
You must wait 60 seconds after deleting a queue before you can create another one with the same name.
QueueDeletedRecentlyException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
QueueDeletedRecentlyExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
QueueDeletedRecentlyExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.QueueDeletedRecentlyExceptionUnmarshaller
 
QueueDoesNotExistException - Exception in software.amazon.awssdk.services.sqs.model
The queue referred to doesn't exist.
QueueDoesNotExistException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
QueueDoesNotExistExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
QueueDoesNotExistExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.QueueDoesNotExistExceptionUnmarshaller
 
queueName(String) - Method in interface software.amazon.awssdk.services.sqs.model.CreateQueueRequest.Builder
The name of the new queue.
queueName() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
The name of the new queue.
queueName(String) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest.Builder
The name of the queue whose URL must be fetched.
queueName() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
The name of the queue whose URL must be fetched.
QueueNameExistsException - Exception in software.amazon.awssdk.services.sqs.model
A queue already exists with this name.
QueueNameExistsException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
QueueNameExistsExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
QueueNameExistsExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.QueueNameExistsExceptionUnmarshaller
 
queueNamePrefix(String) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesRequest.Builder
A string to use for filtering the list results.
queueNamePrefix() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
A string to use for filtering the list results.
queueOwnerAWSAccountId(String) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest.Builder
The AWS account ID of the account that created the queue.
queueOwnerAWSAccountId() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
The AWS account ID of the account that created the queue.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
The URL of the Amazon SQS queue to which permissions are added.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
The URL of the Amazon SQS queue to which permissions are added.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest.Builder
The URL of the Amazon SQS queue whose messages' visibility is changed.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
The URL of the Amazon SQS queue whose messages' visibility is changed.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
The URL of the Amazon SQS queue whose message's visibility is changed.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
The URL of the Amazon SQS queue whose message's visibility is changed.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.CreateQueueResponse.Builder
The URL of the created Amazon SQS queue.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
The URL of the created Amazon SQS queue.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest.Builder
The URL of the Amazon SQS queue from which messages are deleted.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
The URL of the Amazon SQS queue from which messages are deleted.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageRequest.Builder
The URL of the Amazon SQS queue from which messages are deleted.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
The URL of the Amazon SQS queue from which messages are deleted.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteQueueRequest.Builder
The URL of the Amazon SQS queue to delete.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
The URL of the Amazon SQS queue to delete.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
The URL of the Amazon SQS queue whose attribute information is retrieved.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
The URL of the Amazon SQS queue whose attribute information is retrieved.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse.Builder
The URL of the queue.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
The URL of the queue.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest.Builder
The URL of a dead letter queue.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
The URL of a dead letter queue.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.PurgeQueueRequest.Builder
The URL of the queue from which the PurgeQueue action deletes messages.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
The URL of the queue from which the PurgeQueue action deletes messages.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
The URL of the Amazon SQS queue from which messages are received.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
The URL of the Amazon SQS queue from which messages are received.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.RemovePermissionRequest.Builder
The URL of the Amazon SQS queue from which permissions are removed.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
The URL of the Amazon SQS queue from which permissions are removed.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest.Builder
The URL of the Amazon SQS queue to which batched messages are sent.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
The URL of the Amazon SQS queue to which batched messages are sent.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
The URL of the Amazon SQS queue to which a message is sent.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
The URL of the Amazon SQS queue to which a message is sent.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest.Builder
The URL of the Amazon SQS queue whose attributes are set.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
The URL of the Amazon SQS queue whose attributes are set.
QueueUrlHandler - Class in software.amazon.awssdk.services.sqs
Custom request handler for SQS that processes the request before it gets routed to the client runtime layer.
QueueUrlHandler() - Constructor for class software.amazon.awssdk.services.sqs.QueueUrlHandler
 
queueUrls(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse.Builder
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
queueUrls(String...) - Method in interface software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse.Builder
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
queueUrls() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
queueUrls(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesResponse.Builder
A list of queue URLs, up to 1,000 entries.
queueUrls(String...) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesResponse.Builder
A list of queue URLs, up to 1,000 entries.
queueUrls() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
A list of queue URLs, up to 1,000 entries.

R

receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry.Builder
A receipt handle.
receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
A receipt handle.
receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
The receipt handle associated with the message whose visibility timeout is changed.
receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
The receipt handle associated with the message whose visibility timeout is changed.
receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry.Builder
A receipt handle.
receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
A receipt handle.
receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageRequest.Builder
The receipt handle associated with the message to delete.
receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
The receipt handle associated with the message to delete.
receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
An identifier associated with the act of receiving the message.
receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.Message
An identifier associated with the act of receiving the message.
ReceiptHandleIsInvalidException - Exception in software.amazon.awssdk.services.sqs.model
The receipt handle provided isn't valid.
ReceiptHandleIsInvalidException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ReceiptHandleIsInvalidExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
ReceiptHandleIsInvalidExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ReceiptHandleIsInvalidExceptionUnmarshaller
 
receiveMessage(ReceiveMessageRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
receiveMessage(ReceiveMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Retrieves one or more messages (up to 10), from the specified queue.
receiveMessage(ReceiveMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Retrieves one or more messages (up to 10), from the specified queue.
receiveMessageAsync(ReceiveMessageRequest, QueueBufferCallback<ReceiveMessageRequest, ReceiveMessageResponse>) - Method in class software.amazon.awssdk.services.sqs.buffered.ReceiveQueueBuffer
Submits the request for retrieval of messages from the queue and returns a future that will be signalled when the request is satisfied.
ReceiveMessageRequest - Class in software.amazon.awssdk.services.sqs.model

ReceiveMessageRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ReceiveMessageRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
ReceiveMessageRequest Marshaller
ReceiveMessageRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ReceiveMessageRequestMarshaller
 
ReceiveMessageResponse - Class in software.amazon.awssdk.services.sqs.model
A list of received messages.
ReceiveMessageResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ReceiveMessageResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
ReceiveMessageResponse StAX Unmarshaller
ReceiveMessageResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ReceiveMessageResponseUnmarshaller
 
ReceiveQueueBuffer - Class in software.amazon.awssdk.services.sqs.buffered
The ReceiveQueueBuffer class is responsible for dequeueing of messages from a single SQS queue.
receiveRequestAttemptId(String) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
This parameter applies only to FIFO (first-in-first-out) queues.
receiveRequestAttemptId() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
removePermission(RemovePermissionRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
removePermission(RemovePermissionRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Revokes any permissions in the queue policy that matches the specified Label parameter.
removePermission(RemovePermissionRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Revokes any permissions in the queue policy that matches the specified Label parameter.
RemovePermissionRequest - Class in software.amazon.awssdk.services.sqs.model

RemovePermissionRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
RemovePermissionRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
RemovePermissionRequest Marshaller
RemovePermissionRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.RemovePermissionRequestMarshaller
 
RemovePermissionResponse - Class in software.amazon.awssdk.services.sqs.model
 
RemovePermissionResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
RemovePermissionResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
RemovePermissionResponse StAX Unmarshaller
RemovePermissionResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.RemovePermissionResponseUnmarshaller
 

S

senderFault(Boolean) - Method in interface software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry.Builder
Specifies whether the error happened due to the sender's fault.
senderFault() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
Specifies whether the error happened due to the sender's fault.
sendMessage(SendMessageRequest, QueueBufferCallback<SendMessageRequest, SendMessageResponse>) - Method in class software.amazon.awssdk.services.sqs.buffered.SendQueueBuffer
 
sendMessage(SendMessageRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
sendMessage(SendMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Delivers a message to the specified queue.
sendMessage(SendMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Delivers a message to the specified queue.
sendMessageBatch(SendMessageBatchRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
sendMessageBatch(SendMessageBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Delivers up to ten messages to the specified queue.
sendMessageBatch(SendMessageBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Delivers up to ten messages to the specified queue.
SendMessageBatchRequest - Class in software.amazon.awssdk.services.sqs.model

SendMessageBatchRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SendMessageBatchRequestEntry - Class in software.amazon.awssdk.services.sqs.model
Contains the details of a single Amazon SQS message along with an Id.
SendMessageBatchRequestEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SendMessageBatchRequestEntryUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
SendMessageBatchRequestEntry StAX Unmarshaller
SendMessageBatchRequestEntryUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageBatchRequestEntryUnmarshaller
 
SendMessageBatchRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
SendMessageBatchRequest Marshaller
SendMessageBatchRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageBatchRequestMarshaller
 
SendMessageBatchResponse - Class in software.amazon.awssdk.services.sqs.model
For each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
SendMessageBatchResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SendMessageBatchResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
SendMessageBatchResponse StAX Unmarshaller
SendMessageBatchResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageBatchResponseUnmarshaller
 
SendMessageBatchResultEntry - Class in software.amazon.awssdk.services.sqs.model
Encloses a MessageId for a successfully-enqueued message in a SendMessageBatch.
SendMessageBatchResultEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SendMessageBatchResultEntryUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
SendMessageBatchResultEntry StAX Unmarshaller
SendMessageBatchResultEntryUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageBatchResultEntryUnmarshaller
 
SendMessageRequest - Class in software.amazon.awssdk.services.sqs.model

SendMessageRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SendMessageRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
SendMessageRequest Marshaller
SendMessageRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageRequestMarshaller
 
SendMessageResponse - Class in software.amazon.awssdk.services.sqs.model
The MD5OfMessageBody and MessageId elements.
SendMessageResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SendMessageResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
SendMessageResponse StAX Unmarshaller
SendMessageResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageResponseUnmarshaller
 
SendQueueBuffer - Class in software.amazon.awssdk.services.sqs.buffered
This class is responsible for buffering outgoing SQS requests, i.e.
sequenceNumber(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
This parameter applies only to FIFO (first-in-first-out) queues.
sequenceNumber() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
This parameter applies only to FIFO (first-in-first-out) queues.
sequenceNumber(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageResponse.Builder
This parameter applies only to FIFO (first-in-first-out) queues.
sequenceNumber() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
This parameter applies only to FIFO (first-in-first-out) queues.
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidIdFormatException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.Message
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.MessageNotInflightException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.OverLimitException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.QueueNameExistsException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.UnsupportedOperationException
 
SERVICE_MAX_BATCH_SIZE_BYTES - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Updated as the service now supports messages of size max 256 KiB.
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.sqs.SQSClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.sqs.SQSClient
 
setFlushOnShutdown(boolean) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Sets the flushOnShutdown option.
setLongPoll(boolean) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Specify "true" for receive requests to use long polling.
setLongPollWaitTimeoutSeconds(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Specifies the amount of time, in seconds, the receive call will block on the server waiting for messages to arrive if the queue is empty when the receive call is first made.
setMaxBatchOpenMs(long) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
The maximum time (milliseconds) a send batch is held open for additional outbound requests.
setMaxBatchSize(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Specifies the maximum number of entries the buffered client will put in a single batch request.
setMaxBatchSizeBytes(long) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Maximum permitted size of a SendMessage or SendMessageBatch message, in bytes.
setMaxDoneReceiveBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
If more than that number of completed receive batches are waiting in the buffer, the querying for new messages will stop.
setMaxInflightOutboundBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent batches for each type of outbound request.
setMaxInflightReceiveBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent receive message batches.
setQueueAttributes(SetQueueAttributesRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
setQueueAttributes(SetQueueAttributesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
Sets the value of one or more queue attributes.
setQueueAttributes(SetQueueAttributesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
Sets the value of one or more queue attributes.
SetQueueAttributesRequest - Class in software.amazon.awssdk.services.sqs.model

SetQueueAttributesRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SetQueueAttributesRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
SetQueueAttributesRequest Marshaller
SetQueueAttributesRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SetQueueAttributesRequestMarshaller
 
SetQueueAttributesResponse - Class in software.amazon.awssdk.services.sqs.model
 
SetQueueAttributesResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SetQueueAttributesResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
SetQueueAttributesResponse StAX Unmarshaller
SetQueueAttributesResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SetQueueAttributesResponseUnmarshaller
 
setVisibilityTimeoutSeconds(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Custom visibility timeout to use when retrieving messages from SQS.
shutdown() - Method in class software.amazon.awssdk.services.sqs.buffered.ReceiveQueueBuffer
Prevents spawning of new retrieval batches and waits for all in-flight retrieval batches to finish
software.amazon.awssdk.auth.policy.actions - package software.amazon.awssdk.auth.policy.actions
 
software.amazon.awssdk.services.sqs - package software.amazon.awssdk.services.sqs
Welcome to the Amazon Simple Queue Service API Reference.
software.amazon.awssdk.services.sqs.auth.policy.resources - package software.amazon.awssdk.services.sqs.auth.policy.resources
 
software.amazon.awssdk.services.sqs.buffered - package software.amazon.awssdk.services.sqs.buffered
 
software.amazon.awssdk.services.sqs.internal - package software.amazon.awssdk.services.sqs.internal
 
software.amazon.awssdk.services.sqs.internal.auth - package software.amazon.awssdk.services.sqs.internal.auth
 
software.amazon.awssdk.services.sqs.model - package software.amazon.awssdk.services.sqs.model
 
software.amazon.awssdk.services.sqs.transform - package software.amazon.awssdk.services.sqs.transform
 
SQSActions - Enum in software.amazon.awssdk.auth.policy.actions
The available AWS access control policy actions for Amazon SQS.
SQSAsyncClient - Interface in software.amazon.awssdk.services.sqs
Service client for accessing Amazon SQS asynchronously.
SQSAsyncClientBuilder - Interface in software.amazon.awssdk.services.sqs
A builder for creating an instance of SQSAsyncClient.
SQSBaseClientBuilder<B extends SQSBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.sqs
This includes configuration specific to Amazon SQS that is supported by both SQSClientBuilder and SQSAsyncClientBuilder.
SqsBufferedAsyncClient - Class in software.amazon.awssdk.services.sqs.buffered
AmazonSQSBufferedAsyncClient provides client-side batching of outgoing sendMessage, deleteMessage and changeMessageVisibility calls.
SqsBufferedAsyncClient(SQSAsyncClient) - Constructor for class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
SqsBufferedAsyncClient(SQSAsyncClient, QueueBufferConfig) - Constructor for class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 
SQSClient - Interface in software.amazon.awssdk.services.sqs
Service client for accessing Amazon SQS.
SQSClientBuilder - Interface in software.amazon.awssdk.services.sqs
A builder for creating an instance of SQSClient.
SQSException - Exception in software.amazon.awssdk.services.sqs.model
Base exception for all service exceptions thrown by Amazon Simple Queue Service
SQSException(String) - Constructor for exception software.amazon.awssdk.services.sqs.model.SQSException
Constructs a new SQSException with the specified error message.
SqsQueueResource - Class in software.amazon.awssdk.services.sqs.auth.policy.resources
AWS access control policy resource that identifies an Amazon SQS queue.
SqsQueueResource(String, String) - Constructor for class software.amazon.awssdk.services.sqs.auth.policy.resources.SqsQueueResource
Constructs a new SQS queue resource for an access control policy.
SqsRequestHandler - Class in software.amazon.awssdk.services.sqs.internal
 
SqsRequestHandler() - Constructor for class software.amazon.awssdk.services.sqs.internal.SqsRequestHandler
 
SqsSignerProvider - Class in software.amazon.awssdk.services.sqs.internal.auth
SQS alters the request endpoint as part of a request handler which inspects the request's parameters.
SqsSignerProvider(AmazonWebServiceClient, Signer) - Constructor for class software.amazon.awssdk.services.sqs.internal.auth.SqsSignerProvider
 
stringListValues(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
Not implemented.
stringListValues(String...) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
Not implemented.
stringListValues() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
Not implemented.
stringValue(String) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
Strings are Unicode with UTF-8 binary encoding.
stringValue() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
Strings are Unicode with UTF-8 binary encoding.
successful(Collection<ChangeMessageVisibilityBatchResultEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse.Builder
successful(ChangeMessageVisibilityBatchResultEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse.Builder
successful() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
successful(Collection<DeleteMessageBatchResultEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse.Builder
successful(DeleteMessageBatchResultEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse.Builder
successful() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
successful(Collection<SendMessageBatchResultEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
A list of SendMessageBatchResultEntry items.
successful(SendMessageBatchResultEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
A list of SendMessageBatchResultEntry items.
successful() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
A list of SendMessageBatchResultEntry items.

T

toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidIdFormatException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.Message
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.MessageNotInflightException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.OverLimitException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.QueueNameExistsException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.UnsupportedOperationException
 
TooManyEntriesInBatchRequestException - Exception in software.amazon.awssdk.services.sqs.model
The batch request contains more entries than permissible.
TooManyEntriesInBatchRequestException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
TooManyEntriesInBatchRequestExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
TooManyEntriesInBatchRequestExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.TooManyEntriesInBatchRequestExceptionUnmarshaller
 
toString() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.Message
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
 
toString() - Method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
 
toString() - Method in enum software.amazon.awssdk.services.sqs.model.QueueAttributeName
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
 

U

unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.AddPermissionResponseUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.BatchEntryIdsNotDistinctExceptionUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.BatchRequestTooLongExceptionUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.BatchResultErrorEntryUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchRequestEntryUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchResultEntryUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.CreateQueueResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchRequestEntryUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchResultEntryUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteQueueResponseUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.EmptyBatchRequestExceptionUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.GetQueueAttributesResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.GetQueueUrlResponseUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.InvalidAttributeNameExceptionUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.InvalidBatchEntryIdExceptionUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.InvalidIdFormatExceptionUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.InvalidMessageContentsExceptionUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.ListDeadLetterSourceQueuesResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.ListQueuesResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.MessageAttributeValueUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.MessageNotInflightExceptionUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.MessageUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.OverLimitExceptionUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.PurgeQueueInProgressExceptionUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.PurgeQueueResponseUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.QueueDeletedRecentlyExceptionUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.QueueDoesNotExistExceptionUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.QueueNameExistsExceptionUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.ReceiptHandleIsInvalidExceptionUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.ReceiveMessageResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.RemovePermissionResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.SendMessageBatchRequestEntryUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.SendMessageBatchResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.SendMessageBatchResultEntryUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.SendMessageResponseUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class software.amazon.awssdk.services.sqs.transform.SetQueueAttributesResponseUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.TooManyEntriesInBatchRequestExceptionUnmarshaller
 
unmarshall(Node) - Method in class software.amazon.awssdk.services.sqs.transform.UnsupportedOperationExceptionUnmarshaller
 
UnsupportedOperationException - Exception in software.amazon.awssdk.services.sqs.model
Error code 400.
UnsupportedOperationException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
UnsupportedOperationExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
 
UnsupportedOperationExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.UnsupportedOperationExceptionUnmarshaller
 
USER_AGENT - Static variable in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
 

V

valueOf(String) - Static method in enum software.amazon.awssdk.auth.policy.actions.SQSActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.sqs.model.QueueAttributeName
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.auth.policy.actions.SQSActions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.sqs.model.QueueAttributeName
Returns an array containing the constants of this enum type, in the order they are declared.
VISIBILITY_TIMEOUT_SECONDS_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-1, which means use the visibility timeout of the queue.
visibilityTimeout(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry.Builder
The new value (in seconds) for the message's visibility timeout.
visibilityTimeout() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
The new value (in seconds) for the message's visibility timeout.
visibilityTimeout(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
The new value for the message's visibility timeout (in seconds).
visibilityTimeout() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
The new value for the message's visibility timeout (in seconds).
visibilityTimeout(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.
visibilityTimeout() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

W

waitTimeSeconds(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.
waitTimeSeconds() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.
withFlushOnShutdown(boolean) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Sets the flushOnShutdown option.
withLongPoll(boolean) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Specify "true" for receive requests to use long polling.
withLongPollWaitTimeoutSeconds(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Specifies the amount of time, in seconds, the receive call will block on the server waiting for messages to arrive if the queue is empty when the receive call is first made.
withMaxBatchOpenMs(long) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
The maximum time (milliseconds) a send batch is held open for additional outbound requests.
withMaxBatchSize(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Specifies the maximum number of entries the buffered client will put in a single batch request.
withMaxBatchSizeBytes(long) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Maximum permitted size of a SendMessage or SendMessageBatch message, in bytes.
withMaxDoneReceiveBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
If more than that number of completed receive batches are waiting in the buffer, the querying for new messages will stop.
withMaxInflightOutboundBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent batches for each type of outbound request.
withMaxInflightReceiveBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent receive message batches.
withVisibilityTimeoutSeconds(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
Custom visibility timeout to use when retrieving messages from SQS.
A B C D E F G H I L M O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.