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

A

actions() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
The action the client wants to allow for the specified principal.
actions(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
The action the client wants to allow for the specified principal.
actions(String...) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
The action the client wants to allow for the specified principal.
addPermission(AddPermissionRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Adds a permission to a queue for a specific principal.
addPermission(Consumer<AddPermissionRequest.Builder>) - 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.
addPermission(Consumer<AddPermissionRequest.Builder>) - 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
AddPermissionRequestMarshaller(AwsQueryProtocolFactory) - 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
 
afterExecution(Context.AfterExecution, ExecutionAttributes) - Method in class software.amazon.awssdk.services.sqs.internal.MessageMD5ChecksumInterceptor
 
attributeNames() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
A list of attributes for which to retrieve information.
attributeNames(Collection<QueueAttributeName>) - 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<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.
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.
attributeNamesAsStrings() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
A list of attributes for which to retrieve information.
attributeNamesAsStrings() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
A list of attributes that need to be returned along with each message.
attributeNamesWithStrings(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
A list of attributes for which to retrieve information.
attributeNamesWithStrings(String...) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
A list of attributes for which to retrieve information.
attributeNamesWithStrings(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.
attributeNamesWithStrings(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.
attributes() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
A map of attributes with their corresponding values.
attributes(Map<QueueAttributeName, 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<QueueAttributeName, 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
A map of the attributes requested in ReceiveMessage to their respective values.
attributes(Map<MessageSystemAttributeName, String>) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
A map of the attributes requested in ReceiveMessage to their respective values.
attributes() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
A map of attributes to set.
attributes(Map<QueueAttributeName, String>) - Method in interface software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest.Builder
A map of attributes to set.
attributesAsStrings() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
A map of attributes with their corresponding values.
attributesAsStrings() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
A map of attributes to their respective values.
attributesAsStrings() - Method in class software.amazon.awssdk.services.sqs.model.Message
A map of the attributes requested in ReceiveMessage to their respective values.
attributesAsStrings() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
A map of attributes to set.
attributesWithStrings(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.CreateQueueRequest.Builder
A map of attributes with their corresponding values.
attributesWithStrings(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse.Builder
A map of attributes to their respective values.
attributesWithStrings(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
A map of the attributes requested in ReceiveMessage to their respective values.
attributesWithStrings(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 Amazon Web Services account numbers of the principals who are to receive permission.
awsAccountIds(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
The Amazon Web Services account numbers of the principals who are to receive permission.
awsAccountIds(String...) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
The Amazon Web Services account numbers of the principals who are to receive permission.
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidIdFormatException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.MessageNotInflightException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.OverLimitException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.QueueNameExistsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.SqsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.sqs.model.SqsException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.sqs.model.UnsupportedOperationException.Builder
 

B

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

C

cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidIdFormatException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.MessageNotInflightException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.OverLimitException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.QueueNameExistsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.SqsException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.services.sqs.model.SqsException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.sqs.model.UnsupportedOperationException.Builder
 
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Changes the visibility timeout of multiple messages.
changeMessageVisibilityBatch(Consumer<ChangeMessageVisibilityBatchRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Changes the visibility timeout of multiple messages.
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Changes the visibility timeout of multiple messages.
changeMessageVisibilityBatch(Consumer<ChangeMessageVisibilityBatchRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Changes the visibility timeout of multiple messages.
ChangeMessageVisibilityBatchRequest - Class in software.amazon.awssdk.services.sqs.model

ChangeMessageVisibilityBatchRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityBatchRequestEntry - Class in software.amazon.awssdk.services.sqs.model
Encloses a receipt handle and an entry id for each message in ChangeMessageVisibilityBatch.
ChangeMessageVisibilityBatchRequestEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityBatchRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
ChangeMessageVisibilityBatchRequestMarshaller(AwsQueryProtocolFactory) - Constructor for class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchRequestMarshaller
 
ChangeMessageVisibilityBatchResponse - Class in software.amazon.awssdk.services.sqs.model
For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
ChangeMessageVisibilityBatchResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityBatchResultEntry - Class in software.amazon.awssdk.services.sqs.model
Encloses the Id of an entry in ChangeMessageVisibilityBatch.
ChangeMessageVisibilityBatchResultEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityRequest - Class in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
ChangeMessageVisibilityRequestMarshaller(AwsQueryProtocolFactory) - Constructor for class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityRequestMarshaller
 
ChangeMessageVisibilityResponse - Class in software.amazon.awssdk.services.sqs.model
 
ChangeMessageVisibilityResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
code(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry.Builder
An error code representing why the action failed on this entry.
code() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
An error code representing why the action failed on this entry.
create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.sqs.model.SqsResponseMetadata
 
create() - Static method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Create a SqsAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.sqs.SqsClient
Create a SqsClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
createQueue(CreateQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Creates a new standard or FIFO queue.
createQueue(Consumer<CreateQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Creates a new standard or FIFO queue.
createQueue(CreateQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Creates a new standard or FIFO queue.
createQueue(Consumer<CreateQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Creates a new standard or FIFO queue.
CreateQueueRequest - Class in software.amazon.awssdk.services.sqs.model

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

D

dataType(String) - Method in interface software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
Amazon SQS supports the following logical data types: String, Number, and Binary.
dataType() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
Amazon SQS supports the following logical data types: String, Number, and Binary.
dataType(String) - Method in interface software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue.Builder
Amazon SQS supports the following logical data types: String, Number, and Binary.
dataType() - Method in class software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
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) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Deletes the specified message from the specified queue.
deleteMessage(Consumer<DeleteMessageRequest.Builder>) - 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.
deleteMessage(Consumer<DeleteMessageRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Deletes the specified message from the specified queue.
deleteMessageBatch(DeleteMessageBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Deletes up to ten messages from the specified queue.
deleteMessageBatch(Consumer<DeleteMessageBatchRequest.Builder>) - 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.
deleteMessageBatch(Consumer<DeleteMessageBatchRequest.Builder>) - 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
 
DeleteMessageBatchRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
DeleteMessageBatchRequestMarshaller(AwsQueryProtocolFactory) - Constructor for class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchRequestMarshaller
 
DeleteMessageBatchResponse - Class in software.amazon.awssdk.services.sqs.model
For each message in the batch, the response contains a DeleteMessageBatchResultEntry tag if the message is deleted or a BatchResultErrorEntry tag if the message can't be deleted.
DeleteMessageBatchResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
DeleteMessageBatchResultEntry - Class in software.amazon.awssdk.services.sqs.model
Encloses the Id of an entry in DeleteMessageBatch.
DeleteMessageBatchResultEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
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
DeleteMessageRequestMarshaller(AwsQueryProtocolFactory) - 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
 
deleteQueue(DeleteQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Deletes the queue specified by the QueueUrl, regardless of the queue's contents.
deleteQueue(Consumer<DeleteQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Deletes the queue specified by the QueueUrl, regardless of the queue's contents.
deleteQueue(DeleteQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Deletes the queue specified by the QueueUrl, regardless of the queue's contents.
deleteQueue(Consumer<DeleteQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Deletes the queue specified by the QueueUrl, regardless of the queue's contents.
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
DeleteQueueRequestMarshaller(AwsQueryProtocolFactory) - 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
 

E

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

F

failed(Collection<BatchResultErrorEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse.Builder
A list of BatchResultErrorEntry items.
failed(BatchResultErrorEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse.Builder
A list of BatchResultErrorEntry items.
failed(Consumer<BatchResultErrorEntry.Builder>...) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse.Builder
A list of BatchResultErrorEntry items.
failed() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
A list of BatchResultErrorEntry items.
failed(Collection<BatchResultErrorEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse.Builder
A list of BatchResultErrorEntry items.
failed(BatchResultErrorEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse.Builder
A list of BatchResultErrorEntry items.
failed(Consumer<BatchResultErrorEntry.Builder>...) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse.Builder
A list of BatchResultErrorEntry items.
failed() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
A list of BatchResultErrorEntry items.
failed(Collection<BatchResultErrorEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
failed(BatchResultErrorEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
failed(Consumer<BatchResultErrorEntry.Builder>...) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
failed() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
fromValue(String) - Static method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeNameForSends
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.sqs.model.QueueAttributeName
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

getQueueAttributes(GetQueueAttributesRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Gets attributes for the specified queue.
getQueueAttributes(Consumer<GetQueueAttributesRequest.Builder>) - 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.
getQueueAttributes(Consumer<GetQueueAttributesRequest.Builder>) - 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
GetQueueAttributesRequestMarshaller(AwsQueryProtocolFactory) - 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
 
getQueueUrl(GetQueueUrlRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns the URL of an existing Amazon SQS queue.
getQueueUrl(Consumer<GetQueueUrlRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns the URL of an existing Amazon SQS queue.
getQueueUrl(GetQueueUrlRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns the URL of an existing Amazon SQS queue.
getQueueUrl(Consumer<GetQueueUrlRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns the URL of an existing Amazon SQS 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
GetQueueUrlRequestMarshaller(AwsQueryProtocolFactory) - Constructor for class software.amazon.awssdk.services.sqs.transform.GetQueueUrlRequestMarshaller
 
GetQueueUrlResponse - Class in software.amazon.awssdk.services.sqs.model
For more information, see Interpreting Responses in the Amazon SQS Developer Guide.
GetQueueUrlResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.Message
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.TagQueueRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.TagQueueResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueResponse
 

H

hasActions() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
For responses, this returns true if the service returned a value for the Actions property.
hasAttributeNames() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
For responses, this returns true if the service returned a value for the AttributeNames property.
hasAttributeNames() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
For responses, this returns true if the service returned a value for the AttributeNames property.
hasAttributes() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
For responses, this returns true if the service returned a value for the Attributes property.
hasAttributes() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
For responses, this returns true if the service returned a value for the Attributes property.
hasAttributes() - Method in class software.amazon.awssdk.services.sqs.model.Message
For responses, this returns true if the service returned a value for the Attributes property.
hasAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
For responses, this returns true if the service returned a value for the Attributes property.
hasAwsAccountIds() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
For responses, this returns true if the service returned a value for the AWSAccountIds property.
hasBinaryListValues() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
For responses, this returns true if the service returned a value for the BinaryListValues property.
hasBinaryListValues() - Method in class software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
For responses, this returns true if the service returned a value for the BinaryListValues property.
hasEntries() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
For responses, this returns true if the service returned a value for the Entries property.
hasEntries() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
For responses, this returns true if the service returned a value for the Entries property.
hasEntries() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
For responses, this returns true if the service returned a value for the Entries property.
hasFailed() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
For responses, this returns true if the service returned a value for the Failed property.
hasFailed() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
For responses, this returns true if the service returned a value for the Failed property.
hasFailed() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
For responses, this returns true if the service returned a value for the Failed property.
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.Message
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.TagQueueRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.TagQueueResponse
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueRequest
 
hashCode() - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueResponse
 
hasMessageAttributeNames() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
For responses, this returns true if the service returned a value for the MessageAttributeNames property.
hasMessageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.Message
For responses, this returns true if the service returned a value for the MessageAttributes property.
hasMessageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
For responses, this returns true if the service returned a value for the MessageAttributes property.
hasMessageAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
For responses, this returns true if the service returned a value for the MessageAttributes property.
hasMessages() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
For responses, this returns true if the service returned a value for the Messages property.
hasMessageSystemAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
For responses, this returns true if the service returned a value for the MessageSystemAttributes property.
hasMessageSystemAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
For responses, this returns true if the service returned a value for the MessageSystemAttributes property.
hasQueueUrls() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
For responses, this returns true if the service returned a value for the QueueUrls property.
hasQueueUrls() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
For responses, this returns true if the service returned a value for the QueueUrls property.
hasStringListValues() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
For responses, this returns true if the service returned a value for the StringListValues property.
hasStringListValues() - Method in class software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
For responses, this returns true if the service returned a value for the StringListValues property.
hasSuccessful() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
For responses, this returns true if the service returned a value for the Successful property.
hasSuccessful() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
For responses, this returns true if the service returned a value for the Successful property.
hasSuccessful() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
For responses, this returns true if the service returned a value for the Successful property.
hasTagKeys() - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueRequest
For responses, this returns true if the service returned a value for the TagKeys property.
hasTags() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsResponse
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.sqs.model.TagQueueRequest
For responses, this returns true if the service returned a value for the Tags property.

I

id(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry.Builder
The Id of an entry in a batch request.
id() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
The Id of an entry in a batch request.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry.Builder
An identifier for this particular receipt handle used to communicate the result.
id() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
An identifier for this particular receipt handle used to communicate the result.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry.Builder
Represents a message whose visibility timeout has been changed successfully.
id() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
Represents a message whose visibility timeout has been changed successfully.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry.Builder
An identifier for this particular receipt handle.
id() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
An identifier for this particular receipt handle.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry.Builder
Represents a successfully deleted message.
id() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
Represents a successfully deleted message.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
An identifier for a message in this batch used to communicate the result.
id() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
An identifier for a message in this batch used to communicate the result.
id(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
An identifier for the message in this batch.
id() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
An identifier for the message in this batch.
InvalidAttributeNameException - Exception in software.amazon.awssdk.services.sqs.model
The specified attribute doesn't exist.
InvalidAttributeNameException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
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
 
InvalidIdFormatException - Exception in software.amazon.awssdk.services.sqs.model
The specified receipt handle isn't valid for the current version.
InvalidIdFormatException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
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
 
iterator() - Method in class software.amazon.awssdk.services.sqs.paginators.ListDeadLetterSourceQueuesIterable
 
iterator() - Method in class software.amazon.awssdk.services.sqs.paginators.ListQueuesIterable
 

K

knownValues() - Static method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName
Use this in place of MessageSystemAttributeName.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeNameForSends
Use this in place of MessageSystemAttributeNameForSends.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.sqs.model.QueueAttributeName
Use this in place of QueueAttributeName.values() to return a Set of all values known to the SDK.

L

label(String) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
The unique identification of the permission you're setting (for example, AliceSendMessage).
label() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
The unique identification of the permission you're setting (for example, AliceSendMessage).
label(String) - Method in interface software.amazon.awssdk.services.sqs.model.RemovePermissionRequest.Builder
The identification of the permission to remove.
label() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
The identification of the permission to remove.
listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
ListDeadLetterSourceQueuesIterable - Class in software.amazon.awssdk.services.sqs.paginators
ListDeadLetterSourceQueuesIterable(SqsClient, ListDeadLetterSourceQueuesRequest) - Constructor for class software.amazon.awssdk.services.sqs.paginators.ListDeadLetterSourceQueuesIterable
 
listDeadLetterSourceQueuesPaginator(ListDeadLetterSourceQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
listDeadLetterSourceQueuesPaginator(Consumer<ListDeadLetterSourceQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
listDeadLetterSourceQueuesPaginator(ListDeadLetterSourceQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
listDeadLetterSourceQueuesPaginator(Consumer<ListDeadLetterSourceQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.
ListDeadLetterSourceQueuesPublisher - Class in software.amazon.awssdk.services.sqs.paginators
ListDeadLetterSourceQueuesPublisher(SqsAsyncClient, ListDeadLetterSourceQueuesRequest) - Constructor for class software.amazon.awssdk.services.sqs.paginators.ListDeadLetterSourceQueuesPublisher
 
ListDeadLetterSourceQueuesRequest - Class in software.amazon.awssdk.services.sqs.model

ListDeadLetterSourceQueuesRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ListDeadLetterSourceQueuesRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
ListDeadLetterSourceQueuesRequestMarshaller(AwsQueryProtocolFactory) - Constructor for class software.amazon.awssdk.services.sqs.transform.ListDeadLetterSourceQueuesRequestMarshaller
 
ListDeadLetterSourceQueuesResponse - Class in software.amazon.awssdk.services.sqs.model
A list of your dead letter source queues.
ListDeadLetterSourceQueuesResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
listQueues(ListQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns a list of your queues in the current region.
listQueues(Consumer<ListQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns a list of your queues in the current region.
listQueues() - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns a list of your queues in the current region.
listQueues() - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns a list of your queues in the current region.
listQueues(ListQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns a list of your queues in the current region.
listQueues(Consumer<ListQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns a list of your queues in the current region.
ListQueuesIterable - Class in software.amazon.awssdk.services.sqs.paginators
Represents the output for the SqsClient.listQueuesPaginator(software.amazon.awssdk.services.sqs.model.ListQueuesRequest) operation which is a paginated operation.
ListQueuesIterable(SqsClient, ListQueuesRequest) - Constructor for class software.amazon.awssdk.services.sqs.paginators.ListQueuesIterable
 
listQueuesPaginator() - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns a list of your queues in the current region.
listQueuesPaginator(ListQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns a list of your queues in the current region.
listQueuesPaginator(Consumer<ListQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Returns a list of your queues in the current region.
listQueuesPaginator() - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns a list of your queues in the current region.
listQueuesPaginator(ListQueuesRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns a list of your queues in the current region.
listQueuesPaginator(Consumer<ListQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Returns a list of your queues in the current region.
ListQueuesPublisher - Class in software.amazon.awssdk.services.sqs.paginators
Represents the output for the SqsAsyncClient.listQueuesPaginator(software.amazon.awssdk.services.sqs.model.ListQueuesRequest) operation which is a paginated operation.
ListQueuesPublisher(SqsAsyncClient, ListQueuesRequest) - Constructor for class software.amazon.awssdk.services.sqs.paginators.ListQueuesPublisher
 
ListQueuesRequest - Class in software.amazon.awssdk.services.sqs.model

ListQueuesRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ListQueuesRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
ListQueuesRequestMarshaller(AwsQueryProtocolFactory) - Constructor for class software.amazon.awssdk.services.sqs.transform.ListQueuesRequestMarshaller
 
ListQueuesResponse - Class in software.amazon.awssdk.services.sqs.model
A list of your queues.
ListQueuesResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
listQueueTags(ListQueueTagsRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
List all cost allocation tags added to the specified Amazon SQS queue.
listQueueTags(Consumer<ListQueueTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
List all cost allocation tags added to the specified Amazon SQS queue.
listQueueTags(ListQueueTagsRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
List all cost allocation tags added to the specified Amazon SQS queue.
listQueueTags(Consumer<ListQueueTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
List all cost allocation tags added to the specified Amazon SQS queue.
ListQueueTagsRequest - Class in software.amazon.awssdk.services.sqs.model
 
ListQueueTagsRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
ListQueueTagsRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
ListQueueTagsRequestMarshaller(AwsQueryProtocolFactory) - Constructor for class software.amazon.awssdk.services.sqs.transform.ListQueueTagsRequestMarshaller
 
ListQueueTagsResponse - Class in software.amazon.awssdk.services.sqs.model
 
ListQueueTagsResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 

M

marshall(AddPermissionRequest) - Method in class software.amazon.awssdk.services.sqs.transform.AddPermissionRequestMarshaller
 
marshall(ChangeMessageVisibilityBatchRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityBatchRequestMarshaller
 
marshall(ChangeMessageVisibilityRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ChangeMessageVisibilityRequestMarshaller
 
marshall(CreateQueueRequest) - Method in class software.amazon.awssdk.services.sqs.transform.CreateQueueRequestMarshaller
 
marshall(DeleteMessageBatchRequest) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageBatchRequestMarshaller
 
marshall(DeleteMessageRequest) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteMessageRequestMarshaller
 
marshall(DeleteQueueRequest) - Method in class software.amazon.awssdk.services.sqs.transform.DeleteQueueRequestMarshaller
 
marshall(GetQueueAttributesRequest) - Method in class software.amazon.awssdk.services.sqs.transform.GetQueueAttributesRequestMarshaller
 
marshall(GetQueueUrlRequest) - Method in class software.amazon.awssdk.services.sqs.transform.GetQueueUrlRequestMarshaller
 
marshall(ListDeadLetterSourceQueuesRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ListDeadLetterSourceQueuesRequestMarshaller
 
marshall(ListQueuesRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ListQueuesRequestMarshaller
 
marshall(ListQueueTagsRequest) - Method in class software.amazon.awssdk.services.sqs.transform.ListQueueTagsRequestMarshaller
 
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
 
marshall(TagQueueRequest) - Method in class software.amazon.awssdk.services.sqs.transform.TagQueueRequestMarshaller
 
marshall(UntagQueueRequest) - Method in class software.amazon.awssdk.services.sqs.transform.UntagQueueRequestMarshaller
 
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.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest.Builder
Maximum number of results to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
Maximum number of results to include in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesRequest.Builder
Maximum number of results to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
Maximum number of results to include in the response.
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 body string.
md5OfMessageBody() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message body string.
md5OfMessageBody(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageResponse.Builder
An MD5 digest of the non-URL-encoded message body string.
md5OfMessageBody() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
An MD5 digest of the non-URL-encoded message body string.
md5OfMessageSystemAttributes(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry.Builder
An MD5 digest of the non-URL-encoded message system attribute string.
md5OfMessageSystemAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message system attribute string.
md5OfMessageSystemAttributes(String) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageResponse.Builder
An MD5 digest of the non-URL-encoded message system attribute string.
md5OfMessageSystemAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
An MD5 digest of the non-URL-encoded message system 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.SqsException.Builder
 
message(String) - Method in class software.amazon.awssdk.services.sqs.model.SqsException.BuilderImpl
 
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
 
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.
MessageMD5ChecksumInterceptor - Class in software.amazon.awssdk.services.sqs.internal
SQS operations on sending and receiving messages will return the MD5 digest of the message body.
MessageMD5ChecksumInterceptor() - Constructor for class software.amazon.awssdk.services.sqs.internal.MessageMD5ChecksumInterceptor
 
MessageNotInflightException - Exception in software.amazon.awssdk.services.sqs.model
The specified message isn't in flight.
MessageNotInflightException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
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(Consumer<Message.Builder>...) - 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
 
MessageSystemAttributeNameForSends - Enum in software.amazon.awssdk.services.sqs.model
 
messageSystemAttributes(Map<MessageSystemAttributeNameForSends, MessageSystemAttributeValue>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
The message system attribute to send Each message system attribute consists of a Name, Type, and Value.
messageSystemAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
The message system attribute to send Each message system attribute consists of a Name, Type, and Value.
messageSystemAttributes(Map<MessageSystemAttributeNameForSends, MessageSystemAttributeValue>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
The message system attribute to send.
messageSystemAttributes() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
The message system attribute to send.
messageSystemAttributesAsStrings() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
The message system attribute to send Each message system attribute consists of a Name, Type, and Value.
messageSystemAttributesAsStrings() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
The message system attribute to send.
messageSystemAttributesWithStrings(Map<String, MessageSystemAttributeValue>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry.Builder
The message system attribute to send Each message system attribute consists of a Name, Type, and Value.
messageSystemAttributesWithStrings(Map<String, MessageSystemAttributeValue>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
The message system attribute to send.
MessageSystemAttributeValue - Class in software.amazon.awssdk.services.sqs.model
The user-specified message system attribute value.
MessageSystemAttributeValue.Builder - Interface in software.amazon.awssdk.services.sqs.model
 

N

nextToken(String) - Method in interface software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest.Builder
Pagination token to request the next set of results.
nextToken() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
Pagination token to request the next set of results.
nextToken(String) - Method in interface software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse.Builder
Pagination token to include in the next request.
nextToken() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
Pagination token to include in the next request.
nextToken(String) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesRequest.Builder
Pagination token to request the next set of results.
nextToken() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
Pagination token to request the next set of results.
nextToken(String) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesResponse.Builder
Pagination token to include in the next request.
nextToken() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
Pagination token to include in the next request.

O

OverLimitException - Exception in software.amazon.awssdk.services.sqs.model
The specified action violates a limit.
OverLimitException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.AddPermissionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.CreateQueueRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.CreateQueueRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteQueueRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteQueueRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueueTagsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueueTagsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.PurgeQueueRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.PurgeQueueRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.RemovePermissionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.RemovePermissionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.TagQueueRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.TagQueueRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.sqs.model.UntagQueueRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.sqs.model.UntagQueueRequest.Builder
 

P

purgeQueue(PurgeQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Deletes the messages in a queue specified by the QueueURL parameter.
purgeQueue(Consumer<PurgeQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Deletes the messages in a queue specified by the QueueURL parameter.
purgeQueue(PurgeQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Deletes the messages in a queue specified by the QueueURL parameter.
purgeQueue(Consumer<PurgeQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Deletes the messages in a queue specified by the QueueURL parameter.
PurgeQueueInProgressException - Exception in software.amazon.awssdk.services.sqs.model
Indicates that the specified queue previously received a PurgeQueue request within the last 60 seconds (the time it can take to delete the messages in the queue).
PurgeQueueInProgressException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
PurgeQueueRequest - Class in software.amazon.awssdk.services.sqs.model

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

Q

QueueAttributeName - Enum in software.amazon.awssdk.services.sqs.model
 
QueueDeletedRecentlyException - Exception in software.amazon.awssdk.services.sqs.model
You must wait 60 seconds after deleting a queue before you can create another queue with the same name.
QueueDeletedRecentlyException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
QueueDoesNotExistException - Exception in software.amazon.awssdk.services.sqs.model
The specified queue doesn't exist.
QueueDoesNotExistException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
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 with this name already exists.
QueueNameExistsException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
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 Amazon Web Services account ID of the account that created the queue.
queueOwnerAWSAccountId() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
The Amazon Web Services 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.ListQueueTagsRequest.Builder
The URL of the queue.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsRequest
The URL of the 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.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.TagQueueRequest.Builder
The URL of the queue.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.TagQueueRequest
The URL of the queue.
queueUrl(String) - Method in interface software.amazon.awssdk.services.sqs.model.UntagQueueRequest.Builder
The URL of the queue.
queueUrl() - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueRequest
The URL of the queue.
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, or the value of MaxResults that you sent in the request.
queueUrls(String...) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueuesResponse.Builder
A list of queue URLs, up to 1,000 entries, or the value of MaxResults that you sent in the request.
queueUrls() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
A list of queue URLs, up to 1,000 entries, or the value of MaxResults that you sent in the request.
queueUrls() - Method in class software.amazon.awssdk.services.sqs.paginators.ListDeadLetterSourceQueuesIterable
Returns an iterable to iterate through the paginated ListDeadLetterSourceQueuesResponse.queueUrls() member.
queueUrls() - Method in class software.amazon.awssdk.services.sqs.paginators.ListDeadLetterSourceQueuesPublisher
Returns a publisher that can be used to get a stream of data.
queueUrls() - Method in class software.amazon.awssdk.services.sqs.paginators.ListQueuesIterable
Returns an iterable to iterate through the paginated ListQueuesResponse.queueUrls() member.
queueUrls() - Method in class software.amazon.awssdk.services.sqs.paginators.ListQueuesPublisher
Returns a publisher that can be used to get a stream of data.

R

receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry.Builder
A receipt handle.
receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
A receipt handle.
receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
The receipt handle associated with the message whose visibility timeout is changed.
receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
The receipt handle associated with the message whose visibility timeout is changed.
receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry.Builder
A receipt handle.
receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
A receipt handle.
receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageRequest.Builder
The receipt handle associated with the message to delete.
receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
The receipt handle associated with the message to delete.
receiptHandle(String) - Method in interface software.amazon.awssdk.services.sqs.model.Message.Builder
An identifier associated with the act of receiving the message.
receiptHandle() - Method in class software.amazon.awssdk.services.sqs.model.Message
An identifier associated with the act of receiving the message.
ReceiptHandleIsInvalidException - Exception in software.amazon.awssdk.services.sqs.model
The specified receipt handle isn't valid.
ReceiptHandleIsInvalidException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
receiveMessage(ReceiveMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Retrieves one or more messages (up to 10), from the specified queue.
receiveMessage(Consumer<ReceiveMessageRequest.Builder>) - 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.
receiveMessage(Consumer<ReceiveMessageRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Retrieves one or more messages (up to 10), from the specified queue.
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
ReceiveMessageRequestMarshaller(AwsQueryProtocolFactory) - 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
 
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 interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Revokes any permissions in the queue policy that matches the specified Label parameter.
removePermission(Consumer<RemovePermissionRequest.Builder>) - 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.
removePermission(Consumer<RemovePermissionRequest.Builder>) - 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
RemovePermissionRequestMarshaller(AwsQueryProtocolFactory) - 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
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidIdFormatException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.MessageNotInflightException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.OverLimitException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.QueueNameExistsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.SqsException.Builder
 
requestId(String) - Method in class software.amazon.awssdk.services.sqs.model.SqsException.BuilderImpl
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.sqs.model.UnsupportedOperationException.Builder
 
responseMetadata() - Method in interface software.amazon.awssdk.services.sqs.model.SqsResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.sqs.model.SqsResponse.Builder
 
responseMetadata() - Method in class software.amazon.awssdk.services.sqs.model.SqsResponse.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.sqs.model.SqsResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.services.sqs.model.SqsResponse
 

S

sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidIdFormatException
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.Message
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.MessageNotInflightException
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.OverLimitException
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.QueueNameExistsException
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.TagQueueRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.TagQueueResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException
 
sdkFields() - Method in exception software.amazon.awssdk.services.sqs.model.UnsupportedOperationException
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueResponse
 
senderFault(Boolean) - Method in interface software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry.Builder
Specifies whether the error happened due to the caller of the batch API action.
senderFault() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
Specifies whether the error happened due to the caller of the batch API action.
sendMessage(SendMessageRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Delivers a message to the specified queue.
sendMessage(Consumer<SendMessageRequest.Builder>) - 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.
sendMessage(Consumer<SendMessageRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Delivers a message to the specified queue.
sendMessageBatch(SendMessageBatchRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Delivers up to ten messages to the specified queue.
sendMessageBatch(Consumer<SendMessageBatchRequest.Builder>) - 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.
sendMessageBatch(Consumer<SendMessageBatchRequest.Builder>) - 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
 
SendMessageBatchRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
SendMessageBatchRequestMarshaller(AwsQueryProtocolFactory) - Constructor for class software.amazon.awssdk.services.sqs.transform.SendMessageBatchRequestMarshaller
 
SendMessageBatchResponse - Class in software.amazon.awssdk.services.sqs.model
For each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
SendMessageBatchResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SendMessageBatchResultEntry - Class in software.amazon.awssdk.services.sqs.model
Encloses a MessageId for a successfully-enqueued message in a SendMessageBatch.
SendMessageBatchResultEntry.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
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
SendMessageRequestMarshaller(AwsQueryProtocolFactory) - 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
 
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.ListQueueTagsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsResponse
 
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 class software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
 
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.SqsException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.TagQueueRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.TagQueueResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.sqs.model.UnsupportedOperationException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.UntagQueueRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.sqs.model.UntagQueueResponse
 
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.sqs.SqsClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.sqs.SqsClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.sqs.SqsClient
 
setQueueAttributes(SetQueueAttributesRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Sets the value of one or more queue attributes.
setQueueAttributes(Consumer<SetQueueAttributesRequest.Builder>) - 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.
setQueueAttributes(Consumer<SetQueueAttributesRequest.Builder>) - 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
SetQueueAttributesRequestMarshaller(AwsQueryProtocolFactory) - 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
 
software.amazon.awssdk.services.sqs - package software.amazon.awssdk.services.sqs
Welcome to the Amazon SQS API Reference.
software.amazon.awssdk.services.sqs.internal - package software.amazon.awssdk.services.sqs.internal
 
software.amazon.awssdk.services.sqs.model - package software.amazon.awssdk.services.sqs.model
 
software.amazon.awssdk.services.sqs.paginators - package software.amazon.awssdk.services.sqs.paginators
 
software.amazon.awssdk.services.sqs.transform - package software.amazon.awssdk.services.sqs.transform
 
SqsAsyncClient - Interface in software.amazon.awssdk.services.sqs
Service client for accessing Amazon SQS asynchronously.
SqsAsyncClientBuilder - Interface in software.amazon.awssdk.services.sqs
A builder for creating an instance of SqsAsyncClient.
SqsBaseClientBuilder<B extends SqsBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.sqs
This includes configuration specific to Amazon SQS that is supported by both SqsClientBuilder and SqsAsyncClientBuilder.
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
 
SqsException(SqsException.Builder) - Constructor for exception software.amazon.awssdk.services.sqs.model.SqsException
 
SqsException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SqsException.BuilderImpl - Class in software.amazon.awssdk.services.sqs.model
 
SqsRequest - Class in software.amazon.awssdk.services.sqs.model
 
SqsRequest(SqsRequest.Builder) - Constructor for class software.amazon.awssdk.services.sqs.model.SqsRequest
 
SqsRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SqsRequest.BuilderImpl - Class in software.amazon.awssdk.services.sqs.model
 
SqsResponse - Class in software.amazon.awssdk.services.sqs.model
 
SqsResponse(SqsResponse.Builder) - Constructor for class software.amazon.awssdk.services.sqs.model.SqsResponse
 
SqsResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
SqsResponse.BuilderImpl - Class in software.amazon.awssdk.services.sqs.model
 
SqsResponseMetadata - Class in software.amazon.awssdk.services.sqs.model
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidIdFormatException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.MessageNotInflightException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.OverLimitException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.QueueNameExistsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.SqsException.Builder
 
statusCode(int) - Method in class software.amazon.awssdk.services.sqs.model.SqsException.BuilderImpl
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.sqs.model.UnsupportedOperationException.Builder
 
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.
stringListValues(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue.Builder
Not implemented.
stringListValues(String...) - Method in interface software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue.Builder
Not implemented.
stringListValues() - Method in class software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
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.
stringValue(String) - Method in interface software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue.Builder
Strings are Unicode with UTF-8 binary encoding.
stringValue() - Method in class software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
Strings are Unicode with UTF-8 binary encoding.
subscribe(Subscriber<? super ListDeadLetterSourceQueuesResponse>) - Method in class software.amazon.awssdk.services.sqs.paginators.ListDeadLetterSourceQueuesPublisher
 
subscribe(Subscriber<? super ListQueuesResponse>) - Method in class software.amazon.awssdk.services.sqs.paginators.ListQueuesPublisher
 
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(Consumer<ChangeMessageVisibilityBatchResultEntry.Builder>...) - 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(Consumer<DeleteMessageBatchResultEntry.Builder>...) - Method in interface software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse.Builder
successful() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
successful(Collection<SendMessageBatchResultEntry>) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
A list of SendMessageBatchResultEntry items.
successful(SendMessageBatchResultEntry...) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
A list of SendMessageBatchResultEntry items.
successful(Consumer<SendMessageBatchResultEntry.Builder>...) - Method in interface software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse.Builder
A list of SendMessageBatchResultEntry items.
successful() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
A list of SendMessageBatchResultEntry items.

T

tagKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.sqs.model.UntagQueueRequest.Builder
The list of tags to be removed from the specified queue.
tagKeys(String...) - Method in interface software.amazon.awssdk.services.sqs.model.UntagQueueRequest.Builder
The list of tags to be removed from the specified queue.
tagKeys() - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueRequest
The list of tags to be removed from the specified queue.
tagQueue(TagQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Add cost allocation tags to the specified Amazon SQS queue.
tagQueue(Consumer<TagQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Add cost allocation tags to the specified Amazon SQS queue.
tagQueue(TagQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Add cost allocation tags to the specified Amazon SQS queue.
tagQueue(Consumer<TagQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Add cost allocation tags to the specified Amazon SQS queue.
TagQueueRequest - Class in software.amazon.awssdk.services.sqs.model
 
TagQueueRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
TagQueueRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
TagQueueRequest Marshaller
TagQueueRequestMarshaller(AwsQueryProtocolFactory) - Constructor for class software.amazon.awssdk.services.sqs.transform.TagQueueRequestMarshaller
 
TagQueueResponse - Class in software.amazon.awssdk.services.sqs.model
 
TagQueueResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.CreateQueueRequest.Builder
Add cost allocation tags to the specified Amazon SQS queue.
tags() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
Add cost allocation tags to the specified Amazon SQS queue.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.ListQueueTagsResponse.Builder
The list of all tags added to the specified queue.
tags() - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsResponse
The list of all tags added to the specified queue.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.sqs.model.TagQueueRequest.Builder
The list of tags to be added to the specified queue.
tags() - Method in class software.amazon.awssdk.services.sqs.model.TagQueueRequest
The list of tags to be added to the specified queue.
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.BatchEntryIdsNotDistinctException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.EmptyBatchRequestException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidAttributeNameException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidBatchEntryIdException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidIdFormatException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.InvalidMessageContentsException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.Message
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.MessageNotInflightException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.OverLimitException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.PurgeQueueInProgressException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.QueueDeletedRecentlyException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.QueueNameExistsException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.ReceiptHandleIsInvalidException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.SqsException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.SqsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.TagQueueRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.TagQueueResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.TooManyEntriesInBatchRequestException
 
toBuilder() - Method in exception software.amazon.awssdk.services.sqs.model.UnsupportedOperationException
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueResponse
 
TooManyEntriesInBatchRequestException - Exception in software.amazon.awssdk.services.sqs.model
The batch request contains more entries than permissible.
TooManyEntriesInBatchRequestException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.AddPermissionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.CreateQueueResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResultEntry
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteMessageResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.GetQueueUrlResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ListQueuesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ListQueueTagsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.Message
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.MessageAttributeValue
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName
 
toString() - Method in enum software.amazon.awssdk.services.sqs.model.MessageSystemAttributeNameForSends
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.PurgeQueueResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.sqs.model.QueueAttributeName
 
toString() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchRequestEntry
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageBatchResultEntry
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.SendMessageResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.TagQueueRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.TagQueueResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.sqs.model.UntagQueueResponse
Returns a string representation of this object.

U

UnsupportedOperationException - Exception in software.amazon.awssdk.services.sqs.model
Error code 400.
UnsupportedOperationException.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
untagQueue(UntagQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Remove cost allocation tags from the specified Amazon SQS queue.
untagQueue(Consumer<UntagQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsAsyncClient
Remove cost allocation tags from the specified Amazon SQS queue.
untagQueue(UntagQueueRequest) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Remove cost allocation tags from the specified Amazon SQS queue.
untagQueue(Consumer<UntagQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.sqs.SqsClient
Remove cost allocation tags from the specified Amazon SQS queue.
UntagQueueRequest - Class in software.amazon.awssdk.services.sqs.model
 
UntagQueueRequest.Builder - Interface in software.amazon.awssdk.services.sqs.model
 
UntagQueueRequestMarshaller - Class in software.amazon.awssdk.services.sqs.transform
UntagQueueRequestMarshaller(AwsQueryProtocolFactory) - Constructor for class software.amazon.awssdk.services.sqs.transform.UntagQueueRequestMarshaller
 
UntagQueueResponse - Class in software.amazon.awssdk.services.sqs.model
 
UntagQueueResponse.Builder - Interface in software.amazon.awssdk.services.sqs.model
 

V

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.MessageSystemAttributeNameForSends
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.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.MessageSystemAttributeNameForSends
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.
visibilityTimeout(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry.Builder
The new value (in seconds) for the message's visibility timeout.
visibilityTimeout() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
The new value (in seconds) for the message's visibility timeout.
visibilityTimeout(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
The new value for the message's visibility timeout (in seconds).
visibilityTimeout() - Method in class software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
The new value for the message's visibility timeout (in seconds).
visibilityTimeout(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.
visibilityTimeout() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

W

waitTimeSeconds(Integer) - Method in interface software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.
waitTimeSeconds() - Method in class software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest
The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.