Uses of Class
software.amazon.sns.SNSExtendedClientConfiguration
-
Uses of SNSExtendedClientConfiguration in software.amazon.sns
Methods in software.amazon.sns that return SNSExtendedClientConfigurationModifier and TypeMethodDescriptionSNSExtendedClientConfiguration.withAlwaysThroughS3(boolean alwaysThroughS3) SNSExtendedClientConfiguration.withPayloadSizeThreshold(int payloadSizeThreshold) SNSExtendedClientConfiguration.withPayloadSupportDisabled()SNSExtendedClientConfiguration.withPayloadSupportEnabled(software.amazon.awssdk.services.s3.S3Client s3, String s3BucketName) SNSExtendedClientConfiguration.withServerSideEncryption(software.amazon.payloadoffloading.ServerSideEncryptionStrategy serverSideEncryptionStrategy) Constructors in software.amazon.sns with parameters of type SNSExtendedClientConfigurationModifierConstructorDescriptionAmazonSNSExtendedClient(software.amazon.awssdk.services.sns.SnsClient snsClient, SNSExtendedClientConfiguration snsExtendedClientConfiguration) Constructs a new Amazon SNS extended client to invoke service methods on Amazon SNS with extended functionality using the specified Amazon SNS client object.AmazonSNSExtendedClient(software.amazon.awssdk.services.sns.SnsClient snsClient, SNSExtendedClientConfiguration snsExtendedClientConfiguration, software.amazon.payloadoffloading.PayloadStore payloadStore) Constructs a new Amazon SNS extended client to invoke service methods on Amazon SNS with extended functionality using the specified Amazon SNS client object and Payload Store object.SNSExtendedClientConfiguration(SNSExtendedClientConfiguration snsExtendedClientConfiguration)