Skip navigation links
A C D E G I P R S 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

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.

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

getAmazonS3Client() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Gets the Amazon S3 client which is being used for storing large-payload messages.
getMessageSizeThreshold() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Gets the message size threshold for storing message payloads in Amazon S3.
getS3BucketName() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Gets the name of the S3 bucket which is being used for storing large-payload messages.

I

isAlwaysThroughS3() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Checks whether or not all messages regardless of their payload size are being stored in Amazon S3.
isLargePayloadSupportEnabled() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Check if the support for large-payload message if enabled.

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.

S

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.
setAlwaysThroughS3(boolean) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Sets whether or not all messages regardless of their payload size should be stored in Amazon S3.
setLargePayloadSupportDisabled() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Disables support for large-payload messages.
setLargePayloadSupportEnabled(AmazonS3, String) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Enables support for large-payload messages.
setMessageSizeThreshold(int) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Sets the message size threshold for storing message payloads in Amazon S3.

W

withAlwaysThroughS3(boolean) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Sets whether or not all messages regardless of their payload size should be stored in Amazon S3.
withLargePayloadSupportDisabled() - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Disables support for large-payload messages.
withLargePayloadSupportEnabled(AmazonS3, String) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Enables support for large-payload messages.
withMessageSizeThreshold(int) - Method in class com.amazon.sqs.javamessaging.ExtendedClientConfiguration
Sets the message size threshold for storing message payloads in Amazon S3.
A C D E G I P R S W 
Skip navigation links

Copyright © 2020. All rights reserved.