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.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(software.amazon.awssdk.services.s3.S3Client s3, String s3BucketName) Deprecated.Instead usewithPayloadSupportEnabled(S3Client, String)ExtendedClientConfiguration.withLegacyReservedAttributeNameDisabled()Disables the utilization legacy payload attribute name when sending messages.ExtendedClientConfiguration.withMessageSizeThreshold(int messageSizeThreshold) Deprecated.Instead usewithPayloadSizeThreshold(int)ExtendedClientConfiguration.withObjectCannedACL(software.amazon.awssdk.services.s3.model.ObjectCannedACL objectCannedACL) ExtendedClientConfiguration.withPayloadSizeThreshold(int payloadSizeThreshold) ExtendedClientConfiguration.withPayloadSupportDisabled()ExtendedClientConfiguration.withPayloadSupportEnabled(software.amazon.awssdk.services.s3.S3Client s3, String s3BucketName) ExtendedClientConfiguration.withPayloadSupportEnabled(software.amazon.awssdk.services.s3.S3Client 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.withServerSideEncryption(software.amazon.payloadoffloading.ServerSideEncryptionStrategy serverSideEncryption) Constructors in com.amazon.sqs.javamessaging with parameters of type ExtendedClientConfigurationModifierConstructorDescriptionAmazonSQSExtendedClient(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.
withPayloadSupportDisabled()