Uses of Interface
software.amazon.awssdk.services.sesv2.model.SuppressionListDestination.Builder
Packages that use SuppressionListDestination.Builder
-
Uses of SuppressionListDestination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressionListDestination.BuilderModifier and TypeMethodDescriptionSuppressionListDestination.builder()SuppressionListDestination.Builder.suppressionListImportAction(String suppressionListImportAction) The type of action to perform on the address.SuppressionListDestination.Builder.suppressionListImportAction(SuppressionListImportAction suppressionListImportAction) The type of action to perform on the address.SuppressionListDestination.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SuppressionListDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SuppressionListDestination.Builder>SuppressionListDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SuppressionListDestination.BuilderModifier and TypeMethodDescriptiondefault ImportDestination.BuilderImportDestination.Builder.suppressionListDestination(Consumer<SuppressionListDestination.Builder> suppressionListDestination) An object that contains the action of the import job towards suppression list.