Uses of Interface
software.amazon.awssdk.services.ses.model.SNSDestination.Builder
Packages that use SNSDestination.Builder
-
Uses of SNSDestination.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SNSDestination.BuilderModifier and TypeMethodDescriptionstatic SNSDestination.BuilderSNSDestination.builder()SNSDestination.toBuilder()The ARN of the Amazon SNS topic for email sending events.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type SNSDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SNSDestination.Builder>SNSDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type SNSDestination.BuilderModifier and TypeMethodDescriptiondefault EventDestination.BuilderEventDestination.Builder.snsDestination(Consumer<SNSDestination.Builder> snsDestination) An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.