Uses of Interface
software.amazon.awssdk.services.sesv2.model.SnsDestination.Builder
Packages that use SnsDestination.Builder
-
Uses of SnsDestination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SnsDestination.BuilderModifier and TypeMethodDescriptionstatic SnsDestination.BuilderSnsDestination.builder()SnsDestination.toBuilder()The Amazon Resource Name (ARN) of the Amazon SNS topic to publish email events to.Methods in software.amazon.awssdk.services.sesv2.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.sesv2.model with type arguments of type SnsDestination.BuilderModifier and TypeMethodDescriptiondefault EventDestination.BuilderEventDestination.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination) An object that defines an Amazon SNS destination for email events.EventDestinationDefinition.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination) An object that defines an Amazon SNS destination for email events.