Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutAccountSuppressionAttributesRequest.Builder
Packages that use PutAccountSuppressionAttributesRequest.Builder
Package
Description
-
Uses of PutAccountSuppressionAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutAccountSuppressionAttributesRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.putAccountSuppressionAttributes(Consumer<PutAccountSuppressionAttributesRequest.Builder> putAccountSuppressionAttributesRequest) Change the settings for the account-level suppression list.SesV2Client.putAccountSuppressionAttributes(Consumer<PutAccountSuppressionAttributesRequest.Builder> putAccountSuppressionAttributesRequest) Change the settings for the account-level suppression list. -
Uses of PutAccountSuppressionAttributesRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutAccountSuppressionAttributesRequest.BuilderModifier and TypeMethodDescriptionPutAccountSuppressionAttributesRequest.builder()PutAccountSuppressionAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutAccountSuppressionAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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.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.PutAccountSuppressionAttributesRequest.Builder.suppressedReasonsWithStrings(String... suppressedReasons) A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.PutAccountSuppressionAttributesRequest.Builder.suppressedReasonsWithStrings(Collection<String> suppressedReasons) A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.PutAccountSuppressionAttributesRequest.toBuilder()PutAccountSuppressionAttributesRequest.Builder.validationAttributes(Consumer<SuppressionValidationAttributes.Builder> validationAttributes) An object that contains additional suppression attributes for your account.PutAccountSuppressionAttributesRequest.Builder.validationAttributes(SuppressionValidationAttributes validationAttributes) An object that contains additional suppression attributes for your account.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutAccountSuppressionAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutAccountSuppressionAttributesRequest.Builder>PutAccountSuppressionAttributesRequest.serializableBuilderClass()