Skip navigation links
A C D E G I M P R S U W 

A

AmazonSQSExtendedClient - Class in com.amazon.sqs.javamessaging
Amazon SQS Extended Client extends the functionality of Amazon SQS client.
AmazonSQSExtendedClient(AmazonSQS) - Constructor for class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Constructs a new Amazon SQS extended client to invoke service methods on Amazon SQS with extended functionality using the specified Amazon SQS client object.
AmazonSQSExtendedClient(AmazonSQS, ExtendedClientConfiguration) - Constructor for class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Constructs a new Amazon SQS extended client to invoke service methods on Amazon SQS with extended functionality using the specified Amazon SQS client object.

C

changeMessageVisibility(String, String, Integer) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Simplified method form for invoking the ChangeMessageVisibility operation.
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibilityBatch(String, List<ChangeMessageVisibilityBatchRequestEntry>) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Simplified method form for invoking the ChangeMessageVisibilityBatch operation.
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Changes the visibility timeout of multiple messages.
com.amazon.sqs.javamessaging - package com.amazon.sqs.javamessaging
 

D

DEFAULT_MESSAGE_SIZE_THRESHOLD - Static variable in class com.amazon.sqs.javamessaging.SQSExtendedClientConstants
 
deleteMessage(DeleteMessageRequest) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Deletes the specified message from the specified queue and deletes the message payload from Amazon S3 when necessary.
deleteMessage(String, String) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Deletes the specified message from the specified queue and deletes the message payload from Amazon S3 when necessary.
deleteMessageBatch(DeleteMessageBatchRequest) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Deletes up to ten messages from the specified queue.
deleteMessageBatch(String, List<DeleteMessageBatchRequestEntry>) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Deletes up to ten messages from the specified queue.
doesCleanupS3Payload() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Checks whether or not clean up large objects in S3 is enabled.

E

ExtendedClientConfiguration - Class in com.amazon.sqs.javamessaging
Amazon SQS extended client configuration options such as Amazon S3 client, bucket name, and message size threshold for large-payload messages.
ExtendedClientConfiguration() - Constructor for class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
 
ExtendedClientConfiguration(ExtendedClientConfiguration) - Constructor for class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
 

G

getMessageSizeThreshold() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Deprecated.
Instead use PayloadStorageConfiguration.getPayloadSizeThreshold()

I

isLargePayloadSupportEnabled() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Deprecated.
Instead use PayloadStorageConfiguration.isPayloadSupportEnabled()

M

MAX_ALLOWED_ATTRIBUTES - Static variable in class com.amazon.sqs.javamessaging.SQSExtendedClientConstants
 

P

purgeQueue(PurgeQueueRequest) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Deletes the messages in a queue specified by the queue URL .

R

receiveMessage(ReceiveMessageRequest) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Retrieves one or more messages, with a maximum limit of 10 messages, from the specified queue.
receiveMessage(String) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Retrieves one or more messages, with a maximum limit of 10 messages, from the specified queue.
RESERVED_ATTRIBUTE_NAME - Static variable in class com.amazon.sqs.javamessaging.SQSExtendedClientConstants
 

S

S3_BUCKET_NAME_MARKER - Static variable in class com.amazon.sqs.javamessaging.SQSExtendedClientConstants
 
S3_KEY_MARKER - Static variable in class com.amazon.sqs.javamessaging.SQSExtendedClientConstants
 
sendMessage(SendMessageRequest) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Delivers a message to the specified queue and uploads the message payload to Amazon S3 if necessary.
sendMessage(String, String) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Delivers a message to the specified queue and uploads the message payload to Amazon S3 if necessary.
sendMessageBatch(SendMessageBatchRequest) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Delivers up to ten messages to the specified queue.
sendMessageBatch(String, List<SendMessageBatchRequestEntry>) - Method in class com.amazon.sqs.javamessaging.AmazonSQSExtendedClient
Delivers up to ten messages to the specified queue.
setLargePayloadSupportDisabled() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Deprecated.
Instead use PayloadStorageConfiguration.setPayloadSupportDisabled()
setLargePayloadSupportEnabled(AmazonS3, String) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
setLegacyReservedAttributeNameDisabled() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Disables the utilization legacy payload attribute name when sending messages.
setMessageSizeThreshold(int) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Deprecated.
Instead use PayloadStorageConfiguration.setPayloadSizeThreshold(int)
setPayloadSupportEnabled(AmazonS3, String, boolean) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Enables support for payload messages.
SQSExtendedClientConstants - Class in com.amazon.sqs.javamessaging
 
SQSExtendedClientConstants() - Constructor for class com.amazon.sqs.javamessaging.SQSExtendedClientConstants
 

U

usesLegacyReservedAttributeName() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Checks whether or not the configuration uses the legacy reserved attribute name.

W

withAlwaysThroughS3(boolean) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
 
withCannedAccessControlList(CannedAccessControlList) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
 
withLargePayloadSupportDisabled() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
withLargePayloadSupportEnabled(AmazonS3, String) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
withLegacyReservedAttributeNameDisabled() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Disables the utilization legacy payload attribute name when sending messages.
withMessageSizeThreshold(int) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
withPayloadSizeThreshold(int) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
 
withPayloadSupportDisabled() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
 
withPayloadSupportEnabled(AmazonS3, String, boolean) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Enables support for payload messages.
withPayloadSupportEnabled(AmazonS3, String) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
 
withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
 
A C D E G I M P R S U W 
Skip navigation links

Copyright © 2020. All rights reserved.