Modifier and Type | Method and Description |
---|---|
ExtendedClientConfiguration |
ExtendedClientConfiguration.withAlwaysThroughS3(boolean alwaysThroughS3) |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withIgnorePayloadNotFound(boolean ignorePayloadNotFound)
Sets whether or not messages should be removed from Amazon SQS
when payloads are not found in Amazon S3.
|
ExtendedClientConfiguration |
ExtendedClientConfiguration.withLargePayloadSupportDisabled()
Deprecated.
Instead use
withPayloadSupportDisabled() |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withLargePayloadSupportEnabled(software.amazon.awssdk.services.s3.S3Client s3,
String s3BucketName)
Deprecated.
Instead use
withPayloadSupportEnabled(S3Client, String) |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withLegacyReservedAttributeNameDisabled()
Disables the utilization legacy payload attribute name when sending messages.
|
ExtendedClientConfiguration |
ExtendedClientConfiguration.withMessageSizeThreshold(int messageSizeThreshold)
Deprecated.
Instead use
withPayloadSizeThreshold(int) |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withObjectCannedACL(software.amazon.awssdk.services.s3.model.ObjectCannedACL objectCannedACL) |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withPayloadSizeThreshold(int payloadSizeThreshold) |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withPayloadSupportDisabled() |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withPayloadSupportEnabled(software.amazon.awssdk.services.s3.S3Client s3,
String s3BucketName) |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withPayloadSupportEnabled(software.amazon.awssdk.services.s3.S3Client s3,
String s3BucketName,
boolean cleanupS3Payload)
Enables support for payload messages.
|
ExtendedClientConfiguration |
ExtendedClientConfiguration.withServerSideEncryption(software.amazon.payloadoffloading.ServerSideEncryptionStrategy serverSideEncryption) |
Constructor and Description |
---|
AmazonSQSExtendedClient(software.amazon.awssdk.services.sqs.SqsClient 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 © 2021. All rights reserved.