Uses of Enum
software.amazon.awssdk.services.sesv2.model.SuppressionListReason
Packages that use SuppressionListReason
-
Uses of SuppressionListReason in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressionListReasonModifier and TypeMethodDescriptionstatic SuppressionListReasonUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SuppressionListReasonPutSuppressedDestinationRequest.reason()The factors that should cause the email address to be added to the suppression list for your account or for the specified tenant.final SuppressionListReasonSuppressedDestination.reason()The reason that the address was added to the suppression list for your account or for a specific tenant.final SuppressionListReasonSuppressedDestinationSummary.reason()The reason that the address was added to the suppression list for your account or for a specific tenant.static SuppressionListReasonReturns the enum constant of this type with the specified name.static SuppressionListReason[]SuppressionListReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SuppressionListReasonModifier and TypeMethodDescriptionstatic Set<SuppressionListReason>SuppressionListReason.knownValues()final List<SuppressionListReason>ListSuppressedDestinationsRequest.reasons()The factors that caused the email address to be added to the suppression list for your account or for a specific tenant.final List<SuppressionListReason>PutAccountSuppressionAttributesRequest.suppressedReasons()A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.final List<SuppressionListReason>PutConfigurationSetSuppressionOptionsRequest.suppressedReasons()A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant.final List<SuppressionListReason>PutTenantSuppressionAttributesRequest.suppressedReasons()A list that contains the reasons that email addresses are automatically added to the suppression list for the tenant.final List<SuppressionListReason>SuppressionAttributes.suppressedReasons()A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.final List<SuppressionListReason>SuppressionOptions.suppressedReasons()A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant.final List<SuppressionListReason>TenantSuppressionAttributes.suppressedReasons()A list that contains the reasons that email addresses are automatically added to the suppression list for the tenant.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type SuppressionListReasonModifier and TypeMethodDescriptionPutSuppressedDestinationRequest.Builder.reason(SuppressionListReason reason) The factors that should cause the email address to be added to the suppression list for your account or for the specified tenant.SuppressedDestination.Builder.reason(SuppressionListReason reason) The reason that the address was added to the suppression list for your account or for a specific tenant.SuppressedDestinationSummary.Builder.reason(SuppressionListReason reason) The reason that the address was added to the suppression list for your account or for a specific tenant.ListSuppressedDestinationsRequest.Builder.reasons(SuppressionListReason... reasons) The factors that caused the email address to be added to the suppression list for your account or for a specific tenant.PutAccountSuppressionAttributesRequest.Builder.suppressedReasons(SuppressionListReason... suppressedReasons) A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.PutConfigurationSetSuppressionOptionsRequest.Builder.suppressedReasons(SuppressionListReason... suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant.PutTenantSuppressionAttributesRequest.Builder.suppressedReasons(SuppressionListReason... suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for the tenant.SuppressionAttributes.Builder.suppressedReasons(SuppressionListReason... suppressedReasons) A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.SuppressionOptions.Builder.suppressedReasons(SuppressionListReason... suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant.TenantSuppressionAttributes.Builder.suppressedReasons(SuppressionListReason... suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for the tenant.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SuppressionListReasonModifier and TypeMethodDescriptionListSuppressedDestinationsRequest.Builder.reasons(Collection<SuppressionListReason> reasons) The factors that caused the email address to be added to the suppression list for your account or for a specific tenant.PutAccountSuppressionAttributesRequest.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons) A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.PutConfigurationSetSuppressionOptionsRequest.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant.PutTenantSuppressionAttributesRequest.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for the tenant.SuppressionAttributes.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons) A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.SuppressionOptions.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant.TenantSuppressionAttributes.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for the tenant.