| Modifier and Type | Method and Description |
|---|---|
SNSExtendedClientConfiguration |
SNSExtendedClientConfiguration.withAlwaysThroughS3(boolean alwaysThroughS3) |
SNSExtendedClientConfiguration |
SNSExtendedClientConfiguration.withPayloadSizeThreshold(int payloadSizeThreshold) |
SNSExtendedClientConfiguration |
SNSExtendedClientConfiguration.withPayloadSupportDisabled() |
SNSExtendedClientConfiguration |
SNSExtendedClientConfiguration.withPayloadSupportEnabled(software.amazon.awssdk.services.s3.S3Client s3,
String s3BucketName) |
SNSExtendedClientConfiguration |
SNSExtendedClientConfiguration.withServerSideEncryption(software.amazon.payloadoffloading.ServerSideEncryptionStrategy serverSideEncryptionStrategy) |
| Constructor and Description |
|---|
AmazonSNSExtendedClient(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) |
Copyright © 2023. All rights reserved.