Uses of Class
software.amazon.awssdk.services.ses.model.ConfigurationSet
-
Packages that use ConfigurationSet Package Description software.amazon.awssdk.services.ses.model -
-
Uses of ConfigurationSet in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ConfigurationSet Modifier and Type Method Description ConfigurationSetCreateConfigurationSetRequest. configurationSet()A data structure that contains the name of the configuration set.ConfigurationSetDescribeConfigurationSetResponse. configurationSet()The configuration set object associated with the specified configuration set.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ConfigurationSet Modifier and Type Method Description List<ConfigurationSet>ListConfigurationSetsResponse. configurationSets()A list of configuration sets.Methods in software.amazon.awssdk.services.ses.model with parameters of type ConfigurationSet Modifier and Type Method Description CreateConfigurationSetRequest.BuilderCreateConfigurationSetRequest.Builder. configurationSet(ConfigurationSet configurationSet)A data structure that contains the name of the configuration set.DescribeConfigurationSetResponse.BuilderDescribeConfigurationSetResponse.Builder. configurationSet(ConfigurationSet configurationSet)The configuration set object associated with the specified configuration set.ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse.Builder. configurationSets(ConfigurationSet... configurationSets)A list of configuration sets.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type ConfigurationSet Modifier and Type Method Description ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse.Builder. configurationSets(Collection<ConfigurationSet> configurationSets)A list of configuration sets.
-