Uses of Enum
software.amazon.awssdk.services.sesv2.model.SuppressionListScope
Packages that use SuppressionListScope
-
Uses of SuppressionListScope in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressionListScopeModifier and TypeMethodDescriptionstatic SuppressionListScopeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SuppressionListScopePutConfigurationSetSuppressionOptionsRequest.suppressionScope()The suppression scope for the configuration set.final SuppressionListScopePutTenantSuppressionAttributesRequest.suppressionScope()The suppression scope for the tenant.final SuppressionListScopeSuppressionOptions.suppressionScope()The suppression scope for the configuration set.final SuppressionListScopeTenantSuppressionAttributes.suppressionScope()The suppression scope for the tenant.static SuppressionListScopeReturns the enum constant of this type with the specified name.static SuppressionListScope[]SuppressionListScope.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 SuppressionListScopeModifier and TypeMethodDescriptionstatic Set<SuppressionListScope>SuppressionListScope.knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type SuppressionListScopeModifier and TypeMethodDescriptionPutConfigurationSetSuppressionOptionsRequest.Builder.suppressionScope(SuppressionListScope suppressionScope) The suppression scope for the configuration set.PutTenantSuppressionAttributesRequest.Builder.suppressionScope(SuppressionListScope suppressionScope) The suppression scope for the tenant.SuppressionOptions.Builder.suppressionScope(SuppressionListScope suppressionScope) The suppression scope for the configuration set.TenantSuppressionAttributes.Builder.suppressionScope(SuppressionListScope suppressionScope) The suppression scope for the tenant.