- addAttributesEntry(String, String) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
-
A map of attributes with their corresponding values.
- addAttributesEntry(String, String) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesResult
-
A map of attributes to the respective values.
- addAttributesEntry(String, String) - Method in class com.amazonaws.services.sqs.model.Message
-
SenderId
, SentTimestamp
,
ApproximateReceiveCount
, and/or
ApproximateFirstReceiveTimestamp
.
- addAttributesEntry(String, String) - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
-
A map of attributes to set.
- addMessageAttributesEntry(String, MessageAttributeValue) - Method in class com.amazonaws.services.sqs.model.Message
-
Each message attribute consists of a Name, Type, and Value.
- addMessageAttributesEntry(String, MessageAttributeValue) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
-
Each message attribute consists of a Name, Type, and Value.
- addMessageAttributesEntry(String, MessageAttributeValue) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
-
Each message attribute consists of a Name, Type, and Value.
- 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
-
Adds a permission to a queue for a specific
principal
.
- 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
-
Adds a permission to a queue for a specific
principal
.
- 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 interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Adds a permission to a queue for a specific
principal
.
- addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, Void>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Adds a permission to a queue for a specific
principal
.
- addPermissionAsync(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Adds a permission to a queue for a specific
principal
.
- addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, Void>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Adds a permission to a queue for a specific
principal
.
- addPermissionAsync(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
-
- addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, Void>) - 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 a new AddPermissionRequest object.
- AddPermissionRequest(String, String, List<String>, List<String>) - Constructor for class com.amazonaws.services.sqs.model.AddPermissionRequest
-
Constructs a new AddPermissionRequest object.
- afterResponse(Request<?>, Object, TimingInfo) - Method in class com.amazonaws.services.sqs.MessageMD5ChecksumHandler
-
- AmazonSQS - Interface in com.amazonaws.services.sqs
-
Interface for accessing AmazonSQS.
- AmazonSQSAsync - Interface in com.amazonaws.services.sqs
-
Interface for accessing AmazonSQS asynchronously.
- AmazonSQSAsyncClient - Class in com.amazonaws.services.sqs
-
Asynchronous client for accessing AmazonSQS.
- AmazonSQSAsyncClient() - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonSQS.
- AmazonSQSAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonSQS.
- AmazonSQSAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonSQS using the specified AWS account credentials.
- AmazonSQSAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonSQS using the specified AWS account credentials
and executor service.
- AmazonSQSAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonSQS using the specified AWS account credentials,
executor service, and client configuration options.
- AmazonSQSAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonSQS using the specified AWS account credentials provider.
- AmazonSQSAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonSQS using the specified AWS account credentials provider
and executor service.
- AmazonSQSAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonSQS using the specified AWS account credentials
provider and client configuration options.
- AmazonSQSAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonSQS using the specified AWS account credentials
provider, executor service, and client configuration options.
- 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 AmazonSQS.
- AmazonSQSClient() - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
-
Constructs a new client to invoke service methods on
AmazonSQS.
- AmazonSQSClient(ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
-
Constructs a new client to invoke service methods on
AmazonSQS.
- AmazonSQSClient(AWSCredentials) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
-
Constructs a new client to invoke service methods on
AmazonSQS using the specified AWS account credentials.
- AmazonSQSClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
-
Constructs a new client to invoke service methods on
AmazonSQS using the specified AWS account credentials
and client configuration options.
- AmazonSQSClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
-
Constructs a new client to invoke service methods on
AmazonSQS using the specified AWS account credentials provider.
- AmazonSQSClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
-
Constructs a new client to invoke service methods on
AmazonSQS using the specified AWS account credentials
provider and client configuration options.
- AmazonSQSClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
-
Constructs a new client to invoke service methods on
AmazonSQS using the specified AWS account credentials
provider, client configuration options, and request metric collector.
- 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
-
Changes the visibility timeout of a specified message in a queue to a
new value.
- 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
-
Changes the visibility timeout of a specified message in a queue to a
new value.
- 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, Void>) - Method in class com.amazonaws.services.sqs.buffered.SendQueueBuffer
-
- 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, Void>) - 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) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Changes the visibility timeout of a specified message in a queue to a
new value.
- changeMessageVisibilityAsync(ChangeMessageVisibilityRequest, AsyncHandler<ChangeMessageVisibilityRequest, Void>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Changes the visibility timeout of a specified message in a queue to a
new value.
- changeMessageVisibilityAsync(ChangeMessageVisibilityRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
-
- changeMessageVisibilityAsync(ChangeMessageVisibilityRequest, AsyncHandler<ChangeMessageVisibilityRequest, Void>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
-
- 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
-
Changes the visibility timeout of multiple messages.
- 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
-
Changes the visibility timeout of multiple messages.
- 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 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(ChangeMessageVisibilityBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Changes the visibility timeout of multiple messages.
- changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Changes the visibility timeout of multiple messages.
- 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
-
- ChangeMessageVisibilityBatchRequest - Class in com.amazonaws.services.sqs.model
-
- ChangeMessageVisibilityBatchRequest() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
-
Default constructor for a new 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 a new 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 a new ChangeMessageVisibilityRequest object.
- ChangeMessageVisibilityRequest(String, String, Integer) - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
-
Constructs a new ChangeMessageVisibilityRequest object.
- 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.
- clone() - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
-
- 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.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.DeleteQueueRequest
-
- 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.Message
-
- clone() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
- clone() - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
-
- 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.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
-
- 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
-
Synchronous and asynchronous client classes for accessing AmazonSQS.
- com.amazonaws.services.sqs.buffered - package com.amazonaws.services.sqs.buffered
-
- com.amazonaws.services.sqs.model - package com.amazonaws.services.sqs.model
-
Classes modeling the various types represented by AmazonSQS.
- createQueue(CreateQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
-
Creates a new queue, or returns the URL of an existing one.
- createQueue(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
-
Creates a new queue, or returns the URL of an existing one.
- createQueue(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
-
Creates a new queue, or returns the URL of an existing one.
- createQueue(String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
-
Creates a new queue, or returns the URL of an existing one.
- 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 interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Creates a new queue, or returns the URL of an existing one.
- createQueueAsync(CreateQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Creates a new queue, or returns the URL of an existing one.
- createQueueAsync(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Creates a new queue, or returns the URL of an existing one.
- createQueueAsync(CreateQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Creates a new queue, or returns the URL of an existing one.
- 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
-
- CreateQueueRequest - Class in com.amazonaws.services.sqs.model
-
- CreateQueueRequest() - Constructor for class com.amazonaws.services.sqs.model.CreateQueueRequest
-
Default constructor for a new 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 element of the created queue.
- CreateQueueResult() - Constructor for class com.amazonaws.services.sqs.model.CreateQueueResult
-
- 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
-
Deletes the specified message from the specified queue.
- 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
-
Deletes the specified message from the specified queue.
- 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, Void>) - Method in class com.amazonaws.services.sqs.buffered.SendQueueBuffer
-
- deleteMessageAsync(DeleteMessageRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Deletes the specified message from the specified queue.
- deleteMessageAsync(DeleteMessageRequest, AsyncHandler<DeleteMessageRequest, Void>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Deletes the specified message from the specified queue.
- deleteMessageAsync(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Deletes the specified message from the specified queue.
- deleteMessageAsync(DeleteMessageRequest, AsyncHandler<DeleteMessageRequest, Void>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Deletes the specified message from the specified queue.
- deleteMessageAsync(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
-
- deleteMessageAsync(DeleteMessageRequest, AsyncHandler<DeleteMessageRequest, Void>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
-
- 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
-
Deletes up to ten messages from the specified queue.
- 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
-
Deletes up to ten messages from the specified queue.
- 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 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(DeleteMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Deletes up to ten messages from the specified queue.
- deleteMessageBatchAsync(DeleteMessageBatchRequest, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Deletes up to ten messages from the specified queue.
- 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
-
- DeleteMessageBatchRequest - Class in com.amazonaws.services.sqs.model
-
- DeleteMessageBatchRequest() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
-
Default constructor for a new 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 a new 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 cannot be deleted.
- DeleteMessageBatchResult() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
-
- DeleteMessageBatchResultEntry - Class in com.amazonaws.services.sqs.model
-
Encloses the id 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 a new DeleteMessageRequest object.
- DeleteMessageRequest(String, String) - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageRequest
-
Constructs a new DeleteMessageRequest object.
- deleteQueue(DeleteQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
-
Deletes the queue specified by the queue URL , regardless of
whether the queue is empty.
- deleteQueue(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
-
Deletes the queue specified by the queue URL , regardless of
whether the queue is empty.
- deleteQueue(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
-
Deletes the queue specified by the queue URL , regardless of
whether the queue is empty.
- deleteQueue(String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
-
Deletes the queue specified by the queue URL , regardless of
whether the queue is empty.
- 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 interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Deletes the queue specified by the queue URL , regardless of
whether the queue is empty.
- deleteQueueAsync(DeleteQueueRequest, AsyncHandler<DeleteQueueRequest, Void>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Deletes the queue specified by the queue URL , regardless of
whether the queue is empty.
- deleteQueueAsync(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Deletes the queue specified by the queue URL , regardless of
whether the queue is empty.
- deleteQueueAsync(DeleteQueueRequest, AsyncHandler<DeleteQueueRequest, Void>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Deletes the queue specified by the queue URL , regardless of
whether the queue is empty.
- deleteQueueAsync(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
-
- deleteQueueAsync(DeleteQueueRequest, AsyncHandler<DeleteQueueRequest, Void>) - 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 a new DeleteQueueRequest object.
- DeleteQueueRequest(String) - Constructor for class com.amazonaws.services.sqs.model.DeleteQueueRequest
-
Constructs a new DeleteQueueRequest object.
- 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 to retrieve information for.
- 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 the respective values.
- getAttributes() - Method in class com.amazonaws.services.sqs.model.Message
-
SenderId
, SentTimestamp
,
ApproximateReceiveCount
, and/or
ApproximateFirstReceiveTimestamp
.
- 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 will be given permission.
- getBinaryListValues() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
Not implemented.
- getBinaryValue() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
Binary type attributes can store any binary data, for example,
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 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.
- getDelaySeconds() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
-
The number of seconds for which the message has to be delayed.
- getDelaySeconds() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
-
The number of seconds (0 to 900 - 15 minutes) 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 async client to execute
requests.
- getFailed() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
-
- getFailed() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
-
- getFailed() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
-
A list of
BatchResultErrorEntry items with the error detail
about each message that could not 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.
- 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 the message in this batch.
- 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 (e.g.,
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 body string.
- getMD5OfMessageBody() - Method in class com.amazonaws.services.sqs.model.SendMessageResult
-
An MD5 digest of the non-URL-encoded message body 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
-
Body of the message.
- getMessageBody() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
-
The message to send.
- 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 element containing the message ID of the message sent to the queue.
- getMessages() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageResult
-
A list of messages.
- 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
-
Gets attributes for the specified queue.
- 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
-
Gets attributes for the specified queue.
- 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 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(GetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Gets attributes for the specified queue.
- getQueueAttributesAsync(GetQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Gets attributes for the specified queue.
- 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
-
- GetQueueAttributesRequest - Class in com.amazonaws.services.sqs.model
-
- GetQueueAttributesRequest() - Constructor for class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
-
Default constructor for a new 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 for the queue to be created.
- 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 interface com.amazonaws.services.sqs.AmazonSQS
-
Returns the URL of an existing queue.
- getQueueUrl(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
-
Returns the URL of an existing queue.
- getQueueUrl(GetQueueUrlRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
-
Returns the URL of an existing queue.
- getQueueUrl(String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
-
Returns the URL of an existing queue.
- 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 take action on.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
-
The URL of the Amazon SQS queue to take action on.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
-
The URL of the Amazon SQS queue to take action on.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.CreateQueueResult
-
The URL for the created Amazon SQS queue.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
-
The URL of the Amazon SQS queue to take action on.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
-
The URL of the Amazon SQS queue to take action on.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.DeleteQueueRequest
-
The URL of the Amazon SQS queue to take action on.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
-
The URL of the Amazon SQS queue to take action on.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlResult
-
The URL for the queue.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
-
The queue URL of a dead letter queue.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
-
The queue URL of the queue to delete the messages from when using the
PurgeQueue
API.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
-
The URL of the Amazon SQS queue to take action on.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
-
The URL of the Amazon SQS queue to take action on.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
-
The URL of the Amazon SQS queue to take action on.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
-
The URL of the Amazon SQS queue to take action on.
- getQueueUrl() - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
-
The URL of the Amazon SQS queue to take action on.
- getQueueUrlAsync(GetQueueUrlRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Returns the URL of an existing queue.
- getQueueUrlAsync(GetQueueUrlRequest, AsyncHandler<GetQueueUrlRequest, GetQueueUrlResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Returns the URL of an existing queue.
- getQueueUrlAsync(GetQueueUrlRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Returns the URL of an existing queue.
- getQueueUrlAsync(GetQueueUrlRequest, AsyncHandler<GetQueueUrlRequest, GetQueueUrlResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Returns the URL of an existing queue.
- 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
-
- GetQueueUrlRequest - Class in com.amazonaws.services.sqs.model
-
- GetQueueUrlRequest() - Constructor for class com.amazonaws.services.sqs.model.GetQueueUrlRequest
-
Default constructor for a new 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
Responses
in the
Amazon SQS 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 1000 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 should be 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.
- getSenderFault() - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
-
Whether the error happened due to the sender's fault.
- getStringListValues() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
Not implemented.
- getStringValue() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
Strings are Unicode with UTF8 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
-
- 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 (in seconds - from 0 to 43200 - maximum 12 hours) for
the message's visibility timeout.
- 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 will wait for a message
to arrive in the queue before returning.
- ReceiptHandleIsInvalidException - Exception in com.amazonaws.services.sqs.model
-
The receipt handle provided is not valid.
- ReceiptHandleIsInvalidException(String) - Constructor for exception com.amazonaws.services.sqs.model.ReceiptHandleIsInvalidException
-
Constructs a new ReceiptHandleIsInvalidException with the specified error
message.
- receiveMessage(ReceiveMessageRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
-
Retrieves one or more messages, with a maximum limit of 10 messages,
from the specified queue.
- receiveMessage(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
-
Retrieves one or more messages, with a maximum limit of 10 messages,
from the specified queue.
- receiveMessage(ReceiveMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
-
Retrieves one or more messages, with a maximum limit of 10 messages,
from the specified queue.
- receiveMessage(String) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
-
Retrieves one or more messages, with a maximum limit of 10 messages,
from the specified queue.
- 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 interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Retrieves one or more messages, with a maximum limit of 10 messages,
from the specified queue.
- receiveMessageAsync(ReceiveMessageRequest, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Retrieves one or more messages, with a maximum limit of 10 messages,
from the specified queue.
- receiveMessageAsync(ReceiveMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Retrieves one or more messages, with a maximum limit of 10 messages,
from the specified queue.
- receiveMessageAsync(ReceiveMessageRequest, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Retrieves one or more messages, with a maximum limit of 10 messages,
from the specified queue.
- 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(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 a new 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 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
-
Revokes any permissions in the queue policy that matches the
specified Label
parameter.
- 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
-
Revokes any permissions in the queue policy that matches the
specified Label
parameter.
- 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 interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Revokes any permissions in the queue policy that matches the
specified Label
parameter.
- removePermissionAsync(RemovePermissionRequest, AsyncHandler<RemovePermissionRequest, Void>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Revokes any permissions in the queue policy that matches the
specified Label
parameter.
- removePermissionAsync(RemovePermissionRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Revokes any permissions in the queue policy that matches the
specified Label
parameter.
- removePermissionAsync(RemovePermissionRequest, AsyncHandler<RemovePermissionRequest, Void>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Revokes any permissions in the queue policy that matches the
specified Label
parameter.
- removePermissionAsync(RemovePermissionRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
-
- removePermissionAsync(RemovePermissionRequest, AsyncHandler<RemovePermissionRequest, Void>) - 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 a new RemovePermissionRequest object.
- RemovePermissionRequest(String, String) - Constructor for class com.amazonaws.services.sqs.model.RemovePermissionRequest
-
Constructs a new RemovePermissionRequest object.
- 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
-
Delivers a message to the specified queue.
- 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
-
Delivers a message to the specified queue.
- 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 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(SendMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Delivers a message to the specified queue.
- sendMessageAsync(SendMessageRequest, AsyncHandler<SendMessageRequest, SendMessageResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Delivers a message to the specified queue.
- 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
-
- 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
-
Delivers up to ten messages to the specified queue.
- 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
-
Delivers up to ten messages to the specified queue.
- 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 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(SendMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Delivers up to ten messages to the specified queue.
- sendMessageBatchAsync(SendMessageBatchRequest, AsyncHandler<SendMessageBatchRequest, SendMessageBatchResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Delivers up to ten messages to the specified queue.
- 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
-
- SendMessageBatchRequest - Class in com.amazonaws.services.sqs.model
-
- SendMessageBatchRequest() - Constructor for class com.amazonaws.services.sqs.model.SendMessageBatchRequest
-
Default constructor for a new 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 a
Id
.
- SendMessageBatchRequestEntry() - Constructor for class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
-
Default constructor for a new 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 message ID for successfully enqueued message of 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 a new 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.
- setAttributeNames(Collection<String>) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
-
A list of attributes to retrieve information for.
- 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 the respective values.
- setAttributes(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.Message
-
SenderId
, SentTimestamp
,
ApproximateReceiveCount
, and/or
ApproximateFirstReceiveTimestamp
.
- 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 will be given permission.
- setBinaryListValues(Collection<ByteBuffer>) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
Not implemented.
- setBinaryValue(ByteBuffer) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
Binary type attributes can store any binary data, for example,
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.
- setDelaySeconds(Integer) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
-
The number of seconds for which the message has to be delayed.
- setDelaySeconds(Integer) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
-
The number of seconds (0 to 900 - 15 minutes) to delay a specific
message.
- setEndpoint(String) - Method in interface com.amazonaws.services.sqs.AmazonSQS
-
Overrides the default endpoint for this client ("sqs.us-east-1.amazonaws.com").
- 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
-
- setFailed(Collection<BatchResultErrorEntry>) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
-
- setFailed(Collection<BatchResultErrorEntry>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
-
A list of
BatchResultErrorEntry items with the error detail
about each message that could not be enqueued.
- 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.
- 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 the message in this batch.
- 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 (e.g.,
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 body string.
- setMD5OfMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
-
An MD5 digest of the non-URL-encoded message body 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
-
Body of the message.
- setMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
-
The message to send.
- 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 element containing the message ID of the message sent to the queue.
- setMessages(Collection<Message>) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageResult
-
A list of messages.
- 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
-
Sets the value of one or more queue attributes.
- 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
-
Sets the value of one or more queue attributes.
- 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 interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Sets the value of one or more queue attributes.
- setQueueAttributesAsync(SetQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest, Void>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
-
Sets the value of one or more queue attributes.
- setQueueAttributesAsync(SetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Sets the value of one or more queue attributes.
- setQueueAttributesAsync(SetQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest, Void>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
-
Sets the value of one or more queue attributes.
- setQueueAttributesAsync(SetQueueAttributesRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
-
- setQueueAttributesAsync(SetQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest, Void>) - 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 a new SetQueueAttributesRequest object.
- SetQueueAttributesRequest(String, Map<String, String>) - Constructor for class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
-
Constructs a new SetQueueAttributesRequest object.
- setQueueName(String) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
-
The name for the queue to be created.
- 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 take action on.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
-
The URL of the Amazon SQS queue to take action on.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
-
The URL of the Amazon SQS queue to take action on.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.CreateQueueResult
-
The URL for the created Amazon SQS queue.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
-
The URL of the Amazon SQS queue to take action on.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
-
The URL of the Amazon SQS queue to take action on.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteQueueRequest
-
The URL of the Amazon SQS queue to take action on.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
-
The URL of the Amazon SQS queue to take action on.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.GetQueueUrlResult
-
The URL for the queue.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
-
The queue URL of a dead letter queue.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
-
The queue URL of the queue to delete the messages from when using the
PurgeQueue
API.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
-
The URL of the Amazon SQS queue to take action on.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
-
The URL of the Amazon SQS queue to take action on.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
-
The URL of the Amazon SQS queue to take action on.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
-
The URL of the Amazon SQS queue to take action on.
- setQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
-
The URL of the Amazon SQS queue to take action on.
- 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 1000 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 should be 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.
- setRegion(Region) - Method in interface com.amazonaws.services.sqs.AmazonSQS
-
- setRegion(Region) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
-
- setSenderFault(Boolean) - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
-
Whether the error happened due to the sender's fault.
- setStringListValues(Collection<String>) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
Not implemented.
- setStringValue(String) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
Strings are Unicode with UTF8 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
-
- 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 (in seconds - from 0 to 43200 - maximum 12 hours) for
the message's visibility timeout.
- 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 will wait for a message
to arrive in the queue before returning.
- 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.
- TooManyEntriesInBatchRequestException - Exception in com.amazonaws.services.sqs.model
-
Batch request contains more number of 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; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.CreateQueueResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResultEntry
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.DeleteQueueRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.GetQueueUrlResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.ListQueuesRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.ListQueuesResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.Message
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- 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; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.ReceiveMessageResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.SendMessageResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- 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.
- withAttributeNames(String...) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
-
A list of attributes to retrieve information for.
- withAttributeNames(Collection<String>) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
-
A list of attributes to retrieve information for.
- withAttributeNames(QueueAttributeName...) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
-
A list of attributes to retrieve information for.
- 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 the respective values.
- withAttributes(Map<String, String>) - Method in class com.amazonaws.services.sqs.model.Message
-
SenderId
, SentTimestamp
,
ApproximateReceiveCount
, and/or
ApproximateFirstReceiveTimestamp
.
- 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 will be given permission.
- withAWSAccountIds(Collection<String>) - Method in class com.amazonaws.services.sqs.model.AddPermissionRequest
-
The AWS account number of the
principal
who will be 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.
- withBinaryValue(ByteBuffer) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
Binary type attributes can store any binary data, for example,
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.
- withDelaySeconds(Integer) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
-
The number of seconds for which the message has to be delayed.
- withDelaySeconds(Integer) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
-
The number of seconds (0 to 900 - 15 minutes) to delay a specific
message.
- 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
-
- withFailed(Collection<BatchResultErrorEntry>) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
-
- withFailed(BatchResultErrorEntry...) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
-
- withFailed(Collection<BatchResultErrorEntry>) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
-
- withFailed(BatchResultErrorEntry...) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
-
A list of
BatchResultErrorEntry items with the error detail
about each message that could not be enqueued.
- withFailed(Collection<BatchResultErrorEntry>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
-
A list of
BatchResultErrorEntry items with the error detail
about each message that could not be enqueued.
- 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.
- 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 the message in this batch.
- 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 (e.g.,
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 body string.
- withMD5OfMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageResult
-
An MD5 digest of the non-URL-encoded message body 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
-
Body of the message.
- withMessageBody(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
-
The message to send.
- 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 element containing the message ID 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.
- withQueueName(String) - Method in class com.amazonaws.services.sqs.model.CreateQueueRequest
-
The name for the queue to be created.
- 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 take action on.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
-
The URL of the Amazon SQS queue to take action on.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
-
The URL of the Amazon SQS queue to take action on.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.CreateQueueResult
-
The URL for the created Amazon SQS queue.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
-
The URL of the Amazon SQS queue to take action on.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteMessageRequest
-
The URL of the Amazon SQS queue to take action on.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.DeleteQueueRequest
-
The URL of the Amazon SQS queue to take action on.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.GetQueueAttributesRequest
-
The URL of the Amazon SQS queue to take action on.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.GetQueueUrlResult
-
The URL for the queue.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
-
The queue URL of a dead letter queue.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.PurgeQueueRequest
-
The queue URL of the queue to delete the messages from when using the
PurgeQueue
API.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.ReceiveMessageRequest
-
The URL of the Amazon SQS queue to take action on.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.RemovePermissionRequest
-
The URL of the Amazon SQS queue to take action on.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchRequest
-
The URL of the Amazon SQS queue to take action on.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SendMessageRequest
-
The URL of the Amazon SQS queue to take action on.
- withQueueUrl(String) - Method in class com.amazonaws.services.sqs.model.SetQueueAttributesRequest
-
The URL of the Amazon SQS queue to take action on.
- 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 1000 entries.
- withQueueUrls(Collection<String>) - Method in class com.amazonaws.services.sqs.model.ListQueuesResult
-
A list of queue URLs, up to 1000 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 should be 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.
- withSenderFault(Boolean) - Method in class com.amazonaws.services.sqs.model.BatchResultErrorEntry
-
Whether the error happened due to the sender's fault.
- 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.
- withStringValue(String) - Method in class com.amazonaws.services.sqs.model.MessageAttributeValue
-
Strings are Unicode with UTF8 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
-
- withSuccessful(Collection<SendMessageBatchResultEntry>) - Method in class com.amazonaws.services.sqs.model.SendMessageBatchResult
-
- 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 (in seconds - from 0 to 43200 - maximum 12 hours) for
the message's visibility timeout.
- 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 will wait for a message
to arrive in the queue before returning.