Uses of Class
software.amazon.awssdk.services.sesv2.model.TenantSuppressionAttributes
Packages that use TenantSuppressionAttributes
-
Uses of TenantSuppressionAttributes in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return TenantSuppressionAttributesModifier and TypeMethodDescriptionCreateTenantRequest.suppressionAttributes()An object that contains information about the suppression list preferences for the tenant.CreateTenantResponse.suppressionAttributes()Returns the value of the SuppressionAttributes property for this object.Tenant.suppressionAttributes()An object that contains information about the suppression list preferences for the tenant.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type TenantSuppressionAttributesModifier and TypeMethodDescriptionCreateTenantRequest.Builder.suppressionAttributes(TenantSuppressionAttributes suppressionAttributes) An object that contains information about the suppression list preferences for the tenant.CreateTenantResponse.Builder.suppressionAttributes(TenantSuppressionAttributes suppressionAttributes) Sets the value of the SuppressionAttributes property for this object.Tenant.Builder.suppressionAttributes(TenantSuppressionAttributes suppressionAttributes) An object that contains information about the suppression list preferences for the tenant.