Uses of Interface
software.amazon.awssdk.services.ses.model.SNSAction.Builder
-
Packages that use SNSAction.Builder Package Description software.amazon.awssdk.services.ses.model -
-
Uses of SNSAction.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SNSAction.Builder Modifier and Type Method Description static SNSAction.BuilderSNSAction. builder()SNSAction.BuilderSNSAction.Builder. encoding(String encoding)The encoding to use for the email within the Amazon SNS notification.SNSAction.BuilderSNSAction.Builder. encoding(SNSActionEncoding encoding)The encoding to use for the email within the Amazon SNS notification.SNSAction.BuilderSNSAction. toBuilder()SNSAction.BuilderSNSAction.Builder. topicArn(String topicArn)The Amazon Resource Name (ARN) of the Amazon SNS topic to notify.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type SNSAction.Builder Modifier and Type Method Description static Class<? extends SNSAction.Builder>SNSAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type SNSAction.Builder Modifier and Type Method Description default ReceiptAction.BuilderReceiptAction.Builder. snsAction(Consumer<SNSAction.Builder> snsAction)Publishes the email content within a notification to Amazon SNS.
-