Uses of Class
com.amazon.sqs.javamessaging.ExtendedClientConfiguration
-
Uses of ExtendedClientConfiguration in com.amazon.sqs.javamessaging
Methods in com.amazon.sqs.javamessaging that return ExtendedClientConfigurationModifier and TypeMethodDescriptionExtendedClientConfiguration.withAlwaysThroughS3
(boolean alwaysThroughS3) ExtendedClientConfiguration.withCannedAccessControlList
(com.amazonaws.services.s3.model.CannedAccessControlList cannedAccessControlList) ExtendedClientConfiguration.withIgnorePayloadNotFound
(boolean ignorePayloadNotFound) Sets whether or not messages should be removed from Amazon SQS when payloads are not found in Amazon S3.ExtendedClientConfiguration.withLargePayloadSupportDisabled()
Deprecated.ExtendedClientConfiguration.withLargePayloadSupportEnabled
(com.amazonaws.services.s3.AmazonS3 s3, String s3BucketName) Deprecated.Instead usewithPayloadSupportEnabled(AmazonS3, String)
ExtendedClientConfiguration.withLegacyReservedAttributeNameDisabled()
Disables the utilization legacy payload attribute name when sending messages.ExtendedClientConfiguration.withMessageSizeThreshold
(int messageSizeThreshold) Deprecated.Instead usewithPayloadSizeThreshold(int)
ExtendedClientConfiguration.withPayloadSizeThreshold
(int payloadSizeThreshold) ExtendedClientConfiguration.withPayloadSupportDisabled()
ExtendedClientConfiguration.withPayloadSupportEnabled
(com.amazonaws.services.s3.AmazonS3 s3, String s3BucketName) ExtendedClientConfiguration.withPayloadSupportEnabled
(com.amazonaws.services.s3.AmazonS3 s3, String s3BucketName, boolean cleanupS3Payload) Enables support for payload messages.ExtendedClientConfiguration.withS3KeyPrefix
(String s3KeyPrefix) Sets a string that will be used as prefix of the S3 Key.ExtendedClientConfiguration.withSSEAwsKeyManagementParams
(com.amazonaws.services.s3.model.SSEAwsKeyManagementParams sseAwsKeyManagementParams) Constructors in com.amazon.sqs.javamessaging with parameters of type ExtendedClientConfigurationModifierConstructorDescriptionAmazonSQSExtendedClient
(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.
withPayloadSupportDisabled()