Modifier and Type | Method and Description |
---|---|
ExtendedClientConfiguration |
ExtendedClientConfiguration.withAlwaysThroughS3(boolean alwaysThroughS3)
Sets whether or not all messages regardless of their payload size should
be stored in Amazon S3.
|
ExtendedClientConfiguration |
ExtendedClientConfiguration.withLargePayloadSupportDisabled()
Disables support for large-payload messages.
|
ExtendedClientConfiguration |
ExtendedClientConfiguration.withLargePayloadSupportEnabled(com.amazonaws.services.s3.AmazonS3 s3,
String s3BucketName)
Enables support for large-payload messages.
|
ExtendedClientConfiguration |
ExtendedClientConfiguration.withMessageSizeThreshold(int messageSizeThreshold)
Sets the message size threshold for storing message payloads in Amazon
S3.
|
Constructor and Description |
---|
AmazonSQSExtendedClient(com.amazonaws.services.sqs.AmazonSQS sqsClient,
ExtendedClientConfiguration extendedClientConfig)
Constructs a new Amazon SQS extended client to invoke service methods on
Amazon SQS with extended functionality using the specified Amazon SQS
client object.
|
ExtendedClientConfiguration(ExtendedClientConfiguration other) |
Copyright © 2020. All rights reserved.