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

A

AbstractAmazonSQS - Class in com.amazonaws.services.sqs
Abstract implementation of AmazonSQS.
AbstractAmazonSQS() - Constructor for class com.amazonaws.services.sqs.AbstractAmazonSQS
 
AbstractAmazonSQSAsync - Class in com.amazonaws.services.sqs
Abstract implementation of AmazonSQSAsync.
AbstractAmazonSQSAsync() - Constructor for class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
ADAPTIVE_PREFETCHING_DEFAULT - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
 
addAttributesEntry(String, String) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
Add a single Attributes entry
addAttributesEntry(String, String) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesResult
Add a single Attributes entry
addAttributesEntry(String, String) - Method in class com.amazonaws.services.sqs.model.Message
Add a single Attributes entry
addAttributesEntry(String, String) - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
Add a single Attributes entry
addMessageAttributesEntry(String, MessageAttributeValue) - Method in class com.amazonaws.services.sqs.model.Message
Add a single MessageAttributes entry
addMessageAttributesEntry(String, MessageAttributeValue) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
Add a single MessageAttributes entry
addMessageAttributesEntry(String, MessageAttributeValue) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
Add a single MessageAttributes entry
addMessageSystemAttributesEntry(String, MessageSystemAttributeValue) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
Add a single MessageSystemAttributes entry
addMessageSystemAttributesEntry(String, MessageSystemAttributeValue) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
Add a single MessageSystemAttributes entry
addPermission(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
addPermission(String, String, List<String>, List<String>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
addPermission(AddPermissionRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Adds a permission to a queue for a specific principal.
addPermission(String, String, List<String>, List<String>) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the AddPermission operation.
addPermission(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Adds a permission to a queue for a specific principal.
addPermission(String, String, List<String>, List<String>) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
addPermission(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
addPermission(String, String, List<String>, List<String>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
addPermissionAsync(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, AddPermissionResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
addPermissionAsync(String, String, List<String>, List<String>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the AddPermission operation.
addPermissionAsync(String, String, List<String>, List<String>, AsyncHandler<AddPermissionRequest, AddPermissionResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the AddPermission operation with an AsyncHandler.
addPermissionAsync(AddPermissionRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Adds a permission to a queue for a specific principal.
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, AddPermissionResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Adds a permission to a queue for a specific principal.
addPermissionAsync(String, String, List<String>, List<String>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the AddPermission operation.
addPermissionAsync(String, String, List<String>, List<String>, AsyncHandler<AddPermissionRequest, AddPermissionResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the AddPermission operation with an AsyncHandler.
addPermissionAsync(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, AddPermissionResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
addPermissionAsync(String, String, List<String>, List<String>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the AddPermission operation.
addPermissionAsync(String, String, List<String>, List<String>, AsyncHandler<AddPermissionRequest, AddPermissionResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the AddPermission operation with an AsyncHandler.
addPermissionAsync(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
addPermissionAsync(String, String, List<String>, List<String>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
addPermissionAsync(String, String, List<String>, List<String>, AsyncHandler<AddPermissionRequest, AddPermissionResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, AddPermissionResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
AddPermissionRequest - Class in com.amazonaws.services.sqs.model

AddPermissionRequest() - Constructor for class com.amazonaws.services.sqs.model.AddPermissionRequest
Default constructor for AddPermissionRequest object.
AddPermissionRequest(String, String, List<String>, List<String>) - Constructor for class com.amazonaws.services.sqs.model.AddPermissionRequest
Constructs a new AddPermissionRequest object.
AddPermissionResult - Class in com.amazonaws.services.sqs.model
 
AddPermissionResult() - Constructor for class com.amazonaws.services.sqs.model.AddPermissionResult
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
Add a single Tags entry
addTagsEntry(String, String) - Method in class com.amazonaws.services.sqs.model.ListQueueTagsResult
Add a single Tags entry
addTagsEntry(String, String) - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
Add a single Tags entry
afterResponse(Request<?>, Object, TimingInfo) - Method in class com.amazonaws.services.sqs.MessageMD5ChecksumHandler
 
AmazonSQS - Interface in com.amazonaws.services.sqs
Interface for accessing Amazon SQS.
AmazonSQSAsync - Interface in com.amazonaws.services.sqs
Interface for accessing Amazon SQS asynchronously.
AmazonSQSAsyncClient - Class in com.amazonaws.services.sqs
Client for accessing Amazon SQS asynchronously.
AmazonSQSAsyncClient() - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
AmazonSQSAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
AmazonSQSAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
AmazonSQSAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
AmazonSQSAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
AmazonSQSAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
AmazonSQSAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
AmazonSQSAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
AmazonSQSAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
AmazonSQSAsyncClientBuilder - Class in com.amazonaws.services.sqs
Fluent builder for AmazonSQSAsync.
AmazonSQSBufferedAsyncClient - Class in com.amazonaws.services.sqs.buffered
AmazonSQSBufferedAsyncClient provides client-side batching of outgoing sendMessage, deleteMessage and changeMessageVisibility calls.
AmazonSQSBufferedAsyncClient(AmazonSQSAsync) - Constructor for class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
AmazonSQSBufferedAsyncClient(AmazonSQSAsync, QueueBufferConfig) - Constructor for class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
AmazonSQSClient - Class in com.amazonaws.services.sqs
Client for accessing Amazon SQS.
AmazonSQSClient() - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
AmazonSQSClient(ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
AmazonSQSClient(AWSCredentials) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonSQSClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonSQSClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
AmazonSQSClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
AmazonSQSClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
AmazonSQSClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
AmazonSQSClientBuilder - Class in com.amazonaws.services.sqs
Fluent builder for AmazonSQS.
AmazonSQSException - Exception in com.amazonaws.services.sqs.model
Base exception for all service exceptions thrown by Amazon Simple Queue Service
AmazonSQSException(String) - Constructor for exception com.amazonaws.services.sqs.model.AmazonSQSException
Constructs a new AmazonSQSException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 

B

BatchEntryIdsNotDistinctException - Exception in com.amazonaws.services.sqs.model
Two or more batch entries in the request have the same Id.
BatchEntryIdsNotDistinctException(String) - Constructor for exception com.amazonaws.services.sqs.model.BatchEntryIdsNotDistinctException
Constructs a new BatchEntryIdsNotDistinctException with the specified error message.
BatchRequestTooLongException - Exception in com.amazonaws.services.sqs.model
The length of all the messages put together is more than the limit.
BatchRequestTooLongException(String) - Constructor for exception com.amazonaws.services.sqs.model.BatchRequestTooLongException
Constructs a new BatchRequestTooLongException with the specified error message.
BatchResultErrorEntry - Class in com.amazonaws.services.sqs.model
Gives a detailed description of the result of an action on each entry in the request.
BatchResultErrorEntry() - Constructor for class com.amazonaws.services.sqs.model.BatchResultErrorEntry
 
beforeRequest(Request<?>) - Method in class com.amazonaws.services.sqs.internal.SQSRequestHandler
 
beforeRequest(Request<?>) - Method in class com.amazonaws.services.sqs.QueueUrlHandler
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClientBuilder
Construct an asynchronous implementation of AmazonSQSAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.sqs.AmazonSQSClientBuilder
Construct a synchronous implementation of AmazonSQS using the current builder configuration.
builder() - Static method in class com.amazonaws.services.sqs.AmazonSQSClient
 

C

changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
changeMessageVisibility(String, String, Integer) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibility(String, String, Integer) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the ChangeMessageVisibility operation.
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibility(String, String, Integer) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibility(String, String, Integer) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibility(ChangeMessageVisibilityRequest, QueueBufferCallback<ChangeMessageVisibilityRequest, ChangeMessageVisibilityResult>) - Method in class com.amazonaws.services.sqs.buffered.SendQueueBuffer
 
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest, AsyncHandler<ChangeMessageVisibilityRequest, ChangeMessageVisibilityResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
changeMessageVisibilityAsync(String, String, Integer) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ChangeMessageVisibility operation.
changeMessageVisibilityAsync(String, String, Integer, AsyncHandler<ChangeMessageVisibilityRequest, ChangeMessageVisibilityResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ChangeMessageVisibility operation with an AsyncHandler.
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest, AsyncHandler<ChangeMessageVisibilityRequest, ChangeMessageVisibilityResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibilityAsync(String, String, Integer) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ChangeMessageVisibility operation.
changeMessageVisibilityAsync(String, String, Integer, AsyncHandler<ChangeMessageVisibilityRequest, ChangeMessageVisibilityResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ChangeMessageVisibility operation with an AsyncHandler.
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest, AsyncHandler<ChangeMessageVisibilityRequest, ChangeMessageVisibilityResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
changeMessageVisibilityAsync(String, String, Integer) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ChangeMessageVisibility operation.
changeMessageVisibilityAsync(String, String, Integer, AsyncHandler<ChangeMessageVisibilityRequest, ChangeMessageVisibilityResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ChangeMessageVisibility operation with an AsyncHandler.
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest, AsyncHandler<ChangeMessageVisibilityRequest, ChangeMessageVisibilityResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityAsync(String, String, Integer) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityAsync(String, String, Integer, AsyncHandler<ChangeMessageVisibilityRequest, ChangeMessageVisibilityResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
changeMessageVisibilityBatch(String, List<ChangeMessageVisibilityBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Changes the visibility timeout of multiple messages.
changeMessageVisibilityBatch(String, List<ChangeMessageVisibilityBatchRequestEntry>) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the ChangeMessageVisibilityBatch operation.
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Changes the visibility timeout of multiple messages.
changeMessageVisibilityBatch(String, List<ChangeMessageVisibilityBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityBatch(String, List<ChangeMessageVisibilityBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
changeMessageVisibilityBatchAsync(String, List<ChangeMessageVisibilityBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ChangeMessageVisibilityBatch operation.
changeMessageVisibilityBatchAsync(String, List<ChangeMessageVisibilityBatchRequestEntry>, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ChangeMessageVisibilityBatch operation with an AsyncHandler.
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Changes the visibility timeout of multiple messages.
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Changes the visibility timeout of multiple messages.
changeMessageVisibilityBatchAsync(String, List<ChangeMessageVisibilityBatchRequestEntry>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ChangeMessageVisibilityBatch operation.
changeMessageVisibilityBatchAsync(String, List<ChangeMessageVisibilityBatchRequestEntry>, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ChangeMessageVisibilityBatch operation with an AsyncHandler.
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
changeMessageVisibilityBatchAsync(String, List<ChangeMessageVisibilityBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ChangeMessageVisibilityBatch operation.
changeMessageVisibilityBatchAsync(String, List<ChangeMessageVisibilityBatchRequestEntry>, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ChangeMessageVisibilityBatch operation with an AsyncHandler.
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityBatchAsync(String, List<ChangeMessageVisibilityBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityBatchAsync(String, List<ChangeMessageVisibilityBatchRequestEntry>, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
ChangeMessageVisibilityBatchRequest - Class in com.amazonaws.services.sqs.model

ChangeMessageVisibilityBatchRequest() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
Default constructor for ChangeMessageVisibilityBatchRequest object.
ChangeMessageVisibilityBatchRequest(String, List<ChangeMessageVisibilityBatchRequestEntry>) - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
Constructs a new ChangeMessageVisibilityBatchRequest object.
ChangeMessageVisibilityBatchRequestEntry - Class in com.amazonaws.services.sqs.model
Encloses a receipt handle and an entry id for each message in ChangeMessageVisibilityBatch.
ChangeMessageVisibilityBatchRequestEntry() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
Default constructor for ChangeMessageVisibilityBatchRequestEntry object.
ChangeMessageVisibilityBatchRequestEntry(String, String) - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
Constructs a new ChangeMessageVisibilityBatchRequestEntry object.
ChangeMessageVisibilityBatchResult - Class in com.amazonaws.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.
ChangeMessageVisibilityBatchResult() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
 
ChangeMessageVisibilityBatchResultEntry - Class in com.amazonaws.services.sqs.model
Encloses the Id of an entry in ChangeMessageVisibilityBatch.
ChangeMessageVisibilityBatchResultEntry() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
ChangeMessageVisibilityRequest - Class in com.amazonaws.services.sqs.model
 
ChangeMessageVisibilityRequest() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
Default constructor for ChangeMessageVisibilityRequest object.
ChangeMessageVisibilityRequest(String, String, Integer) - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
Constructs a new ChangeMessageVisibilityRequest object.
ChangeMessageVisibilityResult - Class in com.amazonaws.services.sqs.model
 
ChangeMessageVisibilityResult() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityResult
 
clear() - Method in class com.amazonaws.services.sqs.buffered.ReceiveQueueBuffer
Clears and nacks any pre-fetched messages in this buffer.
clearAttributesEntries() - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
Removes all the entries added into Attributes.
clearAttributesEntries() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesResult
Removes all the entries added into Attributes.
clearAttributesEntries() - Method in class com.amazonaws.services.sqs.model.Message
Removes all the entries added into Attributes.
clearAttributesEntries() - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
Removes all the entries added into Attributes.
clearMessageAttributesEntries() - Method in class com.amazonaws.services.sqs.model.Message
Removes all the entries added into MessageAttributes.
clearMessageAttributesEntries() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
Removes all the entries added into MessageAttributes.
clearMessageAttributesEntries() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
Removes all the entries added into MessageAttributes.
clearMessageSystemAttributesEntries() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
Removes all the entries added into MessageSystemAttributes.
clearMessageSystemAttributesEntries() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
Removes all the entries added into MessageSystemAttributes.
clearTagsEntries() - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.sqs.model.ListQueueTagsResult
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
Removes all the entries added into Tags.
clone() - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.AddPermissionResult
 
clone() - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
 
clone() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
clone() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
 
clone() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
clone() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityResult
 
clone() - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.CreateQueueResult
 
clone() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
 
clone() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
 
clone() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResultEntry
 
clone() - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.DeleteMessageResult
 
clone() - Method in class com.amazonaws.services.sqs.model.DeleteQueueRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.DeleteQueueResult
 
clone() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesResult
 
clone() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlResult
 
clone() - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
 
clone() - Method in class com.amazonaws.services.sqs.model.ListQueuesRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.ListQueuesResult
 
clone() - Method in class com.amazonaws.services.sqs.model.ListQueueTagsRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.ListQueueTagsResult
 
clone() - Method in class com.amazonaws.services.sqs.model.Message
 
clone() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
 
clone() - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
 
clone() - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.PurgeQueueResult
 
clone() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageResult
 
clone() - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.RemovePermissionResult
 
clone() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
 
clone() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
 
clone() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
 
clone() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.SendMessageResult
 
clone() - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesResult
 
clone() - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.TagQueueResult
 
clone() - Method in class com.amazonaws.services.sqs.model.UntagQueueRequest
 
clone() - Method in class com.amazonaws.services.sqs.model.UntagQueueResult
 
com.amazonaws.auth.policy.actions - package com.amazonaws.auth.policy.actions
 
com.amazonaws.auth.policy.resources - package com.amazonaws.auth.policy.resources
 
com.amazonaws.services.sqs - package com.amazonaws.services.sqs
Welcome to the Amazon Simple Queue Service API Reference.
com.amazonaws.services.sqs.buffered - package com.amazonaws.services.sqs.buffered
 
com.amazonaws.services.sqs.internal - package com.amazonaws.services.sqs.internal
 
com.amazonaws.services.sqs.internal.auth - package com.amazonaws.services.sqs.internal.auth
 
com.amazonaws.services.sqs.model - package com.amazonaws.services.sqs.model
 
configFactory - Static variable in class com.amazonaws.services.sqs.AmazonSQSClient
Client configuration factory providing ClientConfigurations tailored to this client
createQueue(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
createQueue(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
createQueue(CreateQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Creates a new standard or FIFO queue.
createQueue(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the CreateQueue operation.
createQueue(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Creates a new standard or FIFO queue.
createQueue(String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
createQueue(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
createQueue(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
createQueueAsync(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
createQueueAsync(CreateQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
createQueueAsync(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the CreateQueue operation.
createQueueAsync(String, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the CreateQueue operation with an AsyncHandler.
createQueueAsync(CreateQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Creates a new standard or FIFO queue.
createQueueAsync(CreateQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Creates a new standard or FIFO queue.
createQueueAsync(String) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the CreateQueue operation.
createQueueAsync(String, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the CreateQueue operation with an AsyncHandler.
createQueueAsync(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
createQueueAsync(CreateQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
createQueueAsync(String) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the CreateQueue operation.
createQueueAsync(String, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the CreateQueue operation with an AsyncHandler.
createQueueAsync(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
createQueueAsync(CreateQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
createQueueAsync(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
createQueueAsync(String, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
CreateQueueRequest - Class in com.amazonaws.services.sqs.model

CreateQueueRequest() - Constructor for class com.amazonaws.services.sqs.model.CreateQueueRequest
Default constructor for CreateQueueRequest object.
CreateQueueRequest(String) - Constructor for class com.amazonaws.services.sqs.model.CreateQueueRequest
Constructs a new CreateQueueRequest object.
CreateQueueResult - Class in com.amazonaws.services.sqs.model
Returns the QueueUrl attribute of the created queue.
CreateQueueResult() - Constructor for class com.amazonaws.services.sqs.model.CreateQueueResult
 
createSendMessageBatchRequestEntryFrom(String, SendMessageRequest) - Static method in class com.amazonaws.services.sqs.internal.RequestCopyUtils
Creates a #SendMessageBatchRequestEntry object from a id and #SendMessageRequest object.
createSignerProvider(Signer) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 

D

defaultClient() - Static method in class com.amazonaws.services.sqs.AmazonSQSAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.sqs.AmazonSQSClientBuilder
 
deleteMessage(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
deleteMessage(String, String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
deleteMessage(DeleteMessageRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Deletes the specified message from the specified queue.
deleteMessage(String, String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the DeleteMessage operation.
deleteMessage(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Deletes the specified message from the specified queue.
deleteMessage(String, String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
deleteMessage(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessage(String, String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessage(DeleteMessageRequest, QueueBufferCallback<DeleteMessageRequest, DeleteMessageResult>) - Method in class com.amazonaws.services.sqs.buffered.SendQueueBuffer
 
deleteMessageAsync(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
deleteMessageAsync(DeleteMessageRequest, AsyncHandler<DeleteMessageRequest, DeleteMessageResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
deleteMessageAsync(String, String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the DeleteMessage operation.
deleteMessageAsync(String, String, AsyncHandler<DeleteMessageRequest, DeleteMessageResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the DeleteMessage operation with an AsyncHandler.
deleteMessageAsync(DeleteMessageRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Deletes the specified message from the specified queue.
deleteMessageAsync(DeleteMessageRequest, AsyncHandler<DeleteMessageRequest, DeleteMessageResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Deletes the specified message from the specified queue.
deleteMessageAsync(String, String) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the DeleteMessage operation.
deleteMessageAsync(String, String, AsyncHandler<DeleteMessageRequest, DeleteMessageResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the DeleteMessage operation with an AsyncHandler.
deleteMessageAsync(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
deleteMessageAsync(DeleteMessageRequest, AsyncHandler<DeleteMessageRequest, DeleteMessageResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
deleteMessageAsync(String, String) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the DeleteMessage operation.
deleteMessageAsync(String, String, AsyncHandler<DeleteMessageRequest, DeleteMessageResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the DeleteMessage operation with an AsyncHandler.
deleteMessageAsync(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageAsync(DeleteMessageRequest, AsyncHandler<DeleteMessageRequest, DeleteMessageResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageAsync(String, String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageAsync(String, String, AsyncHandler<DeleteMessageRequest, DeleteMessageResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageBatch(DeleteMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
deleteMessageBatch(String, List<DeleteMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
deleteMessageBatch(DeleteMessageBatchRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Deletes up to ten messages from the specified queue.
deleteMessageBatch(String, List<DeleteMessageBatchRequestEntry>) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the DeleteMessageBatch operation.
deleteMessageBatch(DeleteMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Deletes up to ten messages from the specified queue.
deleteMessageBatch(String, List<DeleteMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
deleteMessageBatch(DeleteMessageBatchRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageBatch(String, List<DeleteMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageBatchAsync(DeleteMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
deleteMessageBatchAsync(DeleteMessageBatchRequest, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
deleteMessageBatchAsync(String, List<DeleteMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the DeleteMessageBatch operation.
deleteMessageBatchAsync(String, List<DeleteMessageBatchRequestEntry>, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the DeleteMessageBatch operation with an AsyncHandler.
deleteMessageBatchAsync(DeleteMessageBatchRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Deletes up to ten messages from the specified queue.
deleteMessageBatchAsync(DeleteMessageBatchRequest, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Deletes up to ten messages from the specified queue.
deleteMessageBatchAsync(String, List<DeleteMessageBatchRequestEntry>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the DeleteMessageBatch operation.
deleteMessageBatchAsync(String, List<DeleteMessageBatchRequestEntry>, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the DeleteMessageBatch operation with an AsyncHandler.
deleteMessageBatchAsync(DeleteMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
deleteMessageBatchAsync(DeleteMessageBatchRequest, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
deleteMessageBatchAsync(String, List<DeleteMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the DeleteMessageBatch operation.
deleteMessageBatchAsync(String, List<DeleteMessageBatchRequestEntry>, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the DeleteMessageBatch operation with an AsyncHandler.
deleteMessageBatchAsync(DeleteMessageBatchRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageBatchAsync(DeleteMessageBatchRequest, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageBatchAsync(String, List<DeleteMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageBatchAsync(String, List<DeleteMessageBatchRequestEntry>, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
DeleteMessageBatchRequest - Class in com.amazonaws.services.sqs.model

DeleteMessageBatchRequest() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
Default constructor for DeleteMessageBatchRequest object.
DeleteMessageBatchRequest(String) - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
Constructs a new DeleteMessageBatchRequest object.
DeleteMessageBatchRequest(String, List<DeleteMessageBatchRequestEntry>) - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
Constructs a new DeleteMessageBatchRequest object.
DeleteMessageBatchRequestEntry - Class in com.amazonaws.services.sqs.model
Encloses a receipt handle and an identifier for it.
DeleteMessageBatchRequestEntry() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
Default constructor for DeleteMessageBatchRequestEntry object.
DeleteMessageBatchRequestEntry(String, String) - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
Constructs a new DeleteMessageBatchRequestEntry object.
DeleteMessageBatchResult - Class in com.amazonaws.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.
DeleteMessageBatchResult() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
 
DeleteMessageBatchResultEntry - Class in com.amazonaws.services.sqs.model
Encloses the Id of an entry in DeleteMessageBatch.
DeleteMessageBatchResultEntry() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchResultEntry
 
DeleteMessageRequest - Class in com.amazonaws.services.sqs.model

DeleteMessageRequest() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageRequest
Default constructor for DeleteMessageRequest object.
DeleteMessageRequest(String, String) - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageRequest
Constructs a new DeleteMessageRequest object.
DeleteMessageResult - Class in com.amazonaws.services.sqs.model
 
DeleteMessageResult() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageResult
 
deleteQueue(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
deleteQueue(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
deleteQueue(DeleteQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Deletes the queue specified by the QueueUrl, regardless of the queue's contents.
deleteQueue(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the DeleteQueue operation.
deleteQueue(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Deletes the queue specified by the QueueUrl, regardless of the queue's contents.
deleteQueue(String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
deleteQueue(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteQueue(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteQueueAsync(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
deleteQueueAsync(DeleteQueueRequest, AsyncHandler<DeleteQueueRequest, DeleteQueueResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
deleteQueueAsync(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the DeleteQueue operation.
deleteQueueAsync(String, AsyncHandler<DeleteQueueRequest, DeleteQueueResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the DeleteQueue operation with an AsyncHandler.
deleteQueueAsync(DeleteQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Deletes the queue specified by the QueueUrl, regardless of the queue's contents.
deleteQueueAsync(DeleteQueueRequest, AsyncHandler<DeleteQueueRequest, DeleteQueueResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Deletes the queue specified by the QueueUrl, regardless of the queue's contents.
deleteQueueAsync(String) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the DeleteQueue operation.
deleteQueueAsync(String, AsyncHandler<DeleteQueueRequest, DeleteQueueResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the DeleteQueue operation with an AsyncHandler.
deleteQueueAsync(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
deleteQueueAsync(DeleteQueueRequest, AsyncHandler<DeleteQueueRequest, DeleteQueueResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
deleteQueueAsync(String) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the DeleteQueue operation.
deleteQueueAsync(String, AsyncHandler<DeleteQueueRequest, DeleteQueueResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the DeleteQueue operation with an AsyncHandler.
deleteQueueAsync(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteQueueAsync(DeleteQueueRequest, AsyncHandler<DeleteQueueRequest, DeleteQueueResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteQueueAsync(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteQueueAsync(String, AsyncHandler<DeleteQueueRequest, DeleteQueueResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
DeleteQueueRequest - Class in com.amazonaws.services.sqs.model

DeleteQueueRequest() - Constructor for class com.amazonaws.services.sqs.model.DeleteQueueRequest
Default constructor for DeleteQueueRequest object.
DeleteQueueRequest(String) - Constructor for class com.amazonaws.services.sqs.model.DeleteQueueRequest
Constructs a new DeleteQueueRequest object.
DeleteQueueResult - Class in com.amazonaws.services.sqs.model
 
DeleteQueueResult() - Constructor for class com.amazonaws.services.sqs.model.DeleteQueueResult
 

E

EmptyBatchRequestException - Exception in com.amazonaws.services.sqs.model
The batch request doesn't contain any entries.
EmptyBatchRequestException(String) - Constructor for exception com.amazonaws.services.sqs.model.EmptyBatchRequestException
Constructs a new EmptyBatchRequestException with the specified error message.
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.sqs.AmazonSQS
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.AddPermissionResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.CreateQueueResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResultEntry
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.DeleteMessageResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.DeleteQueueRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.DeleteQueueResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.GetQueueUrlRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.GetQueueUrlResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ListQueuesRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ListQueuesResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ListQueueTagsRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ListQueueTagsResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.Message
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.PurgeQueueResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.RemovePermissionResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.TagQueueResult
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.UntagQueueRequest
 
equals(Object) - Method in class com.amazonaws.services.sqs.model.UntagQueueResult
 
exceptionUnmarshallers - Variable in class com.amazonaws.services.sqs.AmazonSQSClient
List of exception unmarshallers for all modeled exceptions

F

flush() - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
Flushes all outstanding outbound requests.
flush() - Method in class com.amazonaws.services.sqs.buffered.SendQueueBuffer
Flushes all outstanding outbound requests (SendMessage, DeleteMessage, ChangeMessageVisibility) in this buffer.
fromValue(String) - Static method in enum com.amazonaws.services.sqs.model.MessageSystemAttributeName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.sqs.model.MessageSystemAttributeNameForSends
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.sqs.model.QueueAttributeName
Use this in place of valueOf.

G

getActionName() - Method in enum com.amazonaws.auth.policy.actions.SQSActions
 
getActions() - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The action the client wants to allow for the specified principal.
getAttributeNames() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
A list of attributes for which to retrieve information.
getAttributeNames() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
A list of attributes that need to be returned along with each message.
getAttributes() - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
A map of attributes with their corresponding values.
getAttributes() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesResult
A map of attributes to their respective values.
getAttributes() - Method in class com.amazonaws.services.sqs.model.Message
A map of the attributes requested in ReceiveMessage to their respective values.
getAttributes() - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
A map of attributes to set.
getAWSAccountIds() - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The AWS account number of the principal who is given permission.
getBinaryListValues() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Not implemented.
getBinaryListValues() - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Not implemented.
getBinaryValue() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.
getBinaryValue() - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.
getBody() - Method in class com.amazonaws.services.sqs.model.Message
The message's contents (not URL-encoded).
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
getCode() - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
An error code representing why the action failed on this entry.
getConfig() - Method in class com.amazonaws.services.sqs.buffered.SendQueueBuffer
 
getDataType() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Amazon SQS supports the following logical data types: String, Number, and Binary.
getDataType() - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Amazon SQS supports the following logical data types: String, Number, and Binary.
getDelaySeconds() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
The length of time, in seconds, for which a specific message is delayed.
getDelaySeconds() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The length of time, in seconds, for which to delay a specific message.
getEntries() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
A list of receipt handles of the messages for which the visibility timeout must be changed.
getEntries() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
A list of receipt handles for the messages to be deleted.
getEntries() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
getExecutorService() - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Returns the executor service used by this client to execute async requests.
getFailed() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
A list of BatchResultErrorEntry items.
getFailed() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
A list of BatchResultErrorEntry items.
getFailed() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
getId() - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
The Id of an entry in a batch request.
getId() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
An identifier for this particular receipt handle used to communicate the result.
getId() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
Represents a message whose visibility timeout has been changed successfully.
getId() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
An identifier for this particular receipt handle.
getId() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResultEntry
Represents a successfully deleted message.
getId() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
An identifier for a message in this batch used to communicate the result.
getId() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An identifier for the message in this batch.
getLabel() - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The unique identification of the permission you're setting (for example, AliceSendMessage).
getLabel() - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
The identification of the permission to remove.
getLongPollWaitTimeoutSeconds() - Method in class com.amazonaws.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 com.amazonaws.services.sqs.buffered.QueueBufferConfig
The maximum time (milliseconds) a send batch is held open for additional outbound requests.
getMaxBatchSize() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Specifies the maximum number of entries the buffered client will put in a single batch request.
getMaxBatchSizeBytes() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Maximum permitted size of a SendMessage or SendMessageBatch message, in bytes.
getMaxDoneReceiveBatches() - Method in class com.amazonaws.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 com.amazonaws.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent batches for each type of outbound request.
getMaxInflightReceiveBatches() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent receive message batches.
getMaxNumberOfMessages() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The maximum number of messages to return.
getMD5OfBody() - Method in class com.amazonaws.services.sqs.model.Message
An MD5 digest of the non-URL-encoded message body string.
getMD5OfMessageAttributes() - Method in class com.amazonaws.services.sqs.model.Message
An MD5 digest of the non-URL-encoded message attribute string.
getMD5OfMessageAttributes() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message attribute string.
getMD5OfMessageAttributes() - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An MD5 digest of the non-URL-encoded message attribute string.
getMD5OfMessageBody() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message attribute string.
getMD5OfMessageBody() - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An MD5 digest of the non-URL-encoded message attribute string.
getMD5OfMessageSystemAttributes() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message system attribute string.
getMD5OfMessageSystemAttributes() - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An MD5 digest of the non-URL-encoded message system attribute string.
getMessage() - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
A message explaining why the action failed on this entry.
getMessageAttributeNames() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The name of the message attribute, where N is the index.
getMessageAttributes() - Method in class com.amazonaws.services.sqs.model.Message
Each message attribute consists of a Name, Type, and Value.
getMessageAttributes() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
Each message attribute consists of a Name, Type, and Value.
getMessageAttributes() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
Each message attribute consists of a Name, Type, and Value.
getMessageBody() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
The body of the message.
getMessageBody() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The message to send.
getMessageDeduplicationId() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
This parameter applies only to FIFO (first-in-first-out) queues.
getMessageDeduplicationId() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
getMessageGroupId() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
This parameter applies only to FIFO (first-in-first-out) queues.
getMessageGroupId() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
getMessageId() - Method in class com.amazonaws.services.sqs.model.Message
A unique identifier for the message.
getMessageId() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An identifier for the message.
getMessageId() - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An attribute containing the MessageId of the message sent to the queue.
getMessages() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageResult
A list of messages.
getMessageSystemAttributes() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
The message system attribute to send Each message system attribute consists of a Name, Type, and Value.
getMessageSystemAttributes() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The message system attribute to send.
getMinReceiveWaitTimeMs() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Configures the minimum wait time for incoming receive message requests.
getQueueAttributes(GetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
getQueueAttributes(String, List<String>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
getQueueAttributes(GetQueueAttributesRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Gets attributes for the specified queue.
getQueueAttributes(String, List<String>) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the GetQueueAttributes operation.
getQueueAttributes(GetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Gets attributes for the specified queue.
getQueueAttributes(String, List<String>) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
getQueueAttributes(GetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
getQueueAttributes(String, List<String>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
getQueueAttributesAsync(GetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
getQueueAttributesAsync(GetQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
getQueueAttributesAsync(String, List<String>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the GetQueueAttributes operation.
getQueueAttributesAsync(String, List<String>, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the GetQueueAttributes operation with an AsyncHandler.
getQueueAttributesAsync(GetQueueAttributesRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Gets attributes for the specified queue.
getQueueAttributesAsync(GetQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Gets attributes for the specified queue.
getQueueAttributesAsync(String, List<String>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the GetQueueAttributes operation.
getQueueAttributesAsync(String, List<String>, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the GetQueueAttributes operation with an AsyncHandler.
getQueueAttributesAsync(GetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
getQueueAttributesAsync(GetQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
getQueueAttributesAsync(String, List<String>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the GetQueueAttributes operation.
getQueueAttributesAsync(String, List<String>, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the GetQueueAttributes operation with an AsyncHandler.
getQueueAttributesAsync(GetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
getQueueAttributesAsync(GetQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
getQueueAttributesAsync(String, List<String>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
getQueueAttributesAsync(String, List<String>, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
GetQueueAttributesRequest - Class in com.amazonaws.services.sqs.model

GetQueueAttributesRequest() - Constructor for class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
Default constructor for GetQueueAttributesRequest object.
GetQueueAttributesRequest(String) - Constructor for class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
Constructs a new GetQueueAttributesRequest object.
GetQueueAttributesRequest(String, List<String>) - Constructor for class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
Constructs a new GetQueueAttributesRequest object.
GetQueueAttributesResult - Class in com.amazonaws.services.sqs.model
A list of returned queue attributes.
GetQueueAttributesResult() - Constructor for class com.amazonaws.services.sqs.model.GetQueueAttributesResult
 
getQueueName() - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
The name of the new queue.
getQueueName() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlRequest
The name of the queue whose URL must be fetched.
getQueueNamePrefix() - Method in class com.amazonaws.services.sqs.model.ListQueuesRequest
A string to use for filtering the list results.
getQueueOwnerAWSAccountId() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlRequest
The AWS account ID of the account that created the queue.
getQueueUrl(GetQueueUrlRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
getQueueUrl(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
getQueueUrl(GetQueueUrlRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Returns the URL of an existing Amazon SQS queue.
getQueueUrl(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the GetQueueUrl operation.
getQueueUrl(GetQueueUrlRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Returns the URL of an existing Amazon SQS queue.
getQueueUrl(String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
getQueueUrl(GetQueueUrlRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
getQueueUrl(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The URL of the Amazon SQS queue to which permissions are added.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
The URL of the Amazon SQS queue whose messages' visibility is changed.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
The URL of the Amazon SQS queue whose message's visibility is changed.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.CreateQueueResult
The URL of the created Amazon SQS queue.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
The URL of the Amazon SQS queue from which messages are deleted.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
The URL of the Amazon SQS queue from which messages are deleted.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.DeleteQueueRequest
The URL of the Amazon SQS queue to delete.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
The URL of the Amazon SQS queue whose attribute information is retrieved.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlResult
The URL of the queue.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
The URL of a dead-letter queue.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.ListQueueTagsRequest
The URL of the queue.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
The URL of the queue from which the PurgeQueue action deletes messages.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The URL of the Amazon SQS queue from which messages are received.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
The URL of the Amazon SQS queue from which permissions are removed.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
The URL of the Amazon SQS queue to which batched messages are sent.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The URL of the Amazon SQS queue to which a message is sent.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
The URL of the Amazon SQS queue whose attributes are set.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
The URL of the queue.
getQueueUrl() - Method in class com.amazonaws.services.sqs.model.UntagQueueRequest
The URL of the queue.
getQueueUrlAsync(GetQueueUrlRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
getQueueUrlAsync(GetQueueUrlRequest, AsyncHandler<GetQueueUrlRequest, GetQueueUrlResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
getQueueUrlAsync(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the GetQueueUrl operation.
getQueueUrlAsync(String, AsyncHandler<GetQueueUrlRequest, GetQueueUrlResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the GetQueueUrl operation with an AsyncHandler.
getQueueUrlAsync(GetQueueUrlRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Returns the URL of an existing Amazon SQS queue.
getQueueUrlAsync(GetQueueUrlRequest, AsyncHandler<GetQueueUrlRequest, GetQueueUrlResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Returns the URL of an existing Amazon SQS queue.
getQueueUrlAsync(String) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the GetQueueUrl operation.
getQueueUrlAsync(String, AsyncHandler<GetQueueUrlRequest, GetQueueUrlResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the GetQueueUrl operation with an AsyncHandler.
getQueueUrlAsync(GetQueueUrlRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
getQueueUrlAsync(GetQueueUrlRequest, AsyncHandler<GetQueueUrlRequest, GetQueueUrlResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
getQueueUrlAsync(String) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the GetQueueUrl operation.
getQueueUrlAsync(String, AsyncHandler<GetQueueUrlRequest, GetQueueUrlResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the GetQueueUrl operation with an AsyncHandler.
getQueueUrlAsync(GetQueueUrlRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
getQueueUrlAsync(GetQueueUrlRequest, AsyncHandler<GetQueueUrlRequest, GetQueueUrlResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
getQueueUrlAsync(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
getQueueUrlAsync(String, AsyncHandler<GetQueueUrlRequest, GetQueueUrlResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
GetQueueUrlRequest - Class in com.amazonaws.services.sqs.model

GetQueueUrlRequest() - Constructor for class com.amazonaws.services.sqs.model.GetQueueUrlRequest
Default constructor for GetQueueUrlRequest object.
GetQueueUrlRequest(String) - Constructor for class com.amazonaws.services.sqs.model.GetQueueUrlRequest
Constructs a new GetQueueUrlRequest object.
GetQueueUrlResult - Class in com.amazonaws.services.sqs.model
For more information, see Interpreting Responses in the Amazon Simple Queue Service Developer Guide.
GetQueueUrlResult() - Constructor for class com.amazonaws.services.sqs.model.GetQueueUrlResult
 
getQueueUrls() - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.
getQueueUrls() - Method in class com.amazonaws.services.sqs.model.ListQueuesResult
A list of queue URLs, up to 1,000 entries.
getReceiptHandle() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
A receipt handle.
getReceiptHandle() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
The receipt handle associated with the message whose visibility timeout is changed.
getReceiptHandle() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
A receipt handle.
getReceiptHandle() - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
The receipt handle associated with the message to delete.
getReceiptHandle() - Method in class com.amazonaws.services.sqs.model.Message
An identifier associated with the act of receiving the message.
getReceiveAttributeNames() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Specifies the attributes receive calls will request.
getReceiveMessageAttributeNames() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Specifies the message attributes receive calls will request.
getReceiveRequestAttemptId() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
getSenderFault() - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
Specifies whether the error happened due to the producer.
getSequenceNumber() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
This parameter applies only to FIFO (first-in-first-out) queues.
getSequenceNumber() - Method in class com.amazonaws.services.sqs.model.SendMessageResult
This parameter applies only to FIFO (first-in-first-out) queues.
getSigner(SignerProviderContext) - Method in class com.amazonaws.services.sqs.internal.auth.SQSSignerProvider
 
getStringListValues() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Not implemented.
getStringListValues() - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Not implemented.
getStringValue() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Strings are Unicode with UTF-8 binary encoding.
getStringValue() - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Strings are Unicode with UTF-8 binary encoding.
getSuccessful() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
getSuccessful() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
getSuccessful() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
A list of SendMessageBatchResultEntry items.
getTagKeys() - Method in class com.amazonaws.services.sqs.model.UntagQueueRequest
The list of tags to be removed from the specified queue.
getTags() - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
Add cost allocation tags to the specified Amazon SQS queue.
getTags() - Method in class com.amazonaws.services.sqs.model.ListQueueTagsResult
The list of all tags added to the specified queue.
getTags() - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
The list of tags to be added to the specified queue.
getVisibilityTimeout() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
The new value (in seconds) for the message's visibility timeout.
getVisibilityTimeout() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
The new value for the message's visibility timeout (in seconds).
getVisibilityTimeout() - Method in class com.amazonaws.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.
getVisibilityTimeoutSeconds() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Custom visibility timeout to use when retrieving messages from SQS.
getWaitTimeSeconds() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.

H

hashCode() - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.AddPermissionResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.CreateQueueResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
 
hashCode() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResultEntry
 
hashCode() - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.DeleteMessageResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.DeleteQueueRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.DeleteQueueResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ListQueuesRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ListQueuesResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ListQueueTagsRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ListQueueTagsResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.Message
 
hashCode() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
 
hashCode() - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
 
hashCode() - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.PurgeQueueResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.RemovePermissionResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
 
hashCode() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
 
hashCode() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.SendMessageResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.TagQueueResult
 
hashCode() - Method in class com.amazonaws.services.sqs.model.UntagQueueRequest
 
hashCode() - Method in class com.amazonaws.services.sqs.model.UntagQueueResult
 

I

InvalidAttributeNameException - Exception in com.amazonaws.services.sqs.model
The specified attribute doesn't exist.
InvalidAttributeNameException(String) - Constructor for exception com.amazonaws.services.sqs.model.InvalidAttributeNameException
Constructs a new InvalidAttributeNameException with the specified error message.
InvalidBatchEntryIdException - Exception in com.amazonaws.services.sqs.model
The Id of a batch entry in a batch request doesn't abide by the specification.
InvalidBatchEntryIdException(String) - Constructor for exception com.amazonaws.services.sqs.model.InvalidBatchEntryIdException
Constructs a new InvalidBatchEntryIdException with the specified error message.
InvalidIdFormatException - Exception in com.amazonaws.services.sqs.model
The specified receipt handle isn't valid for the current version.
InvalidIdFormatException(String) - Constructor for exception com.amazonaws.services.sqs.model.InvalidIdFormatException
Constructs a new InvalidIdFormatException with the specified error message.
InvalidMessageContentsException - Exception in com.amazonaws.services.sqs.model
The message contains characters outside the allowed set.
InvalidMessageContentsException(String) - Constructor for exception com.amazonaws.services.sqs.model.InvalidMessageContentsException
Constructs a new InvalidMessageContentsException with the specified error message.
isAdapativePrefetching() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
If set, prefetching will be scaled with the number of in-flight incoming receive requests made to the client.
isDeleteInBackground() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
If set, even synchronous calls to delete messages will be made using background asynchronous batches.
isFlushOnShutdown() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Returns the flushOnShutdown value.
isLongPoll() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
 
isSenderFault() - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
Specifies whether the error happened due to the producer.

L

listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
ListDeadLetterSourceQueuesRequest - Class in com.amazonaws.services.sqs.model

ListDeadLetterSourceQueuesRequest() - Constructor for class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
Default constructor for ListDeadLetterSourceQueuesRequest object.
ListDeadLetterSourceQueuesRequest(String) - Constructor for class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
Constructs a new ListDeadLetterSourceQueuesRequest object.
ListDeadLetterSourceQueuesResult - Class in com.amazonaws.services.sqs.model
A list of your dead letter source queues.
ListDeadLetterSourceQueuesResult() - Constructor for class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
 
listQueues(ListQueuesRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
listQueues() - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
listQueues(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
listQueues(ListQueuesRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Returns a list of your queues.
listQueues() - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the ListQueues operation.
listQueues(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the ListQueues operation.
listQueues(ListQueuesRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Returns a list of your queues.
listQueues() - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
listQueues(String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
listQueues(ListQueuesRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueues() - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueues(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueuesAsync(ListQueuesRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
listQueuesAsync(ListQueuesRequest, AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
listQueuesAsync() - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ListQueues operation.
listQueuesAsync(AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ListQueues operation with an AsyncHandler.
listQueuesAsync(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ListQueues operation.
listQueuesAsync(String, AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ListQueues operation with an AsyncHandler.
listQueuesAsync(ListQueuesRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Returns a list of your queues.
listQueuesAsync(ListQueuesRequest, AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Returns a list of your queues.
listQueuesAsync() - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ListQueues operation.
listQueuesAsync(AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ListQueues operation with an AsyncHandler.
listQueuesAsync(String) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ListQueues operation.
listQueuesAsync(String, AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ListQueues operation with an AsyncHandler.
listQueuesAsync(ListQueuesRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
listQueuesAsync(ListQueuesRequest, AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
listQueuesAsync() - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ListQueues operation.
listQueuesAsync(AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ListQueues operation with an AsyncHandler.
listQueuesAsync(String) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ListQueues operation.
listQueuesAsync(String, AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ListQueues operation with an AsyncHandler.
listQueuesAsync(ListQueuesRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueuesAsync(ListQueuesRequest, AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueuesAsync() - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueuesAsync(AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueuesAsync(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueuesAsync(String, AsyncHandler<ListQueuesRequest, ListQueuesResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
ListQueuesRequest - Class in com.amazonaws.services.sqs.model

ListQueuesRequest() - Constructor for class com.amazonaws.services.sqs.model.ListQueuesRequest
Default constructor for ListQueuesRequest object.
ListQueuesRequest(String) - Constructor for class com.amazonaws.services.sqs.model.ListQueuesRequest
Constructs a new ListQueuesRequest object.
ListQueuesResult - Class in com.amazonaws.services.sqs.model
A list of your queues.
ListQueuesResult() - Constructor for class com.amazonaws.services.sqs.model.ListQueuesResult
 
listQueueTags(ListQueueTagsRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
listQueueTags(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
listQueueTags(ListQueueTagsRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
List all cost allocation tags added to the specified Amazon SQS queue.
listQueueTags(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the ListQueueTags operation.
listQueueTags(ListQueueTagsRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
List all cost allocation tags added to the specified Amazon SQS queue.
listQueueTags(String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
listQueueTags(ListQueueTagsRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueueTags(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueueTagsAsync(ListQueueTagsRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
listQueueTagsAsync(ListQueueTagsRequest, AsyncHandler<ListQueueTagsRequest, ListQueueTagsResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
listQueueTagsAsync(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ListQueueTags operation.
listQueueTagsAsync(String, AsyncHandler<ListQueueTagsRequest, ListQueueTagsResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ListQueueTags operation with an AsyncHandler.
listQueueTagsAsync(ListQueueTagsRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
List all cost allocation tags added to the specified Amazon SQS queue.
listQueueTagsAsync(ListQueueTagsRequest, AsyncHandler<ListQueueTagsRequest, ListQueueTagsResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
List all cost allocation tags added to the specified Amazon SQS queue.
listQueueTagsAsync(String) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ListQueueTags operation.
listQueueTagsAsync(String, AsyncHandler<ListQueueTagsRequest, ListQueueTagsResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ListQueueTags operation with an AsyncHandler.
listQueueTagsAsync(ListQueueTagsRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
listQueueTagsAsync(ListQueueTagsRequest, AsyncHandler<ListQueueTagsRequest, ListQueueTagsResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
listQueueTagsAsync(String) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ListQueueTags operation.
listQueueTagsAsync(String, AsyncHandler<ListQueueTagsRequest, ListQueueTagsResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ListQueueTags operation with an AsyncHandler.
listQueueTagsAsync(ListQueueTagsRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueueTagsAsync(ListQueueTagsRequest, AsyncHandler<ListQueueTagsRequest, ListQueueTagsResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueueTagsAsync(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
listQueueTagsAsync(String, AsyncHandler<ListQueueTagsRequest, ListQueueTagsResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
ListQueueTagsRequest - Class in com.amazonaws.services.sqs.model
 
ListQueueTagsRequest() - Constructor for class com.amazonaws.services.sqs.model.ListQueueTagsRequest
Default constructor for ListQueueTagsRequest object.
ListQueueTagsRequest(String) - Constructor for class com.amazonaws.services.sqs.model.ListQueueTagsRequest
Constructs a new ListQueueTagsRequest object.
ListQueueTagsResult - Class in com.amazonaws.services.sqs.model
 
ListQueueTagsResult() - Constructor for class com.amazonaws.services.sqs.model.ListQueueTagsResult
 
LONGPOLL_WAIT_TIMEOUT_SECONDS_DEFAULT - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
 

M

MAX_BATCH_OPEN_MS_DEFAULT - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
200 milliseconds
MAX_BATCH_SIZE_BYTES_DEFAULT - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
256 kilobytes
MAX_BATCH_SIZE_DEFAULT - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
 
MAX_DONE_RECEIVE_BATCHES_DEFAULT - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
10 batches
MAX_INFLIGHT_OUTBOUND_BATCHES_DEFAULT - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
5 batches
MAX_INFLIGHT_RECEIVE_BATCHES_DEFAULT - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
10 batches
Message - Class in com.amazonaws.services.sqs.model
An Amazon SQS message.
Message() - Constructor for class com.amazonaws.services.sqs.model.Message
 
MessageAttributeValue - Class in com.amazonaws.services.sqs.model
The user-specified message attribute value.
MessageAttributeValue() - Constructor for class com.amazonaws.services.sqs.model.MessageAttributeValue
 
MessageMD5ChecksumHandler - Class in com.amazonaws.services.sqs
SQS operations on sending and receiving messages will return the MD5 digest of the message body.
MessageMD5ChecksumHandler() - Constructor for class com.amazonaws.services.sqs.MessageMD5ChecksumHandler
 
MessageNotInflightException - Exception in com.amazonaws.services.sqs.model
The specified message isn't in flight.
MessageNotInflightException(String) - Constructor for exception com.amazonaws.services.sqs.model.MessageNotInflightException
Constructs a new MessageNotInflightException with the specified error message.
MessageSystemAttributeName - Enum in com.amazonaws.services.sqs.model
 
MessageSystemAttributeNameForSends - Enum in com.amazonaws.services.sqs.model
 
MessageSystemAttributeValue - Class in com.amazonaws.services.sqs.model
The user-specified message system attribute value.
MessageSystemAttributeValue() - Constructor for class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
 
MIN_RECEIVE_WAIT_TIME_MS_DEFAULT - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
50 ms, which is in the ballpark for typical latency contacting a remote service like SQS

O

OverLimitException - Exception in com.amazonaws.services.sqs.model
The specified action violates a limit.
OverLimitException(String) - Constructor for exception com.amazonaws.services.sqs.model.OverLimitException
Constructs a new OverLimitException with the specified error message.

P

purgeQueue(PurgeQueueRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
purgeQueue(PurgeQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Deletes the messages in a queue specified by the QueueURL parameter.
purgeQueue(PurgeQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Deletes the messages in a queue specified by the QueueURL parameter.
purgeQueue(PurgeQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
purgeQueueAsync(PurgeQueueRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
purgeQueueAsync(PurgeQueueRequest, AsyncHandler<PurgeQueueRequest, PurgeQueueResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
purgeQueueAsync(PurgeQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Deletes the messages in a queue specified by the QueueURL parameter.
purgeQueueAsync(PurgeQueueRequest, AsyncHandler<PurgeQueueRequest, PurgeQueueResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Deletes the messages in a queue specified by the QueueURL parameter.
purgeQueueAsync(PurgeQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
purgeQueueAsync(PurgeQueueRequest, AsyncHandler<PurgeQueueRequest, PurgeQueueResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
purgeQueueAsync(PurgeQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
purgeQueueAsync(PurgeQueueRequest, AsyncHandler<PurgeQueueRequest, PurgeQueueResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
PurgeQueueInProgressException - Exception in com.amazonaws.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(String) - Constructor for exception com.amazonaws.services.sqs.model.PurgeQueueInProgressException
Constructs a new PurgeQueueInProgressException with the specified error message.
PurgeQueueRequest - Class in com.amazonaws.services.sqs.model

PurgeQueueRequest() - Constructor for class com.amazonaws.services.sqs.model.PurgeQueueRequest
Default constructor for PurgeQueueRequest object.
PurgeQueueRequest(String) - Constructor for class com.amazonaws.services.sqs.model.PurgeQueueRequest
Constructs a new PurgeQueueRequest object.
PurgeQueueResult - Class in com.amazonaws.services.sqs.model
 
PurgeQueueResult() - Constructor for class com.amazonaws.services.sqs.model.PurgeQueueResult
 

Q

QueueAttributeName - Enum in com.amazonaws.services.sqs.model
 
QueueBufferConfig - Class in com.amazonaws.services.sqs.buffered
 
QueueBufferConfig(long, int, int, int, boolean, long, int, int, int) - Constructor for class com.amazonaws.services.sqs.buffered.QueueBufferConfig
 
QueueBufferConfig() - Constructor for class com.amazonaws.services.sqs.buffered.QueueBufferConfig
 
QueueBufferConfig(QueueBufferConfig) - Constructor for class com.amazonaws.services.sqs.buffered.QueueBufferConfig
copy constructor
QueueDeletedRecentlyException - Exception in com.amazonaws.services.sqs.model
You must wait 60 seconds after deleting a queue before you can create another queue with the same name.
QueueDeletedRecentlyException(String) - Constructor for exception com.amazonaws.services.sqs.model.QueueDeletedRecentlyException
Constructs a new QueueDeletedRecentlyException with the specified error message.
QueueDoesNotExistException - Exception in com.amazonaws.services.sqs.model
The specified queue doesn't exist.
QueueDoesNotExistException(String) - Constructor for exception com.amazonaws.services.sqs.model.QueueDoesNotExistException
Constructs a new QueueDoesNotExistException with the specified error message.
QueueNameExistsException - Exception in com.amazonaws.services.sqs.model
A queue with this name already exists.
QueueNameExistsException(String) - Constructor for exception com.amazonaws.services.sqs.model.QueueNameExistsException
Constructs a new QueueNameExistsException with the specified error message.
QueueUrlHandler - Class in com.amazonaws.services.sqs
Custom request handler for SQS that processes the request before it gets routed to the client runtime layer.
QueueUrlHandler() - Constructor for class com.amazonaws.services.sqs.QueueUrlHandler
 

R

ReceiptHandleIsInvalidException - Exception in com.amazonaws.services.sqs.model
The specified receipt handle isn't valid.
ReceiptHandleIsInvalidException(String) - Constructor for exception com.amazonaws.services.sqs.model.ReceiptHandleIsInvalidException
Constructs a new ReceiptHandleIsInvalidException with the specified error message.
RECEIVE_ATTRIBUTE_NAMES_DEFAULT - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
 
RECEIVE_MESSAGE_ATTRIBUTE_NAMES_DEFAULT - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
 
receiveMessage(ReceiveMessageRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
receiveMessage(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
receiveMessage(ReceiveMessageRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Retrieves one or more messages (up to 10), from the specified queue.
receiveMessage(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the ReceiveMessage operation.
receiveMessage(ReceiveMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Retrieves one or more messages (up to 10), from the specified queue.
receiveMessage(String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
receiveMessage(ReceiveMessageRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
receiveMessage(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
receiveMessageAsync(ReceiveMessageRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
receiveMessageAsync(ReceiveMessageRequest, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
receiveMessageAsync(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ReceiveMessage operation.
receiveMessageAsync(String, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the ReceiveMessage operation with an AsyncHandler.
receiveMessageAsync(ReceiveMessageRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Retrieves one or more messages (up to 10), from the specified queue.
receiveMessageAsync(ReceiveMessageRequest, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Retrieves one or more messages (up to 10), from the specified queue.
receiveMessageAsync(String) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ReceiveMessage operation.
receiveMessageAsync(String, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the ReceiveMessage operation with an AsyncHandler.
receiveMessageAsync(ReceiveMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
receiveMessageAsync(ReceiveMessageRequest, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
receiveMessageAsync(String) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ReceiveMessage operation.
receiveMessageAsync(String, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the ReceiveMessage operation with an AsyncHandler.
receiveMessageAsync(ReceiveMessageRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
receiveMessageAsync(ReceiveMessageRequest, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
receiveMessageAsync(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
receiveMessageAsync(String, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
receiveMessageAsync(ReceiveMessageRequest, QueueBufferCallback<ReceiveMessageRequest, ReceiveMessageResult>) - Method in class com.amazonaws.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 com.amazonaws.services.sqs.model

ReceiveMessageRequest() - Constructor for class com.amazonaws.services.sqs.model.ReceiveMessageRequest
Default constructor for ReceiveMessageRequest object.
ReceiveMessageRequest(String) - Constructor for class com.amazonaws.services.sqs.model.ReceiveMessageRequest
Constructs a new ReceiveMessageRequest object.
ReceiveMessageResult - Class in com.amazonaws.services.sqs.model
A list of received messages.
ReceiveMessageResult() - Constructor for class com.amazonaws.services.sqs.model.ReceiveMessageResult
 
ReceiveQueueBuffer - Class in com.amazonaws.services.sqs.buffered
The ReceiveQueueBuffer class is responsible for dequeueing of messages from a single SQS queue.
removePermission(RemovePermissionRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
removePermission(String, String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
removePermission(RemovePermissionRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Revokes any permissions in the queue policy that matches the specified Label parameter.
removePermission(String, String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the RemovePermission operation.
removePermission(RemovePermissionRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Revokes any permissions in the queue policy that matches the specified Label parameter.
removePermission(String, String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
removePermission(RemovePermissionRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
removePermission(String, String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
removePermissionAsync(RemovePermissionRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
removePermissionAsync(RemovePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
removePermissionAsync(String, String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the RemovePermission operation.
removePermissionAsync(String, String, AsyncHandler<RemovePermissionRequest, RemovePermissionResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the RemovePermission operation with an AsyncHandler.
removePermissionAsync(RemovePermissionRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Revokes any permissions in the queue policy that matches the specified Label parameter.
removePermissionAsync(RemovePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Revokes any permissions in the queue policy that matches the specified Label parameter.
removePermissionAsync(String, String) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the RemovePermission operation.
removePermissionAsync(String, String, AsyncHandler<RemovePermissionRequest, RemovePermissionResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the RemovePermission operation with an AsyncHandler.
removePermissionAsync(RemovePermissionRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
removePermissionAsync(RemovePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
removePermissionAsync(String, String) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the RemovePermission operation.
removePermissionAsync(String, String, AsyncHandler<RemovePermissionRequest, RemovePermissionResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the RemovePermission operation with an AsyncHandler.
removePermissionAsync(RemovePermissionRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
removePermissionAsync(RemovePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
removePermissionAsync(String, String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
removePermissionAsync(String, String, AsyncHandler<RemovePermissionRequest, RemovePermissionResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
RemovePermissionRequest - Class in com.amazonaws.services.sqs.model

RemovePermissionRequest() - Constructor for class com.amazonaws.services.sqs.model.RemovePermissionRequest
Default constructor for RemovePermissionRequest object.
RemovePermissionRequest(String, String) - Constructor for class com.amazonaws.services.sqs.model.RemovePermissionRequest
Constructs a new RemovePermissionRequest object.
RemovePermissionResult - Class in com.amazonaws.services.sqs.model
 
RemovePermissionResult() - Constructor for class com.amazonaws.services.sqs.model.RemovePermissionResult
 
RequestCopyUtils - Class in com.amazonaws.services.sqs.internal
 
RequestCopyUtils() - Constructor for class com.amazonaws.services.sqs.internal.RequestCopyUtils
 

S

sendMessage(SendMessageRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
sendMessage(String, String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
sendMessage(SendMessageRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Delivers a message to the specified queue.
sendMessage(String, String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the SendMessage operation.
sendMessage(SendMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Delivers a message to the specified queue.
sendMessage(String, String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
sendMessage(SendMessageRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
sendMessage(String, String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
sendMessage(SendMessageRequest, QueueBufferCallback<SendMessageRequest, SendMessageResult>) - Method in class com.amazonaws.services.sqs.buffered.SendQueueBuffer
 
sendMessageAsync(SendMessageRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
sendMessageAsync(SendMessageRequest, AsyncHandler<SendMessageRequest, SendMessageResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
sendMessageAsync(String, String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the SendMessage operation.
sendMessageAsync(String, String, AsyncHandler<SendMessageRequest, SendMessageResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the SendMessage operation with an AsyncHandler.
sendMessageAsync(SendMessageRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Delivers a message to the specified queue.
sendMessageAsync(SendMessageRequest, AsyncHandler<SendMessageRequest, SendMessageResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Delivers a message to the specified queue.
sendMessageAsync(String, String) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the SendMessage operation.
sendMessageAsync(String, String, AsyncHandler<SendMessageRequest, SendMessageResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the SendMessage operation with an AsyncHandler.
sendMessageAsync(SendMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
sendMessageAsync(SendMessageRequest, AsyncHandler<SendMessageRequest, SendMessageResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
sendMessageAsync(String, String) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the SendMessage operation.
sendMessageAsync(String, String, AsyncHandler<SendMessageRequest, SendMessageResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the SendMessage operation with an AsyncHandler.
sendMessageAsync(SendMessageRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
sendMessageAsync(SendMessageRequest, AsyncHandler<SendMessageRequest, SendMessageResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
sendMessageAsync(String, String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
sendMessageAsync(String, String, AsyncHandler<SendMessageRequest, SendMessageResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
sendMessageBatch(SendMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
sendMessageBatch(String, List<SendMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
sendMessageBatch(SendMessageBatchRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Delivers up to ten messages to the specified queue.
sendMessageBatch(String, List<SendMessageBatchRequestEntry>) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the SendMessageBatch operation.
sendMessageBatch(SendMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Delivers up to ten messages to the specified queue.
sendMessageBatch(String, List<SendMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
sendMessageBatch(SendMessageBatchRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
sendMessageBatch(String, List<SendMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
sendMessageBatchAsync(SendMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
sendMessageBatchAsync(SendMessageBatchRequest, AsyncHandler<SendMessageBatchRequest, SendMessageBatchResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
sendMessageBatchAsync(String, List<SendMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the SendMessageBatch operation.
sendMessageBatchAsync(String, List<SendMessageBatchRequestEntry>, AsyncHandler<SendMessageBatchRequest, SendMessageBatchResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the SendMessageBatch operation with an AsyncHandler.
sendMessageBatchAsync(SendMessageBatchRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Delivers up to ten messages to the specified queue.
sendMessageBatchAsync(SendMessageBatchRequest, AsyncHandler<SendMessageBatchRequest, SendMessageBatchResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Delivers up to ten messages to the specified queue.
sendMessageBatchAsync(String, List<SendMessageBatchRequestEntry>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the SendMessageBatch operation.
sendMessageBatchAsync(String, List<SendMessageBatchRequestEntry>, AsyncHandler<SendMessageBatchRequest, SendMessageBatchResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the SendMessageBatch operation with an AsyncHandler.
sendMessageBatchAsync(SendMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
sendMessageBatchAsync(SendMessageBatchRequest, AsyncHandler<SendMessageBatchRequest, SendMessageBatchResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
sendMessageBatchAsync(String, List<SendMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the SendMessageBatch operation.
sendMessageBatchAsync(String, List<SendMessageBatchRequestEntry>, AsyncHandler<SendMessageBatchRequest, SendMessageBatchResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the SendMessageBatch operation with an AsyncHandler.
sendMessageBatchAsync(SendMessageBatchRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
sendMessageBatchAsync(SendMessageBatchRequest, AsyncHandler<SendMessageBatchRequest, SendMessageBatchResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
sendMessageBatchAsync(String, List<SendMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
sendMessageBatchAsync(String, List<SendMessageBatchRequestEntry>, AsyncHandler<SendMessageBatchRequest, SendMessageBatchResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
SendMessageBatchRequest - Class in com.amazonaws.services.sqs.model

SendMessageBatchRequest() - Constructor for class com.amazonaws.services.sqs.model.SendMessageBatchRequest
Default constructor for SendMessageBatchRequest object.
SendMessageBatchRequest(String) - Constructor for class com.amazonaws.services.sqs.model.SendMessageBatchRequest
Constructs a new SendMessageBatchRequest object.
SendMessageBatchRequest(String, List<SendMessageBatchRequestEntry>) - Constructor for class com.amazonaws.services.sqs.model.SendMessageBatchRequest
Constructs a new SendMessageBatchRequest object.
SendMessageBatchRequestEntry - Class in com.amazonaws.services.sqs.model
Contains the details of a single Amazon SQS message along with an Id.
SendMessageBatchRequestEntry() - Constructor for class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
Default constructor for SendMessageBatchRequestEntry object.
SendMessageBatchRequestEntry(String, String) - Constructor for class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
Constructs a new SendMessageBatchRequestEntry object.
SendMessageBatchResult - Class in com.amazonaws.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.
SendMessageBatchResult() - Constructor for class com.amazonaws.services.sqs.model.SendMessageBatchResult
 
SendMessageBatchResultEntry - Class in com.amazonaws.services.sqs.model
Encloses a MessageId for a successfully-enqueued message in a SendMessageBatch.
SendMessageBatchResultEntry() - Constructor for class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
 
SendMessageRequest - Class in com.amazonaws.services.sqs.model

SendMessageRequest() - Constructor for class com.amazonaws.services.sqs.model.SendMessageRequest
Default constructor for SendMessageRequest object.
SendMessageRequest(String, String) - Constructor for class com.amazonaws.services.sqs.model.SendMessageRequest
Constructs a new SendMessageRequest object.
SendMessageResult - Class in com.amazonaws.services.sqs.model
The MD5OfMessageBody and MessageId elements.
SendMessageResult() - Constructor for class com.amazonaws.services.sqs.model.SendMessageResult
 
SendQueueBuffer - Class in com.amazonaws.services.sqs.buffered
This class is responsible for buffering outgoing SQS requests, i.e.
SERVICE_MAX_BATCH_SIZE_BYTES - Static variable in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Updated as the service now supports messages of size max 256 KiB.
setActions(Collection<String>) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The action the client wants to allow for the specified principal.
setAdaptivePrefetching(boolean) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
If set, prefetching will be scaled with the number of in-flight incoming receive requests made to the client.
setAttributeNames(Collection<String>) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
A list of attributes for which to retrieve information.
setAttributeNames(Collection<String>) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
A list of attributes that need to be returned along with each message.
setAttributes(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
A map of attributes with their corresponding values.
setAttributes(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesResult
A map of attributes to their respective values.
setAttributes(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.Message
A map of the attributes requested in ReceiveMessage to their respective values.
setAttributes(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
A map of attributes to set.
setAWSAccountIds(Collection<String>) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The AWS account number of the principal who is given permission.
setBinaryListValues(Collection<ByteBuffer>) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Not implemented.
setBinaryListValues(Collection<ByteBuffer>) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Not implemented.
setBinaryValue(ByteBuffer) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.
setBinaryValue(ByteBuffer) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.
setBody(String) - Method in class com.amazonaws.services.sqs.model.Message
The message's contents (not URL-encoded).
setCode(String) - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
An error code representing why the action failed on this entry.
setDataType(String) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Amazon SQS supports the following logical data types: String, Number, and Binary.
setDataType(String) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Amazon SQS supports the following logical data types: String, Number, and Binary.
setDelaySeconds(Integer) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
The length of time, in seconds, for which a specific message is delayed.
setDelaySeconds(Integer) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The length of time, in seconds, for which to delay a specific message.
setDeleteInBackground(boolean) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
If set, even synchronous calls to delete messages will be made using background asynchronous batches.
setEndpoint(String) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
setEndpoint(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setEndpoint(String) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
setEntries(Collection<ChangeMessageVisibilityBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
A list of receipt handles of the messages for which the visibility timeout must be changed.
setEntries(Collection<DeleteMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
A list of receipt handles for the messages to be deleted.
setEntries(Collection<SendMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
setFailed(Collection<BatchResultErrorEntry>) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
A list of BatchResultErrorEntry items.
setFailed(Collection<BatchResultErrorEntry>) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
A list of BatchResultErrorEntry items.
setFailed(Collection<BatchResultErrorEntry>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
setFlushOnShutdown(boolean) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Sets the flushOnShutdown option.
setId(String) - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
The Id of an entry in a batch request.
setId(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
An identifier for this particular receipt handle used to communicate the result.
setId(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
Represents a message whose visibility timeout has been changed successfully.
setId(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
An identifier for this particular receipt handle.
setId(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResultEntry
Represents a successfully deleted message.
setId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
An identifier for a message in this batch used to communicate the result.
setId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An identifier for the message in this batch.
setLabel(String) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The unique identification of the permission you're setting (for example, AliceSendMessage).
setLabel(String) - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
The identification of the permission to remove.
setLongPoll(boolean) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Specify "true" for receive requests to use long polling.
setLongPollWaitTimeoutSeconds(int) - Method in class com.amazonaws.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 com.amazonaws.services.sqs.buffered.QueueBufferConfig
The maximum time (milliseconds) a send batch is held open for additional outbound requests.
setMaxBatchSize(int) - Method in class com.amazonaws.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 com.amazonaws.services.sqs.buffered.QueueBufferConfig
Maximum permitted size of a SendMessage or SendMessageBatch message, in bytes.
setMaxDoneReceiveBatches(int) - Method in class com.amazonaws.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 com.amazonaws.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent batches for each type of outbound request.
setMaxInflightReceiveBatches(int) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent receive message batches.
setMaxNumberOfMessages(Integer) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The maximum number of messages to return.
setMD5OfBody(String) - Method in class com.amazonaws.services.sqs.model.Message
An MD5 digest of the non-URL-encoded message body string.
setMD5OfMessageAttributes(String) - Method in class com.amazonaws.services.sqs.model.Message
An MD5 digest of the non-URL-encoded message attribute string.
setMD5OfMessageAttributes(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message attribute string.
setMD5OfMessageAttributes(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An MD5 digest of the non-URL-encoded message attribute string.
setMD5OfMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message attribute string.
setMD5OfMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An MD5 digest of the non-URL-encoded message attribute string.
setMD5OfMessageSystemAttributes(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message system attribute string.
setMD5OfMessageSystemAttributes(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An MD5 digest of the non-URL-encoded message system attribute string.
setMessage(String) - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
A message explaining why the action failed on this entry.
setMessageAttributeNames(Collection<String>) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The name of the message attribute, where N is the index.
setMessageAttributes(Map<String, MessageAttributeValue>) - Method in class com.amazonaws.services.sqs.model.Message
Each message attribute consists of a Name, Type, and Value.
setMessageAttributes(Map<String, MessageAttributeValue>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
Each message attribute consists of a Name, Type, and Value.
setMessageAttributes(Map<String, MessageAttributeValue>) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
Each message attribute consists of a Name, Type, and Value.
setMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
The body of the message.
setMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The message to send.
setMessageDeduplicationId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
This parameter applies only to FIFO (first-in-first-out) queues.
setMessageDeduplicationId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
setMessageGroupId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
This parameter applies only to FIFO (first-in-first-out) queues.
setMessageGroupId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
setMessageId(String) - Method in class com.amazonaws.services.sqs.model.Message
A unique identifier for the message.
setMessageId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An identifier for the message.
setMessageId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An attribute containing the MessageId of the message sent to the queue.
setMessages(Collection<Message>) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageResult
A list of messages.
setMessageSystemAttributes(Map<String, MessageSystemAttributeValue>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
The message system attribute to send Each message system attribute consists of a Name, Type, and Value.
setMessageSystemAttributes(Map<String, MessageSystemAttributeValue>) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The message system attribute to send.
setMinReceiveWaitTimeMs(int) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Configures the minimum wait time for incoming receive message requests.
setQueueAttributes(SetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
setQueueAttributes(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
setQueueAttributes(SetQueueAttributesRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Sets the value of one or more queue attributes.
setQueueAttributes(String, Map<String, String>) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the SetQueueAttributes operation.
setQueueAttributes(SetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Sets the value of one or more queue attributes.
setQueueAttributes(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
setQueueAttributes(SetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
setQueueAttributes(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
setQueueAttributesAsync(SetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
setQueueAttributesAsync(SetQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
setQueueAttributesAsync(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the SetQueueAttributes operation.
setQueueAttributesAsync(String, Map<String, String>, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the SetQueueAttributes operation with an AsyncHandler.
setQueueAttributesAsync(SetQueueAttributesRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Sets the value of one or more queue attributes.
setQueueAttributesAsync(SetQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Sets the value of one or more queue attributes.
setQueueAttributesAsync(String, Map<String, String>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the SetQueueAttributes operation.
setQueueAttributesAsync(String, Map<String, String>, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the SetQueueAttributes operation with an AsyncHandler.
setQueueAttributesAsync(SetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
setQueueAttributesAsync(SetQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
setQueueAttributesAsync(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the SetQueueAttributes operation.
setQueueAttributesAsync(String, Map<String, String>, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the SetQueueAttributes operation with an AsyncHandler.
setQueueAttributesAsync(SetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
setQueueAttributesAsync(SetQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
setQueueAttributesAsync(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
setQueueAttributesAsync(String, Map<String, String>, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
SetQueueAttributesRequest - Class in com.amazonaws.services.sqs.model

SetQueueAttributesRequest() - Constructor for class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
Default constructor for SetQueueAttributesRequest object.
SetQueueAttributesRequest(String, Map<String, String>) - Constructor for class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
Constructs a new SetQueueAttributesRequest object.
SetQueueAttributesResult - Class in com.amazonaws.services.sqs.model
 
SetQueueAttributesResult() - Constructor for class com.amazonaws.services.sqs.model.SetQueueAttributesResult
 
setQueueName(String) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
The name of the new queue.
setQueueName(String) - Method in class com.amazonaws.services.sqs.model.GetQueueUrlRequest
The name of the queue whose URL must be fetched.
setQueueNamePrefix(String) - Method in class com.amazonaws.services.sqs.model.ListQueuesRequest
A string to use for filtering the list results.
setQueueOwnerAWSAccountId(String) - Method in class com.amazonaws.services.sqs.model.GetQueueUrlRequest
The AWS account ID of the account that created the queue.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The URL of the Amazon SQS queue to which permissions are added.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
The URL of the Amazon SQS queue whose messages' visibility is changed.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
The URL of the Amazon SQS queue whose message's visibility is changed.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.CreateQueueResult
The URL of the created Amazon SQS queue.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
The URL of the Amazon SQS queue from which messages are deleted.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
The URL of the Amazon SQS queue from which messages are deleted.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteQueueRequest
The URL of the Amazon SQS queue to delete.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
The URL of the Amazon SQS queue whose attribute information is retrieved.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.GetQueueUrlResult
The URL of the queue.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
The URL of a dead-letter queue.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ListQueueTagsRequest
The URL of the queue.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
The URL of the queue from which the PurgeQueue action deletes messages.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The URL of the Amazon SQS queue from which messages are received.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
The URL of the Amazon SQS queue from which permissions are removed.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
The URL of the Amazon SQS queue to which batched messages are sent.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The URL of the Amazon SQS queue to which a message is sent.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
The URL of the Amazon SQS queue whose attributes are set.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
The URL of the queue.
setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.UntagQueueRequest
The URL of the queue.
setQueueUrls(Collection<String>) - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.
setQueueUrls(Collection<String>) - Method in class com.amazonaws.services.sqs.model.ListQueuesResult
A list of queue URLs, up to 1,000 entries.
setReceiptHandle(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
A receipt handle.
setReceiptHandle(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
The receipt handle associated with the message whose visibility timeout is changed.
setReceiptHandle(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
A receipt handle.
setReceiptHandle(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
The receipt handle associated with the message to delete.
setReceiptHandle(String) - Method in class com.amazonaws.services.sqs.model.Message
An identifier associated with the act of receiving the message.
setReceiveAttributeNames(List<String>) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Specifies the attributes receive calls will request.
setReceiveMessageAttributeNames(List<String>) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Specifies the message attributes receive calls will request.
setReceiveRequestAttemptId(String) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
setRegion(Region) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
setRegion(Region) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Deprecated.
use AwsClientBuilder#setRegion(String)
setRegion(Region) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
setSenderFault(Boolean) - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
Specifies whether the error happened due to the producer.
setSequenceNumber(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
This parameter applies only to FIFO (first-in-first-out) queues.
setSequenceNumber(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
This parameter applies only to FIFO (first-in-first-out) queues.
setStringListValues(Collection<String>) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Not implemented.
setStringListValues(Collection<String>) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Not implemented.
setStringValue(String) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Strings are Unicode with UTF-8 binary encoding.
setStringValue(String) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Strings are Unicode with UTF-8 binary encoding.
setSuccessful(Collection<ChangeMessageVisibilityBatchResultEntry>) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
setSuccessful(Collection<DeleteMessageBatchResultEntry>) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
setSuccessful(Collection<SendMessageBatchResultEntry>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
A list of SendMessageBatchResultEntry items.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.sqs.model.UntagQueueRequest
The list of tags to be removed from the specified queue.
setTags(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
Add cost allocation tags to the specified Amazon SQS queue.
setTags(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.ListQueueTagsResult
The list of all tags added to the specified queue.
setTags(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
The list of tags to be added to the specified queue.
setVisibilityTimeout(Integer) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
The new value (in seconds) for the message's visibility timeout.
setVisibilityTimeout(Integer) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
The new value for the message's visibility timeout (in seconds).
setVisibilityTimeout(Integer) - Method in class com.amazonaws.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.
setVisibilityTimeoutSeconds(int) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Custom visibility timeout to use when retrieving messages from SQS.
setWaitTimeSeconds(Integer) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.
shutdown() - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
shutdown() - Method in interface com.amazonaws.services.sqs.AmazonSQS
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
shutdown() - Method in class com.amazonaws.services.sqs.buffered.ReceiveQueueBuffer
Prevents spawning of new retrieval batches and waits for all in-flight retrieval batches to finish
SQSActions - Enum in com.amazonaws.auth.policy.actions
The available AWS access control policy actions for Amazon SQS.
SQSQueueResource - Class in com.amazonaws.auth.policy.resources
AWS access control policy resource that identifies an Amazon SQS queue.
SQSQueueResource(String, String) - Constructor for class com.amazonaws.auth.policy.resources.SQSQueueResource
Constructs a new SQS queue resource for an access control policy.
SQSRequestHandler - Class in com.amazonaws.services.sqs.internal
 
SQSRequestHandler() - Constructor for class com.amazonaws.services.sqs.internal.SQSRequestHandler
 
SQSSignerProvider - Class in com.amazonaws.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 com.amazonaws.services.sqs.internal.auth.SQSSignerProvider
 
standard() - Static method in class com.amazonaws.services.sqs.AmazonSQSAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.sqs.AmazonSQSClientBuilder
 

T

tagQueue(TagQueueRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
tagQueue(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
tagQueue(TagQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Add cost allocation tags to the specified Amazon SQS queue.
tagQueue(String, Map<String, String>) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the TagQueue operation.
tagQueue(TagQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Add cost allocation tags to the specified Amazon SQS queue.
tagQueue(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
tagQueue(TagQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
tagQueue(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
tagQueueAsync(TagQueueRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
tagQueueAsync(TagQueueRequest, AsyncHandler<TagQueueRequest, TagQueueResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
tagQueueAsync(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the TagQueue operation.
tagQueueAsync(String, Map<String, String>, AsyncHandler<TagQueueRequest, TagQueueResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the TagQueue operation with an AsyncHandler.
tagQueueAsync(TagQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Add cost allocation tags to the specified Amazon SQS queue.
tagQueueAsync(TagQueueRequest, AsyncHandler<TagQueueRequest, TagQueueResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Add cost allocation tags to the specified Amazon SQS queue.
tagQueueAsync(String, Map<String, String>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the TagQueue operation.
tagQueueAsync(String, Map<String, String>, AsyncHandler<TagQueueRequest, TagQueueResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the TagQueue operation with an AsyncHandler.
tagQueueAsync(TagQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
tagQueueAsync(TagQueueRequest, AsyncHandler<TagQueueRequest, TagQueueResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
tagQueueAsync(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the TagQueue operation.
tagQueueAsync(String, Map<String, String>, AsyncHandler<TagQueueRequest, TagQueueResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the TagQueue operation with an AsyncHandler.
tagQueueAsync(TagQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
tagQueueAsync(TagQueueRequest, AsyncHandler<TagQueueRequest, TagQueueResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
tagQueueAsync(String, Map<String, String>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
tagQueueAsync(String, Map<String, String>, AsyncHandler<TagQueueRequest, TagQueueResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
TagQueueRequest - Class in com.amazonaws.services.sqs.model
 
TagQueueRequest() - Constructor for class com.amazonaws.services.sqs.model.TagQueueRequest
Default constructor for TagQueueRequest object.
TagQueueRequest(String, Map<String, String>) - Constructor for class com.amazonaws.services.sqs.model.TagQueueRequest
Constructs a new TagQueueRequest object.
TagQueueResult - Class in com.amazonaws.services.sqs.model
 
TagQueueResult() - Constructor for class com.amazonaws.services.sqs.model.TagQueueResult
 
TooManyEntriesInBatchRequestException - Exception in com.amazonaws.services.sqs.model
The batch request contains more entries than permissible.
TooManyEntriesInBatchRequestException(String) - Constructor for exception com.amazonaws.services.sqs.model.TooManyEntriesInBatchRequestException
Constructs a new TooManyEntriesInBatchRequestException with the specified error message.
toString() - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
 
toString() - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.AddPermissionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.CreateQueueResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResultEntry
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.DeleteMessageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.DeleteQueueRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.DeleteQueueResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ListQueuesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ListQueuesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ListQueueTagsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ListQueueTagsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.Message
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.sqs.model.MessageSystemAttributeName
 
toString() - Method in enum com.amazonaws.services.sqs.model.MessageSystemAttributeNameForSends
 
toString() - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.PurgeQueueResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.sqs.model.QueueAttributeName
 
toString() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.RemovePermissionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.SendMessageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.TagQueueResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.UntagQueueRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.sqs.model.UntagQueueResult
Returns a string representation of this object.

U

UnsupportedOperationException - Exception in com.amazonaws.services.sqs.model
Error code 400.
UnsupportedOperationException(String) - Constructor for exception com.amazonaws.services.sqs.model.UnsupportedOperationException
Constructs a new UnsupportedOperationException with the specified error message.
untagQueue(UntagQueueRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
untagQueue(String, List<String>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQS
 
untagQueue(UntagQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Remove cost allocation tags from the specified Amazon SQS queue.
untagQueue(String, List<String>) - Method in interface com.amazonaws.services.sqs.AmazonSQS
Simplified method form for invoking the UntagQueue operation.
untagQueue(UntagQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
Remove cost allocation tags from the specified Amazon SQS queue.
untagQueue(String, List<String>) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
 
untagQueue(UntagQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
untagQueue(String, List<String>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
untagQueueAsync(UntagQueueRequest) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
untagQueueAsync(UntagQueueRequest, AsyncHandler<UntagQueueRequest, UntagQueueResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
 
untagQueueAsync(String, List<String>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the UntagQueue operation.
untagQueueAsync(String, List<String>, AsyncHandler<UntagQueueRequest, UntagQueueResult>) - Method in class com.amazonaws.services.sqs.AbstractAmazonSQSAsync
Simplified method form for invoking the UntagQueue operation with an AsyncHandler.
untagQueueAsync(UntagQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Remove cost allocation tags from the specified Amazon SQS queue.
untagQueueAsync(UntagQueueRequest, AsyncHandler<UntagQueueRequest, UntagQueueResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Remove cost allocation tags from the specified Amazon SQS queue.
untagQueueAsync(String, List<String>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the UntagQueue operation.
untagQueueAsync(String, List<String>, AsyncHandler<UntagQueueRequest, UntagQueueResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
Simplified method form for invoking the UntagQueue operation with an AsyncHandler.
untagQueueAsync(UntagQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
untagQueueAsync(UntagQueueRequest, AsyncHandler<UntagQueueRequest, UntagQueueResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
 
untagQueueAsync(String, List<String>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the UntagQueue operation.
untagQueueAsync(String, List<String>, AsyncHandler<UntagQueueRequest, UntagQueueResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Simplified method form for invoking the UntagQueue operation with an AsyncHandler.
untagQueueAsync(UntagQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
untagQueueAsync(UntagQueueRequest, AsyncHandler<UntagQueueRequest, UntagQueueResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
untagQueueAsync(String, List<String>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
untagQueueAsync(String, List<String>, AsyncHandler<UntagQueueRequest, UntagQueueResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
UntagQueueRequest - Class in com.amazonaws.services.sqs.model
 
UntagQueueRequest() - Constructor for class com.amazonaws.services.sqs.model.UntagQueueRequest
Default constructor for UntagQueueRequest object.
UntagQueueRequest(String, List<String>) - Constructor for class com.amazonaws.services.sqs.model.UntagQueueRequest
Constructs a new UntagQueueRequest object.
UntagQueueResult - Class in com.amazonaws.services.sqs.model
 
UntagQueueResult() - Constructor for class com.amazonaws.services.sqs.model.UntagQueueResult
 
USER_AGENT - Static variable in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 

V

valueOf(String) - Static method in enum com.amazonaws.auth.policy.actions.SQSActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.sqs.model.MessageSystemAttributeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.sqs.model.MessageSystemAttributeNameForSends
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.sqs.model.QueueAttributeName
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.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 com.amazonaws.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 com.amazonaws.services.sqs.model.MessageSystemAttributeNameForSends
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.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 com.amazonaws.services.sqs.buffered.QueueBufferConfig
-1, which means use the visibility timeout of the queue

W

withActions(String...) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The action the client wants to allow for the specified principal.
withActions(Collection<String>) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The action the client wants to allow for the specified principal.
withAdapativePrefetching(boolean) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
If set, prefetching will be scaled with the number of in-flight incoming receive requests made to the client.
withAttributeNames(String...) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
A list of attributes for which to retrieve information.
withAttributeNames(Collection<String>) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
A list of attributes for which to retrieve information.
withAttributeNames(QueueAttributeName...) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
A list of attributes for which to retrieve information.
withAttributeNames(String...) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
A list of attributes that need to be returned along with each message.
withAttributeNames(Collection<String>) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
A list of attributes that need to be returned along with each message.
withAttributeNames(QueueAttributeName...) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
A list of attributes that need to be returned along with each message.
withAttributes(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
A map of attributes with their corresponding values.
withAttributes(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesResult
A map of attributes to their respective values.
withAttributes(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.Message
A map of the attributes requested in ReceiveMessage to their respective values.
withAttributes(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
A map of attributes to set.
withAWSAccountIds(String...) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The AWS account number of the principal who is given permission.
withAWSAccountIds(Collection<String>) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The AWS account number of the principal who is given permission.
withBinaryListValues(ByteBuffer...) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Not implemented.
withBinaryListValues(Collection<ByteBuffer>) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Not implemented.
withBinaryListValues(ByteBuffer...) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Not implemented.
withBinaryListValues(Collection<ByteBuffer>) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Not implemented.
withBinaryValue(ByteBuffer) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.
withBinaryValue(ByteBuffer) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.
withBody(String) - Method in class com.amazonaws.services.sqs.model.Message
The message's contents (not URL-encoded).
withCode(String) - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
An error code representing why the action failed on this entry.
withDataType(String) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Amazon SQS supports the following logical data types: String, Number, and Binary.
withDataType(String) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Amazon SQS supports the following logical data types: String, Number, and Binary.
withDelaySeconds(Integer) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
The length of time, in seconds, for which a specific message is delayed.
withDelaySeconds(Integer) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The length of time, in seconds, for which to delay a specific message.
withDeleteInBackground(boolean) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
If set, even synchronous calls to delete messages will be made using background asynchronous batches.
withEntries(ChangeMessageVisibilityBatchRequestEntry...) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
A list of receipt handles of the messages for which the visibility timeout must be changed.
withEntries(Collection<ChangeMessageVisibilityBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
A list of receipt handles of the messages for which the visibility timeout must be changed.
withEntries(DeleteMessageBatchRequestEntry...) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
A list of receipt handles for the messages to be deleted.
withEntries(Collection<DeleteMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
A list of receipt handles for the messages to be deleted.
withEntries(SendMessageBatchRequestEntry...) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
withEntries(Collection<SendMessageBatchRequestEntry>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
withFailed(BatchResultErrorEntry...) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
A list of BatchResultErrorEntry items.
withFailed(Collection<BatchResultErrorEntry>) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
A list of BatchResultErrorEntry items.
withFailed(BatchResultErrorEntry...) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
A list of BatchResultErrorEntry items.
withFailed(Collection<BatchResultErrorEntry>) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
A list of BatchResultErrorEntry items.
withFailed(BatchResultErrorEntry...) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
withFailed(Collection<BatchResultErrorEntry>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
withFlushOnShutdown(boolean) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Sets the flushOnShutdown option.
withId(String) - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
The Id of an entry in a batch request.
withId(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
An identifier for this particular receipt handle used to communicate the result.
withId(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
Represents a message whose visibility timeout has been changed successfully.
withId(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
An identifier for this particular receipt handle.
withId(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResultEntry
Represents a successfully deleted message.
withId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
An identifier for a message in this batch used to communicate the result.
withId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An identifier for the message in this batch.
withLabel(String) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The unique identification of the permission you're setting (for example, AliceSendMessage).
withLabel(String) - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
The identification of the permission to remove.
withLongPoll(boolean) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Specify "true" for receive requests to use long polling.
withLongPollWaitTimeoutSeconds(int) - Method in class com.amazonaws.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 com.amazonaws.services.sqs.buffered.QueueBufferConfig
The maximum time (milliseconds) a send batch is held open for additional outbound requests.
withMaxBatchSize(int) - Method in class com.amazonaws.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 com.amazonaws.services.sqs.buffered.QueueBufferConfig
Maximum permitted size of a SendMessage or SendMessageBatch message, in bytes.
withMaxDoneReceiveBatches(int) - Method in class com.amazonaws.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 com.amazonaws.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent batches for each type of outbound request.
withMaxInflightReceiveBatches(int) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
The maximum number of concurrent receive message batches.
withMaxNumberOfMessages(Integer) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The maximum number of messages to return.
withMD5OfBody(String) - Method in class com.amazonaws.services.sqs.model.Message
An MD5 digest of the non-URL-encoded message body string.
withMD5OfMessageAttributes(String) - Method in class com.amazonaws.services.sqs.model.Message
An MD5 digest of the non-URL-encoded message attribute string.
withMD5OfMessageAttributes(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message attribute string.
withMD5OfMessageAttributes(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An MD5 digest of the non-URL-encoded message attribute string.
withMD5OfMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message attribute string.
withMD5OfMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An MD5 digest of the non-URL-encoded message attribute string.
withMD5OfMessageSystemAttributes(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message system attribute string.
withMD5OfMessageSystemAttributes(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An MD5 digest of the non-URL-encoded message system attribute string.
withMessage(String) - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
A message explaining why the action failed on this entry.
withMessageAttributeNames(String...) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The name of the message attribute, where N is the index.
withMessageAttributeNames(Collection<String>) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The name of the message attribute, where N is the index.
withMessageAttributes(Map<String, MessageAttributeValue>) - Method in class com.amazonaws.services.sqs.model.Message
Each message attribute consists of a Name, Type, and Value.
withMessageAttributes(Map<String, MessageAttributeValue>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
Each message attribute consists of a Name, Type, and Value.
withMessageAttributes(Map<String, MessageAttributeValue>) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
Each message attribute consists of a Name, Type, and Value.
withMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
The body of the message.
withMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The message to send.
withMessageDeduplicationId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
This parameter applies only to FIFO (first-in-first-out) queues.
withMessageDeduplicationId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
withMessageGroupId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
This parameter applies only to FIFO (first-in-first-out) queues.
withMessageGroupId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
withMessageId(String) - Method in class com.amazonaws.services.sqs.model.Message
A unique identifier for the message.
withMessageId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
An identifier for the message.
withMessageId(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
An attribute containing the MessageId of the message sent to the queue.
withMessages(Message...) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageResult
A list of messages.
withMessages(Collection<Message>) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageResult
A list of messages.
withMessageSystemAttributes(Map<String, MessageSystemAttributeValue>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
The message system attribute to send Each message system attribute consists of a Name, Type, and Value.
withMessageSystemAttributes(Map<String, MessageSystemAttributeValue>) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The message system attribute to send.
withMinReceiveWaitTimeMs(int) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Configures the minimum wait time for incoming receive message requests.
withQueueName(String) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
The name of the new queue.
withQueueName(String) - Method in class com.amazonaws.services.sqs.model.GetQueueUrlRequest
The name of the queue whose URL must be fetched.
withQueueNamePrefix(String) - Method in class com.amazonaws.services.sqs.model.ListQueuesRequest
A string to use for filtering the list results.
withQueueOwnerAWSAccountId(String) - Method in class com.amazonaws.services.sqs.model.GetQueueUrlRequest
The AWS account ID of the account that created the queue.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
The URL of the Amazon SQS queue to which permissions are added.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
The URL of the Amazon SQS queue whose messages' visibility is changed.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
The URL of the Amazon SQS queue whose message's visibility is changed.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.CreateQueueResult
The URL of the created Amazon SQS queue.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
The URL of the Amazon SQS queue from which messages are deleted.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
The URL of the Amazon SQS queue from which messages are deleted.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteQueueRequest
The URL of the Amazon SQS queue to delete.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
The URL of the Amazon SQS queue whose attribute information is retrieved.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.GetQueueUrlResult
The URL of the queue.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
The URL of a dead-letter queue.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ListQueueTagsRequest
The URL of the queue.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
The URL of the queue from which the PurgeQueue action deletes messages.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The URL of the Amazon SQS queue from which messages are received.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
The URL of the Amazon SQS queue from which permissions are removed.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
The URL of the Amazon SQS queue to which batched messages are sent.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
The URL of the Amazon SQS queue to which a message is sent.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
The URL of the Amazon SQS queue whose attributes are set.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
The URL of the queue.
withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.UntagQueueRequest
The URL of the queue.
withQueueUrls(String...) - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.
withQueueUrls(Collection<String>) - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.
withQueueUrls(String...) - Method in class com.amazonaws.services.sqs.model.ListQueuesResult
A list of queue URLs, up to 1,000 entries.
withQueueUrls(Collection<String>) - Method in class com.amazonaws.services.sqs.model.ListQueuesResult
A list of queue URLs, up to 1,000 entries.
withReceiptHandle(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
A receipt handle.
withReceiptHandle(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
The receipt handle associated with the message whose visibility timeout is changed.
withReceiptHandle(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
A receipt handle.
withReceiptHandle(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
The receipt handle associated with the message to delete.
withReceiptHandle(String) - Method in class com.amazonaws.services.sqs.model.Message
An identifier associated with the act of receiving the message.
withReceiveAttributeNames(List<String>) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Specifies the attributes receive calls will request.
withReceiveMessageAttributeNames(List<String>) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Specifies the message attributes receive calls will request.
withReceiveRequestAttemptId(String) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
This parameter applies only to FIFO (first-in-first-out) queues.
withSenderFault(Boolean) - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
Specifies whether the error happened due to the producer.
withSequenceNumber(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
This parameter applies only to FIFO (first-in-first-out) queues.
withSequenceNumber(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
This parameter applies only to FIFO (first-in-first-out) queues.
withStringListValues(String...) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Not implemented.
withStringListValues(Collection<String>) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Not implemented.
withStringListValues(String...) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Not implemented.
withStringListValues(Collection<String>) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Not implemented.
withStringValue(String) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
Strings are Unicode with UTF-8 binary encoding.
withStringValue(String) - Method in class com.amazonaws.services.sqs.model.MessageSystemAttributeValue
Strings are Unicode with UTF-8 binary encoding.
withSuccessful(ChangeMessageVisibilityBatchResultEntry...) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
withSuccessful(Collection<ChangeMessageVisibilityBatchResultEntry>) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
withSuccessful(DeleteMessageBatchResultEntry...) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
withSuccessful(Collection<DeleteMessageBatchResultEntry>) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
withSuccessful(SendMessageBatchResultEntry...) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
A list of SendMessageBatchResultEntry items.
withSuccessful(Collection<SendMessageBatchResultEntry>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
A list of SendMessageBatchResultEntry items.
withTagKeys(String...) - Method in class com.amazonaws.services.sqs.model.UntagQueueRequest
The list of tags to be removed from the specified queue.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.sqs.model.UntagQueueRequest
The list of tags to be removed from the specified queue.
withTags(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
Add cost allocation tags to the specified Amazon SQS queue.
withTags(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.ListQueueTagsResult
The list of all tags added to the specified queue.
withTags(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.TagQueueRequest
The list of tags to be added to the specified queue.
withVisibilityTimeout(Integer) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
The new value (in seconds) for the message's visibility timeout.
withVisibilityTimeout(Integer) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
The new value for the message's visibility timeout (in seconds).
withVisibilityTimeout(Integer) - Method in class com.amazonaws.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.
withVisibilityTimeoutSeconds(int) - Method in class com.amazonaws.services.sqs.buffered.QueueBufferConfig
Custom visibility timeout to use when retrieving messages from SQS.
withWaitTimeSeconds(Integer) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.
A B C D E F G H I L M O P Q R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.