Uses of Interface
software.amazon.awssdk.services.sesv2.model.TenantSuppressionAttributes.Builder
Packages that use TenantSuppressionAttributes.Builder
-
Uses of TenantSuppressionAttributes.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return TenantSuppressionAttributes.BuilderModifier and TypeMethodDescriptionTenantSuppressionAttributes.builder()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.TenantSuppressionAttributes.Builder.suppressedReasons(SuppressionListReason... suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for the tenant.TenantSuppressionAttributes.Builder.suppressedReasonsWithStrings(String... suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for the tenant.TenantSuppressionAttributes.Builder.suppressedReasonsWithStrings(Collection<String> suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for the tenant.TenantSuppressionAttributes.Builder.suppressionScope(String suppressionScope) The suppression scope for the tenant.TenantSuppressionAttributes.Builder.suppressionScope(SuppressionListScope suppressionScope) The suppression scope for the tenant.TenantSuppressionAttributes.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type TenantSuppressionAttributes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TenantSuppressionAttributes.Builder>TenantSuppressionAttributes.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type TenantSuppressionAttributes.BuilderModifier and TypeMethodDescriptiondefault CreateTenantRequest.BuilderCreateTenantRequest.Builder.suppressionAttributes(Consumer<TenantSuppressionAttributes.Builder> suppressionAttributes) An object that contains information about the suppression list preferences for the tenant.default CreateTenantResponse.BuilderCreateTenantResponse.Builder.suppressionAttributes(Consumer<TenantSuppressionAttributes.Builder> suppressionAttributes) Sets the value of the SuppressionAttributes property for this object.default Tenant.BuilderTenant.Builder.suppressionAttributes(Consumer<TenantSuppressionAttributes.Builder> suppressionAttributes) An object that contains information about the suppression list preferences for the tenant.