Uses of Interface
software.amazon.awssdk.services.ses.model.SNSAction.Builder
Packages that use SNSAction.Builder
-
Uses of SNSAction.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SNSAction.BuilderModifier and TypeMethodDescriptionstatic SNSAction.BuilderSNSAction.builder()The encoding to use for the email within the Amazon SNS notification.SNSAction.Builder.encoding(SNSActionEncoding encoding) The encoding to use for the email within the Amazon SNS notification.SNSAction.toBuilder()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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SNSAction.Builder>SNSAction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type SNSAction.BuilderModifier and TypeMethodDescriptiondefault ReceiptAction.BuilderReceiptAction.Builder.snsAction(Consumer<SNSAction.Builder> snsAction) Publishes the email content within a notification to Amazon SNS.