Uses of Interface
software.amazon.awssdk.services.ses.model.SNSDestination.Builder
-
Packages that use SNSDestination.Builder Package Description software.amazon.awssdk.services.ses.model -
-
Uses of SNSDestination.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SNSDestination.Builder Modifier and Type Method Description static SNSDestination.BuilderSNSDestination. builder()SNSDestination.BuilderSNSDestination. toBuilder()SNSDestination.BuilderSNSDestination.Builder. topicARN(String topicARN)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.Builder Modifier and Type Method Description static Class<? extends SNSDestination.Builder>SNSDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.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 contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.
-