Uses of Class
software.amazon.awssdk.services.ses.model.ConfigurationSetAttribute
-
Packages that use ConfigurationSetAttribute Package Description software.amazon.awssdk.services.ses.model -
-
Uses of ConfigurationSetAttribute in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ConfigurationSetAttribute Modifier and Type Method Description static ConfigurationSetAttributeConfigurationSetAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConfigurationSetAttributeConfigurationSetAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationSetAttribute[]ConfigurationSetAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ConfigurationSetAttribute Modifier and Type Method Description List<ConfigurationSetAttribute>DescribeConfigurationSetRequest. configurationSetAttributeNames()A list of configuration set attributes to return.static Set<ConfigurationSetAttribute>ConfigurationSetAttribute. knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type ConfigurationSetAttribute Modifier and Type Method Description DescribeConfigurationSetRequest.BuilderDescribeConfigurationSetRequest.Builder. configurationSetAttributeNames(ConfigurationSetAttribute... configurationSetAttributeNames)A list of configuration set attributes to return.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type ConfigurationSetAttribute Modifier and Type Method Description DescribeConfigurationSetRequest.BuilderDescribeConfigurationSetRequest.Builder. configurationSetAttributeNames(Collection<ConfigurationSetAttribute> configurationSetAttributeNames)A list of configuration set attributes to return.
-