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