Enum SuppressionListImportAction

java.lang.Object
java.lang.Enum<SuppressionListImportAction>
software.amazon.awssdk.services.sesv2.model.SuppressionListImportAction
All Implemented Interfaces:
Serializable, Comparable<SuppressionListImportAction>

@Generated("software.amazon.awssdk:codegen") public enum SuppressionListImportAction extends Enum<SuppressionListImportAction>

The type of action to perform on the address. The following are possible values:

  • PUT: add the addresses to the suppression list.

  • DELETE: remove the address from the suppression list.