Modifier and Type | Method and Description |
---|---|
ExtendedClientConfiguration |
ExtendedClientConfiguration.withAlwaysThroughS3(boolean alwaysThroughS3) |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withCannedAccessControlList(com.amazonaws.services.s3.model.CannedAccessControlList cannedAccessControlList) |
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(com.amazonaws.services.s3.AmazonS3 s3,
String s3BucketName)
Deprecated.
Instead use
withPayloadSupportEnabled(AmazonS3, 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.withPayloadSizeThreshold(int payloadSizeThreshold) |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withPayloadSupportDisabled() |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withPayloadSupportEnabled(com.amazonaws.services.s3.AmazonS3 s3,
String s3BucketName) |
ExtendedClientConfiguration |
ExtendedClientConfiguration.withPayloadSupportEnabled(com.amazonaws.services.s3.AmazonS3 s3,
String s3BucketName,
boolean cleanupS3Payload)
Enables support for payload messages.
|
ExtendedClientConfiguration |
ExtendedClientConfiguration.withSSEAwsKeyManagementParams(com.amazonaws.services.s3.model.SSEAwsKeyManagementParams sseAwsKeyManagementParams) |
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 © 2023. All rights reserved.