Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutConfigurationSetSuppressionOptionsRequest.Builder
Packages that use PutConfigurationSetSuppressionOptionsRequest.Builder
Package
Description
-
Uses of PutConfigurationSetSuppressionOptionsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutConfigurationSetSuppressionOptionsRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.putConfigurationSetSuppressionOptions(Consumer<PutConfigurationSetSuppressionOptionsRequest.Builder> putConfigurationSetSuppressionOptionsRequest) Specify the suppression list preferences for a configuration set.SesV2Client.putConfigurationSetSuppressionOptions(Consumer<PutConfigurationSetSuppressionOptionsRequest.Builder> putConfigurationSetSuppressionOptionsRequest) Specify the suppression list preferences for a configuration set. -
Uses of PutConfigurationSetSuppressionOptionsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutConfigurationSetSuppressionOptionsRequest.BuilderModifier and TypeMethodDescriptionPutConfigurationSetSuppressionOptionsRequest.builder()PutConfigurationSetSuppressionOptionsRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set to change the suppression list preferences for.PutConfigurationSetSuppressionOptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutConfigurationSetSuppressionOptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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.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.PutConfigurationSetSuppressionOptionsRequest.Builder.suppressedReasonsWithStrings(String... 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.PutConfigurationSetSuppressionOptionsRequest.Builder.suppressedReasonsWithStrings(Collection<String> 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.PutConfigurationSetSuppressionOptionsRequest.Builder.suppressionScope(String suppressionScope) The suppression scope for the configuration set.PutConfigurationSetSuppressionOptionsRequest.Builder.suppressionScope(SuppressionListScope suppressionScope) The suppression scope for the configuration set.PutConfigurationSetSuppressionOptionsRequest.toBuilder()PutConfigurationSetSuppressionOptionsRequest.Builder.validationOptions(Consumer<SuppressionValidationOptions.Builder> validationOptions) An object that contains information about the email address suppression preferences for the configuration set in the current Amazon Web Services Region.PutConfigurationSetSuppressionOptionsRequest.Builder.validationOptions(SuppressionValidationOptions validationOptions) An object that contains information about the email address suppression preferences for the configuration set in the current Amazon Web Services Region.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutConfigurationSetSuppressionOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutConfigurationSetSuppressionOptionsRequest.Builder>PutConfigurationSetSuppressionOptionsRequest.serializableBuilderClass()