Uses of Class
software.amazon.awssdk.services.sesv2.model.SnsDestination
Packages that use SnsDestination
-
Uses of SnsDestination in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SnsDestinationModifier and TypeMethodDescriptionfinal SnsDestinationEventDestination.snsDestination()An object that defines an Amazon SNS destination for email events.final SnsDestinationEventDestinationDefinition.snsDestination()An object that defines an Amazon SNS destination for email events.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type SnsDestinationModifier and TypeMethodDescriptionEventDestination.Builder.snsDestination(SnsDestination snsDestination) An object that defines an Amazon SNS destination for email events.EventDestinationDefinition.Builder.snsDestination(SnsDestination snsDestination) An object that defines an Amazon SNS destination for email events.