Uses of Class
com.amazon.sqs.javamessaging.ExtendedAsyncClientConfiguration
-
Uses of ExtendedAsyncClientConfiguration in com.amazon.sqs.javamessaging
Methods in com.amazon.sqs.javamessaging that return ExtendedAsyncClientConfigurationModifier and TypeMethodDescriptionExtendedAsyncClientConfiguration.withAlwaysThroughS3(boolean alwaysThroughS3) ExtendedAsyncClientConfiguration.withIgnorePayloadNotFound(boolean ignorePayloadNotFound) Sets whether or not messages should be removed from Amazon SQS when payloads are not found in Amazon S3.ExtendedAsyncClientConfiguration.withLegacyReservedAttributeNameDisabled()Disables the utilization legacy payload attribute name when sending messages.ExtendedAsyncClientConfiguration.withObjectCannedACL(software.amazon.awssdk.services.s3.model.ObjectCannedACL objectCannedACL) ExtendedAsyncClientConfiguration.withPayloadSizeThreshold(int payloadSizeThreshold) ExtendedAsyncClientConfiguration.withPayloadSupportDisabled()ExtendedAsyncClientConfiguration.withPayloadSupportEnabled(software.amazon.awssdk.services.s3.S3AsyncClient s3Async, String s3BucketName) ExtendedAsyncClientConfiguration.withPayloadSupportEnabled(software.amazon.awssdk.services.s3.S3AsyncClient s3Async, String s3BucketName, boolean cleanupS3Payload) Enables asynchronous support for payload messages.ExtendedAsyncClientConfiguration.withS3KeyPrefix(String s3KeyPrefix) Sets a string that will be used as prefix of the S3 Key.ExtendedAsyncClientConfiguration.withServerSideEncryption(software.amazon.payloadoffloading.ServerSideEncryptionStrategy serverSideEncryption) Constructors in com.amazon.sqs.javamessaging with parameters of type ExtendedAsyncClientConfigurationModifierConstructorDescriptionAmazonSQSExtendedAsyncClient(software.amazon.awssdk.services.sqs.SqsAsyncClient sqsClient, ExtendedAsyncClientConfiguration 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.