Uses of Interface
software.amazon.awssdk.services.sesv2.model.SnsDestination.Builder
-
Packages that use SnsDestination.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of SnsDestination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SnsDestination.Builder Modifier and Type Method Description static SnsDestination.BuilderSnsDestination. builder()SnsDestination.BuilderSnsDestination. toBuilder()SnsDestination.BuilderSnsDestination.Builder. topicArn(String topicArn)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.Builder Modifier and Type Method Description static Class<? extends SnsDestination.Builder>SnsDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SnsDestination.Builder Modifier and Type Method Description default EventDestination.BuilderEventDestination.Builder. snsDestination(Consumer<SnsDestination.Builder> snsDestination)An object that defines an Amazon SNS destination for email events.default EventDestinationDefinition.BuilderEventDestinationDefinition.Builder. snsDestination(Consumer<SnsDestination.Builder> snsDestination)An object that defines an Amazon SNS destination for email events.
-