- actions() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
-
The action the client wants to allow for the specified principal.
- actions(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
-
The action the client wants to allow for the specified principal.
- actions(String...) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
-
The action the client wants to allow for the specified principal.
- addPermission(AddPermissionRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- addPermission(AddPermissionRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
-
Adds a permission to a queue for a specific
principal.
- addPermission(AddPermissionRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
-
Adds a permission to a queue for a specific
principal.
- AddPermissionRequest - Class in software.amazon.awssdk.services.sqs.model
-
- AddPermissionRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- AddPermissionRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
AddPermissionRequest Marshaller
- AddPermissionRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.AddPermissionRequestMarshaller
-
- AddPermissionResponse - Class in software.amazon.awssdk.services.sqs.model
-
- AddPermissionResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- AddPermissionResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
AddPermissionResponse StAX Unmarshaller
- AddPermissionResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.AddPermissionResponseUnmarshaller
-
- afterResponse(SdkHttpFullRequest, Response<?>) - Method in class software.amazon.awssdk.services.sqs.MessageMD5ChecksumHandler
-
- attributeNames() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
-
A list of attributes for which to retrieve information.
- attributeNames(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
-
A list of attributes for which to retrieve information.
- attributeNames(String...) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
-
A list of attributes for which to retrieve information.
- attributeNames(QueueAttributeName...) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
-
A list of attributes for which to retrieve information.
- attributeNames() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
-
A list of attributes that need to be returned along with each message.
- attributeNames(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
-
A list of attributes that need to be returned along with each message.
- attributeNames(String...) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
-
A list of attributes that need to be returned along with each message.
- attributeNames(QueueAttributeName...) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
-
A list of attributes that need to be returned along with each message.
- attributes() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
-
A map of attributes with their corresponding values.
- attributes(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.CreateQueueRequest.Builder
-
A map of attributes with their corresponding values.
- attributes() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
-
A map of attributes to their respective values.
- attributes(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse.Builder
-
A map of attributes to their respective values.
- attributes() - Method in class software.amazon.awssdk.services.sqs.model.Message
-
SenderId, SentTimestamp, ApproximateReceiveCount, and/or
ApproximateFirstReceiveTimestamp.
- attributes(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
-
SenderId, SentTimestamp, ApproximateReceiveCount, and/or
ApproximateFirstReceiveTimestamp.
- attributes() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
-
A map of attributes to set.
- attributes(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest.Builder
-
A map of attributes to set.
- awsAccountIds() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
-
The AWS account number of the
principal who is given permission.
- awsAccountIds(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
-
The AWS account number of the
principal who is given permission.
- awsAccountIds(String...) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
-
The AWS account number of the
principal who is given permission.
- dataType(String) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
-
Amazon SQS supports the following logical data types: String, Number, and
Binary.
- dataType() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
-
Amazon SQS supports the following logical data types: String, Number, and
Binary.
- delaySeconds(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
-
The length of time, in seconds, for which a specific message is delayed.
- delaySeconds() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
-
The length of time, in seconds, for which a specific message is delayed.
- delaySeconds(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
-
The length of time, in seconds, for which to delay a specific message.
- delaySeconds() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
-
The length of time, in seconds, for which to delay a specific message.
- deleteMessage(DeleteMessageRequest, QueueBufferCallback<DeleteMessageRequest, DeleteMessageResponse>) - Method in class software.amazon.awssdk.services.sqs.buffered.SendQueueBuffer
-
- deleteMessage(DeleteMessageRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- deleteMessage(DeleteMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
-
Deletes the specified message from the specified queue.
- deleteMessage(DeleteMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
-
Deletes the specified message from the specified queue.
- deleteMessageBatch(DeleteMessageBatchRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- deleteMessageBatch(DeleteMessageBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
-
Deletes up to ten messages from the specified queue.
- deleteMessageBatch(DeleteMessageBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
-
Deletes up to ten messages from the specified queue.
- DeleteMessageBatchRequest - Class in software.amazon.awssdk.services.sqs.model
-
- DeleteMessageBatchRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- DeleteMessageBatchRequestEntry - Class in software.amazon.awssdk.services.sqs.model
-
Encloses a receipt handle and an identifier for it.
- DeleteMessageBatchRequestEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- DeleteMessageBatchRequestEntryUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
DeleteMessageBatchRequestEntry StAX Unmarshaller
- DeleteMessageBatchRequestEntryUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchRequestEntryUnmarshaller
-
- DeleteMessageBatchRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
DeleteMessageBatchRequest Marshaller
- DeleteMessageBatchRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchRequestMarshaller
-
- DeleteMessageBatchResponse - Class in software.amazon.awssdk.services.sqs.model
-
- DeleteMessageBatchResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- DeleteMessageBatchResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
DeleteMessageBatchResponse StAX Unmarshaller
- DeleteMessageBatchResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchResponseUnmarshaller
-
- DeleteMessageBatchResultEntry - Class in software.amazon.awssdk.services.sqs.model
-
- DeleteMessageBatchResultEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- DeleteMessageBatchResultEntryUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
DeleteMessageBatchResultEntry StAX Unmarshaller
- DeleteMessageBatchResultEntryUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchResultEntryUnmarshaller
-
- DeleteMessageRequest - Class in software.amazon.awssdk.services.sqs.model
-
- DeleteMessageRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- DeleteMessageRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
DeleteMessageRequest Marshaller
- DeleteMessageRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageRequestMarshaller
-
- DeleteMessageResponse - Class in software.amazon.awssdk.services.sqs.model
-
- DeleteMessageResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- DeleteMessageResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
DeleteMessageResponse StAX Unmarshaller
- DeleteMessageResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageResponseUnmarshaller
-
- deleteQueue(DeleteQueueRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- deleteQueue(DeleteQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
-
Deletes the queue specified by the QueueUrl, even if the queue is empty.
- deleteQueue(DeleteQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
-
Deletes the queue specified by the QueueUrl, even if the queue is empty.
- DeleteQueueRequest - Class in software.amazon.awssdk.services.sqs.model
-
- DeleteQueueRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- DeleteQueueRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
DeleteQueueRequest Marshaller
- DeleteQueueRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteQueueRequestMarshaller
-
- DeleteQueueResponse - Class in software.amazon.awssdk.services.sqs.model
-
- DeleteQueueResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- DeleteQueueResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
DeleteQueueResponse StAX Unmarshaller
- DeleteQueueResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteQueueResponseUnmarshaller
-
- getActionName() - Method in enum software.amazon.awssdk.auth.policy.actions.SQSActions
-
- getConfig() - Method in class software.amazon.awssdk.services.sqs.buffered.SendQueueBuffer
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.AddPermissionResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.BatchResultErrorEntryUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchRequestEntryUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchResultEntryUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.CreateQueueResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchRequestEntryUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchResultEntryUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.DeleteQueueResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.GetQueueAttributesResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.GetQueueUrlResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ListDeadLetterSourceQueuesResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ListQueuesResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.MessageAttributeValueUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.MessageUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.PurgeQueueResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.ReceiveMessageResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.RemovePermissionResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.SendMessageBatchRequestEntryUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.SendMessageBatchResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.SendMessageBatchResultEntryUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.SendMessageResponseUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.services.sqs.transform.SetQueueAttributesResponseUnmarshaller
-
- getLongPollWaitTimeoutSeconds() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Specifies the amount of time, in seconds, the receive call will block on the server waiting
for messages to arrive if the queue is empty when the receive call is first made.
- getMaxBatchOpenMs() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
The maximum time (milliseconds) a send batch is held open for additional outbound requests.
- getMaxBatchSize() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Specifies the maximum number of entries the buffered client will put in a single batch
request.
- getMaxBatchSizeBytes() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Maximum permitted size of a SendMessage or SendMessageBatch message, in bytes.
- getMaxDoneReceiveBatches() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
If more than that number of completed receive batches are waiting in the buffer, the querying
for new messages will stop.
The larger this number, the more messages the queue buffer will pre-fetch and keep in the
buffer on the client side, and the faster receive requests will be satisfied.
- getMaxInflightOutboundBatches() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
The maximum number of concurrent batches for each type of outbound request.
- getMaxInflightReceiveBatches() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
The maximum number of concurrent receive message batches.
- getQueueAttributes(GetQueueAttributesRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- getQueueAttributes(GetQueueAttributesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
-
Gets attributes for the specified queue.
- getQueueAttributes(GetQueueAttributesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
-
Gets attributes for the specified queue.
- GetQueueAttributesRequest - Class in software.amazon.awssdk.services.sqs.model
-
- GetQueueAttributesRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- GetQueueAttributesRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
GetQueueAttributesRequest Marshaller
- GetQueueAttributesRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.GetQueueAttributesRequestMarshaller
-
- GetQueueAttributesResponse - Class in software.amazon.awssdk.services.sqs.model
-
A list of returned queue attributes.
- GetQueueAttributesResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- GetQueueAttributesResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
GetQueueAttributesResponse StAX Unmarshaller
- GetQueueAttributesResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.GetQueueAttributesResponseUnmarshaller
-
- getQueueUrl(GetQueueUrlRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- getQueueUrl(GetQueueUrlRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
-
Returns the URL of an existing queue.
- getQueueUrl(GetQueueUrlRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
-
Returns the URL of an existing queue.
- GetQueueUrlRequest - Class in software.amazon.awssdk.services.sqs.model
-
- GetQueueUrlRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- GetQueueUrlRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
GetQueueUrlRequest Marshaller
- GetQueueUrlRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.GetQueueUrlRequestMarshaller
-
- GetQueueUrlResponse - Class in software.amazon.awssdk.services.sqs.model
-
For more information, see
Responses in the
Amazon SQS Developer Guide.
- GetQueueUrlResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- GetQueueUrlResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
GetQueueUrlResponse StAX Unmarshaller
- GetQueueUrlResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.GetQueueUrlResponseUnmarshaller
-
- getSigner(SignerProviderContext) - Method in class software.amazon.awssdk.services.sqs.internal.auth.SqsSignerProvider
-
- getVisibilityTimeoutSeconds() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Custom visibility timeout to use when retrieving messages from SQS.
- id(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry.Builder
-
The Id of an entry in a batch request.
- id() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
-
The Id of an entry in a batch request.
- id(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry.Builder
-
An identifier for this particular receipt handle used to communicate the result.
- id() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
-
An identifier for this particular receipt handle used to communicate the result.
- id(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry.Builder
-
Represents a message whose visibility timeout has been changed successfully.
- id() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
-
Represents a message whose visibility timeout has been changed successfully.
- id(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry.Builder
-
An identifier for this particular receipt handle.
- id() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
-
An identifier for this particular receipt handle.
- id(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry.Builder
-
Represents a successfully deleted message.
- id() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
-
Represents a successfully deleted message.
- id(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
-
An identifier for a message in this batch used to communicate the result.
- id() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
-
An identifier for a message in this batch used to communicate the result.
- id(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
-
An identifier for the message in this batch.
- id() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
-
An identifier for the message in this batch.
- InvalidAttributeNameException - Exception in software.amazon.awssdk.services.sqs.model
-
The attribute referred to doesn't exist.
- InvalidAttributeNameException.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- InvalidAttributeNameExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
- InvalidAttributeNameExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.InvalidAttributeNameExceptionUnmarshaller
-
- InvalidBatchEntryIdException - Exception in software.amazon.awssdk.services.sqs.model
-
The Id of a batch entry in a batch request doesn't abide by the specification.
- InvalidBatchEntryIdException.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- InvalidBatchEntryIdExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
- InvalidBatchEntryIdExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.InvalidBatchEntryIdExceptionUnmarshaller
-
- InvalidIdFormatException - Exception in software.amazon.awssdk.services.sqs.model
-
The receipt handle isn't valid for the current version.
- InvalidIdFormatException.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- InvalidIdFormatExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
- InvalidIdFormatExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.InvalidIdFormatExceptionUnmarshaller
-
- InvalidMessageContentsException - Exception in software.amazon.awssdk.services.sqs.model
-
The message contains characters outside the allowed set.
- InvalidMessageContentsException.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- InvalidMessageContentsExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
- InvalidMessageContentsExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.InvalidMessageContentsExceptionUnmarshaller
-
- isFlushOnShutdown() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Returns the flushOnShutdown value.
- isLongPoll() - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
- marshall(AddPermissionRequest) - Method in class software.amazon.awssdk.services.sqs.transform.AddPermissionRequestMarshaller
-
- marshall(ChangeMessageVisibilityBatchRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchRequestMarshaller
-
- marshall(ChangeMessageVisibilityRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityRequestMarshaller
-
- marshall(CreateQueueRequest) - Method in class software.amazon.awssdk.services.sqs.transform.CreateQueueRequestMarshaller
-
- marshall(DeleteMessageBatchRequest) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchRequestMarshaller
-
- marshall(DeleteMessageRequest) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageRequestMarshaller
-
- marshall(DeleteQueueRequest) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteQueueRequestMarshaller
-
- marshall(GetQueueAttributesRequest) - Method in class software.amazon.awssdk.services.sqs.transform.GetQueueAttributesRequestMarshaller
-
- marshall(GetQueueUrlRequest) - Method in class software.amazon.awssdk.services.sqs.transform.GetQueueUrlRequestMarshaller
-
- marshall(ListDeadLetterSourceQueuesRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ListDeadLetterSourceQueuesRequestMarshaller
-
- marshall(ListQueuesRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ListQueuesRequestMarshaller
-
- marshall(PurgeQueueRequest) - Method in class software.amazon.awssdk.services.sqs.transform.PurgeQueueRequestMarshaller
-
- marshall(ReceiveMessageRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ReceiveMessageRequestMarshaller
-
- marshall(RemovePermissionRequest) - Method in class software.amazon.awssdk.services.sqs.transform.RemovePermissionRequestMarshaller
-
- marshall(SendMessageBatchRequest) - Method in class software.amazon.awssdk.services.sqs.transform.SendMessageBatchRequestMarshaller
-
- marshall(SendMessageRequest) - Method in class software.amazon.awssdk.services.sqs.transform.SendMessageRequestMarshaller
-
- marshall(SetQueueAttributesRequest) - Method in class software.amazon.awssdk.services.sqs.transform.SetQueueAttributesRequestMarshaller
-
- MAX_BATCH_OPEN_MS_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
200 milliseconds.
- MAX_BATCH_SIZE_BYTES_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
256 kilobytes.
- MAX_BATCH_SIZE_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
- MAX_DONE_RECEIVE_BATCHES_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
10 batches.
- MAX_INFLIGHT_OUTBOUND_BATCHES_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
5 batches.
- MAX_INFLIGHT_RECEIVE_BATCHES_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
10 batches.
- maxNumberOfMessages(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
-
The maximum number of messages to return.
- maxNumberOfMessages() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
-
The maximum number of messages to return.
- md5OfBody(String) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
-
An MD5 digest of the non-URL-encoded message body string.
- md5OfBody() - Method in class software.amazon.awssdk.services.sqs.model.Message
-
An MD5 digest of the non-URL-encoded message body string.
- md5OfMessageAttributes(String) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
-
An MD5 digest of the non-URL-encoded message attribute string.
- md5OfMessageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.Message
-
An MD5 digest of the non-URL-encoded message attribute string.
- md5OfMessageAttributes(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
-
An MD5 digest of the non-URL-encoded message attribute string.
- md5OfMessageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
-
An MD5 digest of the non-URL-encoded message attribute string.
- md5OfMessageAttributes(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageResponse.Builder
-
An MD5 digest of the non-URL-encoded message attribute string.
- md5OfMessageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
-
An MD5 digest of the non-URL-encoded message attribute string.
- md5OfMessageBody(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
-
An MD5 digest of the non-URL-encoded message attribute string.
- md5OfMessageBody() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
-
An MD5 digest of the non-URL-encoded message attribute string.
- md5OfMessageBody(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageResponse.Builder
-
An MD5 digest of the non-URL-encoded message attribute string.
- md5OfMessageBody() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
-
An MD5 digest of the non-URL-encoded message attribute string.
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry.Builder
-
A message explaining why the action failed on this entry.
- message() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
-
A message explaining why the action failed on this entry.
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidIdFormatException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException.Builder
-
- Message - Class in software.amazon.awssdk.services.sqs.model
-
An Amazon SQS message.
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.MessageNotInflightException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.OverLimitException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.QueueNameExistsException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException.Builder
-
- message(String) - Method in interface software.amazon.awssdk.services.sqs.model.UnsupportedOperationException.Builder
-
- Message.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- messageAttributeNames(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
-
The name of the message attribute, where N is the index.
- messageAttributeNames(String...) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
-
The name of the message attribute, where N is the index.
- messageAttributeNames() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
-
The name of the message attribute, where N is the index.
- messageAttributes(Map<String, MessageAttributeValue>) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
-
Each message attribute consists of a Name, Type, and Value.
- messageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.Message
-
Each message attribute consists of a Name, Type, and Value.
- messageAttributes(Map<String, MessageAttributeValue>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
-
Each message attribute consists of a Name, Type, and Value.
- messageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
-
Each message attribute consists of a Name, Type, and Value.
- messageAttributes(Map<String, MessageAttributeValue>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
-
Each message attribute consists of a Name, Type, and Value.
- messageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
-
Each message attribute consists of a Name, Type, and Value.
- MessageAttributeValue - Class in software.amazon.awssdk.services.sqs.model
-
The user-specified message attribute value.
- MessageAttributeValue.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- MessageAttributeValueUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
MessageAttributeValue StAX Unmarshaller
- MessageAttributeValueUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.MessageAttributeValueUnmarshaller
-
- messageBody(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
-
The body of the message.
- messageBody() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
-
The body of the message.
- messageBody(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
-
The message to send.
- messageBody() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
-
The message to send.
- messageDeduplicationId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
-
This parameter applies only to FIFO (first-in-first-out) queues.
- messageDeduplicationId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
-
This parameter applies only to FIFO (first-in-first-out) queues.
- messageDeduplicationId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
-
This parameter applies only to FIFO (first-in-first-out) queues.
- messageDeduplicationId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
-
This parameter applies only to FIFO (first-in-first-out) queues.
- messageGroupId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
-
This parameter applies only to FIFO (first-in-first-out) queues.
- messageGroupId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
-
This parameter applies only to FIFO (first-in-first-out) queues.
- messageGroupId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
-
This parameter applies only to FIFO (first-in-first-out) queues.
- messageGroupId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
-
This parameter applies only to FIFO (first-in-first-out) queues.
- messageId(String) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
-
A unique identifier for the message.
- messageId() - Method in class software.amazon.awssdk.services.sqs.model.Message
-
A unique identifier for the message.
- messageId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
-
An identifier for the message.
- messageId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
-
An identifier for the message.
- messageId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageResponse.Builder
-
An attribute containing the MessageId of the message sent to the queue.
- messageId() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
-
An attribute containing the MessageId of the message sent to the queue.
- MessageMD5ChecksumHandler - Class in software.amazon.awssdk.services.sqs
-
SQS operations on sending and receiving messages will return the MD5 digest of the message body.
- MessageMD5ChecksumHandler() - Constructor for class software.amazon.awssdk.services.sqs.MessageMD5ChecksumHandler
-
- MessageNotInflightException - Exception in software.amazon.awssdk.services.sqs.model
-
The message referred to isn't in flight.
- MessageNotInflightException.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- MessageNotInflightExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
- MessageNotInflightExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.MessageNotInflightExceptionUnmarshaller
-
- messages(Collection<Message>) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse.Builder
-
A list of messages.
- messages(Message...) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse.Builder
-
A list of messages.
- messages() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
-
A list of messages.
- MessageSystemAttributeName - Enum in software.amazon.awssdk.services.sqs.model
-
- MessageUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
Message StAX Unmarshaller
- MessageUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.MessageUnmarshaller
-
- QueueAttributeName - Enum in software.amazon.awssdk.services.sqs.model
-
- QueueBufferConfig - Class in software.amazon.awssdk.services.sqs.buffered
-
- QueueBufferConfig(long, int, int, int, boolean, long, int, int, int) - Constructor for class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
- QueueBufferConfig() - Constructor for class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
- QueueBufferConfig(QueueBufferConfig) - Constructor for class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
copy constructor.
- QueueDeletedRecentlyException - Exception in software.amazon.awssdk.services.sqs.model
-
You must wait 60 seconds after deleting a queue before you can create another one with the same name.
- QueueDeletedRecentlyException.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- QueueDeletedRecentlyExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
- QueueDeletedRecentlyExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.QueueDeletedRecentlyExceptionUnmarshaller
-
- QueueDoesNotExistException - Exception in software.amazon.awssdk.services.sqs.model
-
The queue referred to doesn't exist.
- QueueDoesNotExistException.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- QueueDoesNotExistExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
- QueueDoesNotExistExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.QueueDoesNotExistExceptionUnmarshaller
-
- queueName(String) - Method in interface software.amazon.awssdk.services.sqs.model.CreateQueueRequest.Builder
-
The name of the new queue.
- queueName() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
-
The name of the new queue.
- queueName(String) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest.Builder
-
The name of the queue whose URL must be fetched.
- queueName() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
-
The name of the queue whose URL must be fetched.
- QueueNameExistsException - Exception in software.amazon.awssdk.services.sqs.model
-
A queue already exists with this name.
- QueueNameExistsException.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- QueueNameExistsExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
- QueueNameExistsExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.QueueNameExistsExceptionUnmarshaller
-
- queueNamePrefix(String) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesRequest.Builder
-
A string to use for filtering the list results.
- queueNamePrefix() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
-
A string to use for filtering the list results.
- queueOwnerAWSAccountId(String) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest.Builder
-
The AWS account ID of the account that created the queue.
- queueOwnerAWSAccountId() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
-
The AWS account ID of the account that created the queue.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
-
The URL of the Amazon SQS queue to which permissions are added.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
-
The URL of the Amazon SQS queue to which permissions are added.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest.Builder
-
The URL of the Amazon SQS queue whose messages' visibility is changed.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
-
The URL of the Amazon SQS queue whose messages' visibility is changed.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
-
The URL of the Amazon SQS queue whose message's visibility is changed.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
-
The URL of the Amazon SQS queue whose message's visibility is changed.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.CreateQueueResponse.Builder
-
The URL of the created Amazon SQS queue.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
-
The URL of the created Amazon SQS queue.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest.Builder
-
The URL of the Amazon SQS queue from which messages are deleted.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
-
The URL of the Amazon SQS queue from which messages are deleted.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageRequest.Builder
-
The URL of the Amazon SQS queue from which messages are deleted.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
-
The URL of the Amazon SQS queue from which messages are deleted.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteQueueRequest.Builder
-
The URL of the Amazon SQS queue to delete.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
-
The URL of the Amazon SQS queue to delete.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
-
The URL of the Amazon SQS queue whose attribute information is retrieved.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
-
The URL of the Amazon SQS queue whose attribute information is retrieved.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse.Builder
-
The URL of the queue.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
-
The URL of the queue.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest.Builder
-
The URL of a dead letter queue.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
-
The URL of a dead letter queue.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.PurgeQueueRequest.Builder
-
The URL of the queue from which the PurgeQueue action deletes messages.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
-
The URL of the queue from which the PurgeQueue action deletes messages.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
-
The URL of the Amazon SQS queue from which messages are received.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
-
The URL of the Amazon SQS queue from which messages are received.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.RemovePermissionRequest.Builder
-
The URL of the Amazon SQS queue from which permissions are removed.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
-
The URL of the Amazon SQS queue from which permissions are removed.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest.Builder
-
The URL of the Amazon SQS queue to which batched messages are sent.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
-
The URL of the Amazon SQS queue to which batched messages are sent.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
-
The URL of the Amazon SQS queue to which a message is sent.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
-
The URL of the Amazon SQS queue to which a message is sent.
- queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest.Builder
-
The URL of the Amazon SQS queue whose attributes are set.
- queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
-
The URL of the Amazon SQS queue whose attributes are set.
- QueueUrlHandler - Class in software.amazon.awssdk.services.sqs
-
Custom request handler for SQS that processes the request before it gets routed to the client
runtime layer.
- QueueUrlHandler() - Constructor for class software.amazon.awssdk.services.sqs.QueueUrlHandler
-
- queueUrls(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse.Builder
-
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead
letter queue.
- queueUrls(String...) - Method in interface software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse.Builder
-
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead
letter queue.
- queueUrls() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
-
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead
letter queue.
- queueUrls(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesResponse.Builder
-
A list of queue URLs, up to 1,000 entries.
- queueUrls(String...) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesResponse.Builder
-
A list of queue URLs, up to 1,000 entries.
- queueUrls() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
-
A list of queue URLs, up to 1,000 entries.
- receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry.Builder
-
A receipt handle.
- receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
-
A receipt handle.
- receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
-
The receipt handle associated with the message whose visibility timeout is changed.
- receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
-
The receipt handle associated with the message whose visibility timeout is changed.
- receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry.Builder
-
A receipt handle.
- receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
-
A receipt handle.
- receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageRequest.Builder
-
The receipt handle associated with the message to delete.
- receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
-
The receipt handle associated with the message to delete.
- receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
-
An identifier associated with the act of receiving the message.
- receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.Message
-
An identifier associated with the act of receiving the message.
- ReceiptHandleIsInvalidException - Exception in software.amazon.awssdk.services.sqs.model
-
The receipt handle provided isn't valid.
- ReceiptHandleIsInvalidException.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- ReceiptHandleIsInvalidExceptionUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
- ReceiptHandleIsInvalidExceptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ReceiptHandleIsInvalidExceptionUnmarshaller
-
- receiveMessage(ReceiveMessageRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- receiveMessage(ReceiveMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
-
Retrieves one or more messages (up to 10), from the specified queue.
- receiveMessage(ReceiveMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
-
Retrieves one or more messages (up to 10), from the specified queue.
- receiveMessageAsync(ReceiveMessageRequest, QueueBufferCallback<ReceiveMessageRequest, ReceiveMessageResponse>) - Method in class software.amazon.awssdk.services.sqs.buffered.ReceiveQueueBuffer
-
Submits the request for retrieval of messages from the queue and returns a future that will
be signalled when the request is satisfied.
- ReceiveMessageRequest - Class in software.amazon.awssdk.services.sqs.model
-
- ReceiveMessageRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- ReceiveMessageRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
ReceiveMessageRequest Marshaller
- ReceiveMessageRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ReceiveMessageRequestMarshaller
-
- ReceiveMessageResponse - Class in software.amazon.awssdk.services.sqs.model
-
A list of received messages.
- ReceiveMessageResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- ReceiveMessageResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
ReceiveMessageResponse StAX Unmarshaller
- ReceiveMessageResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.ReceiveMessageResponseUnmarshaller
-
- ReceiveQueueBuffer - Class in software.amazon.awssdk.services.sqs.buffered
-
The ReceiveQueueBuffer class is responsible for dequeueing of messages from a single SQS queue.
- receiveRequestAttemptId(String) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
-
This parameter applies only to FIFO (first-in-first-out) queues.
- receiveRequestAttemptId() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
-
This parameter applies only to FIFO (first-in-first-out) queues.
- removePermission(RemovePermissionRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- removePermission(RemovePermissionRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
-
Revokes any permissions in the queue policy that matches the specified Label parameter.
- removePermission(RemovePermissionRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
-
Revokes any permissions in the queue policy that matches the specified Label parameter.
- RemovePermissionRequest - Class in software.amazon.awssdk.services.sqs.model
-
- RemovePermissionRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- RemovePermissionRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
RemovePermissionRequest Marshaller
- RemovePermissionRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.RemovePermissionRequestMarshaller
-
- RemovePermissionResponse - Class in software.amazon.awssdk.services.sqs.model
-
- RemovePermissionResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- RemovePermissionResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
RemovePermissionResponse StAX Unmarshaller
- RemovePermissionResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.RemovePermissionResponseUnmarshaller
-
- senderFault(Boolean) - Method in interface software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry.Builder
-
Specifies whether the error happened due to the sender's fault.
- senderFault() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
-
Specifies whether the error happened due to the sender's fault.
- sendMessage(SendMessageRequest, QueueBufferCallback<SendMessageRequest, SendMessageResponse>) - Method in class software.amazon.awssdk.services.sqs.buffered.SendQueueBuffer
-
- sendMessage(SendMessageRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- sendMessage(SendMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
-
Delivers a message to the specified queue.
- sendMessage(SendMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
-
Delivers a message to the specified queue.
- sendMessageBatch(SendMessageBatchRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- sendMessageBatch(SendMessageBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
-
Delivers up to ten messages to the specified queue.
- sendMessageBatch(SendMessageBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
-
Delivers up to ten messages to the specified queue.
- SendMessageBatchRequest - Class in software.amazon.awssdk.services.sqs.model
-
- SendMessageBatchRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- SendMessageBatchRequestEntry - Class in software.amazon.awssdk.services.sqs.model
-
Contains the details of a single Amazon SQS message along with an Id.
- SendMessageBatchRequestEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- SendMessageBatchRequestEntryUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
SendMessageBatchRequestEntry StAX Unmarshaller
- SendMessageBatchRequestEntryUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageBatchRequestEntryUnmarshaller
-
- SendMessageBatchRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
SendMessageBatchRequest Marshaller
- SendMessageBatchRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageBatchRequestMarshaller
-
- SendMessageBatchResponse - Class in software.amazon.awssdk.services.sqs.model
-
- SendMessageBatchResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- SendMessageBatchResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
SendMessageBatchResponse StAX Unmarshaller
- SendMessageBatchResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageBatchResponseUnmarshaller
-
- SendMessageBatchResultEntry - Class in software.amazon.awssdk.services.sqs.model
-
- SendMessageBatchResultEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- SendMessageBatchResultEntryUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
SendMessageBatchResultEntry StAX Unmarshaller
- SendMessageBatchResultEntryUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageBatchResultEntryUnmarshaller
-
- SendMessageRequest - Class in software.amazon.awssdk.services.sqs.model
-
- SendMessageRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- SendMessageRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
SendMessageRequest Marshaller
- SendMessageRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageRequestMarshaller
-
- SendMessageResponse - Class in software.amazon.awssdk.services.sqs.model
-
The MD5OfMessageBody and MessageId elements.
- SendMessageResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- SendMessageResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
SendMessageResponse StAX Unmarshaller
- SendMessageResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageResponseUnmarshaller
-
- SendQueueBuffer - Class in software.amazon.awssdk.services.sqs.buffered
-
This class is responsible for buffering outgoing SQS requests, i.e.
- sequenceNumber(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
-
This parameter applies only to FIFO (first-in-first-out) queues.
- sequenceNumber() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
-
This parameter applies only to FIFO (first-in-first-out) queues.
- sequenceNumber(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageResponse.Builder
-
This parameter applies only to FIFO (first-in-first-out) queues.
- sequenceNumber() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
-
This parameter applies only to FIFO (first-in-first-out) queues.
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidIdFormatException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.Message
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.MessageNotInflightException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.OverLimitException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.QueueNameExistsException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.UnsupportedOperationException
-
- SERVICE_MAX_BATCH_SIZE_BYTES - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Updated as the service now supports messages of size max 256 KiB.
- SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.sqs.SQSClient
-
- serviceMetadata() - Static method in interface software.amazon.awssdk.services.sqs.SQSClient
-
- setFlushOnShutdown(boolean) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Sets the flushOnShutdown option.
- setLongPoll(boolean) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Specify "true" for receive requests to use long polling.
- setLongPollWaitTimeoutSeconds(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Specifies the amount of time, in seconds, the receive call will block on the server waiting
for messages to arrive if the queue is empty when the receive call is first made.
- setMaxBatchOpenMs(long) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
The maximum time (milliseconds) a send batch is held open for additional outbound requests.
- setMaxBatchSize(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Specifies the maximum number of entries the buffered client will put in a single batch
request.
- setMaxBatchSizeBytes(long) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Maximum permitted size of a SendMessage or SendMessageBatch message, in bytes.
- setMaxDoneReceiveBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
If more than that number of completed receive batches are waiting in the buffer, the querying
for new messages will stop.
- setMaxInflightOutboundBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
The maximum number of concurrent batches for each type of outbound request.
- setMaxInflightReceiveBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
The maximum number of concurrent receive message batches.
- setQueueAttributes(SetQueueAttributesRequest) - Method in class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- setQueueAttributes(SetQueueAttributesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSAsyncClient
-
Sets the value of one or more queue attributes.
- setQueueAttributes(SetQueueAttributesRequest) - Method in interface software.amazon.awssdk.services.sqs.SQSClient
-
Sets the value of one or more queue attributes.
- SetQueueAttributesRequest - Class in software.amazon.awssdk.services.sqs.model
-
- SetQueueAttributesRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- SetQueueAttributesRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
SetQueueAttributesRequest Marshaller
- SetQueueAttributesRequestMarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SetQueueAttributesRequestMarshaller
-
- SetQueueAttributesResponse - Class in software.amazon.awssdk.services.sqs.model
-
- SetQueueAttributesResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
-
- SetQueueAttributesResponseUnmarshaller - Class in software.amazon.awssdk.services.sqs.transform
-
SetQueueAttributesResponse StAX Unmarshaller
- SetQueueAttributesResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.sqs.transform.SetQueueAttributesResponseUnmarshaller
-
- setVisibilityTimeoutSeconds(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Custom visibility timeout to use when retrieving messages from SQS.
- shutdown() - Method in class software.amazon.awssdk.services.sqs.buffered.ReceiveQueueBuffer
-
Prevents spawning of new retrieval batches and waits for all in-flight retrieval batches to
finish
- software.amazon.awssdk.auth.policy.actions - package software.amazon.awssdk.auth.policy.actions
-
- software.amazon.awssdk.services.sqs - package software.amazon.awssdk.services.sqs
-
Welcome to the Amazon Simple Queue Service API Reference.
- software.amazon.awssdk.services.sqs.auth.policy.resources - package software.amazon.awssdk.services.sqs.auth.policy.resources
-
- software.amazon.awssdk.services.sqs.buffered - package software.amazon.awssdk.services.sqs.buffered
-
- software.amazon.awssdk.services.sqs.internal - package software.amazon.awssdk.services.sqs.internal
-
- software.amazon.awssdk.services.sqs.internal.auth - package software.amazon.awssdk.services.sqs.internal.auth
-
- software.amazon.awssdk.services.sqs.model - package software.amazon.awssdk.services.sqs.model
-
- software.amazon.awssdk.services.sqs.transform - package software.amazon.awssdk.services.sqs.transform
-
- SQSActions - Enum in software.amazon.awssdk.auth.policy.actions
-
The available AWS access control policy actions for Amazon SQS.
- SQSAsyncClient - Interface in software.amazon.awssdk.services.sqs
-
Service client for accessing Amazon SQS asynchronously.
- SQSAsyncClientBuilder - Interface in software.amazon.awssdk.services.sqs
-
- SQSBaseClientBuilder<B extends SQSBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.sqs
-
- SqsBufferedAsyncClient - Class in software.amazon.awssdk.services.sqs.buffered
-
AmazonSQSBufferedAsyncClient provides client-side batching of outgoing sendMessage, deleteMessage
and changeMessageVisibility calls.
- SqsBufferedAsyncClient(SQSAsyncClient) - Constructor for class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- SqsBufferedAsyncClient(SQSAsyncClient, QueueBufferConfig) - Constructor for class software.amazon.awssdk.services.sqs.buffered.SqsBufferedAsyncClient
-
- SQSClient - Interface in software.amazon.awssdk.services.sqs
-
Service client for accessing Amazon SQS.
- SQSClientBuilder - Interface in software.amazon.awssdk.services.sqs
-
A builder for creating an instance of
SQSClient.
- SQSException - Exception in software.amazon.awssdk.services.sqs.model
-
Base exception for all service exceptions thrown by Amazon Simple Queue Service
- SQSException(String) - Constructor for exception software.amazon.awssdk.services.sqs.model.SQSException
-
Constructs a new SQSException with the specified error message.
- SqsQueueResource - Class in software.amazon.awssdk.services.sqs.auth.policy.resources
-
AWS access control policy resource that identifies an Amazon SQS queue.
- SqsQueueResource(String, String) - Constructor for class software.amazon.awssdk.services.sqs.auth.policy.resources.SqsQueueResource
-
Constructs a new SQS queue resource for an access control policy.
- SqsRequestHandler - Class in software.amazon.awssdk.services.sqs.internal
-
- SqsRequestHandler() - Constructor for class software.amazon.awssdk.services.sqs.internal.SqsRequestHandler
-
- SqsSignerProvider - Class in software.amazon.awssdk.services.sqs.internal.auth
-
SQS alters the request endpoint as part of a request handler which inspects
the request's parameters.
- SqsSignerProvider(AmazonWebServiceClient, Signer) - Constructor for class software.amazon.awssdk.services.sqs.internal.auth.SqsSignerProvider
-
- stringListValues(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
-
Not implemented.
- stringListValues(String...) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
-
Not implemented.
- stringListValues() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
-
Not implemented.
- stringValue(String) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
-
Strings are Unicode with UTF-8 binary encoding.
- stringValue() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
-
Strings are Unicode with UTF-8 binary encoding.
- successful(Collection<ChangeMessageVisibilityBatchResultEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse.Builder
-
- successful(ChangeMessageVisibilityBatchResultEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse.Builder
-
- successful() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
-
- successful(Collection<DeleteMessageBatchResultEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse.Builder
-
- successful(DeleteMessageBatchResultEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse.Builder
-
- successful() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
-
- successful(Collection<SendMessageBatchResultEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
-
- successful(SendMessageBatchResultEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
-
- successful() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
-
- valueOf(String) - Static method in enum software.amazon.awssdk.auth.policy.actions.SQSActions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.sqs.model.QueueAttributeName
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum software.amazon.awssdk.auth.policy.actions.SQSActions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.sqs.model.QueueAttributeName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VISIBILITY_TIMEOUT_SECONDS_DEFAULT - Static variable in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
-1, which means use the visibility timeout of the queue.
- visibilityTimeout(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry.Builder
-
The new value (in seconds) for the message's visibility timeout.
- visibilityTimeout() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
-
The new value (in seconds) for the message's visibility timeout.
- visibilityTimeout(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
-
The new value for the message's visibility timeout (in seconds).
- visibilityTimeout() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
-
The new value for the message's visibility timeout (in seconds).
- visibilityTimeout(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
-
The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being
retrieved by a ReceiveMessage request.
- visibilityTimeout() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
-
The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being
retrieved by a ReceiveMessage request.
- waitTimeSeconds(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
-
The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.
- waitTimeSeconds() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
-
The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.
- withFlushOnShutdown(boolean) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Sets the flushOnShutdown option.
- withLongPoll(boolean) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Specify "true" for receive requests to use long polling.
- withLongPollWaitTimeoutSeconds(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Specifies the amount of time, in seconds, the receive call will block on the server waiting
for messages to arrive if the queue is empty when the receive call is first made.
- withMaxBatchOpenMs(long) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
The maximum time (milliseconds) a send batch is held open for additional outbound requests.
- withMaxBatchSize(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Specifies the maximum number of entries the buffered client will put in a single batch
request.
- withMaxBatchSizeBytes(long) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Maximum permitted size of a SendMessage or SendMessageBatch message, in bytes.
- withMaxDoneReceiveBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
If more than that number of completed receive batches are waiting in the buffer, the querying
for new messages will stop.
- withMaxInflightOutboundBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
The maximum number of concurrent batches for each type of outbound request.
- withMaxInflightReceiveBatches(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
The maximum number of concurrent receive message batches.
- withVisibilityTimeoutSeconds(int) - Method in class software.amazon.awssdk.services.sqs.buffered.QueueBufferConfig
-
Custom visibility timeout to use when retrieving messages from SQS.