Uses of Class
software.amazon.awssdk.services.ses.model.ConfigurationSet
Packages that use ConfigurationSet
-
Uses of ConfigurationSet in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ConfigurationSetModifier and TypeMethodDescriptionfinal ConfigurationSetCreateConfigurationSetRequest.configurationSet()A data structure that contains the name of the configuration set.final 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 ConfigurationSetModifier and TypeMethodDescriptionfinal List<ConfigurationSet>ListConfigurationSetsResponse.configurationSets()A list of configuration sets.Methods in software.amazon.awssdk.services.ses.model with parameters of type ConfigurationSetModifier and TypeMethodDescriptionCreateConfigurationSetRequest.Builder.configurationSet(ConfigurationSet configurationSet) A data structure that contains the name of the configuration set.DescribeConfigurationSetResponse.Builder.configurationSet(ConfigurationSet configurationSet) The configuration set object associated with the specified configuration set.ListConfigurationSetsResponse.Builder.configurationSets(ConfigurationSet... configurationSets) A list of configuration sets.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type ConfigurationSetModifier and TypeMethodDescriptionListConfigurationSetsResponse.Builder.configurationSets(Collection<ConfigurationSet> configurationSets) A list of configuration sets.