| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationSet |
DescribeConfigurationSetResponse.configurationSet()
The configuration set object associated with the specified configuration set.
|
ConfigurationSet |
CreateConfigurationSetRequest.configurationSet()
A data structure that contains the name of the configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationSet> |
ListConfigurationSetsResponse.configurationSets()
A list of configuration sets.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationSetResponse.Builder |
DescribeConfigurationSetResponse.Builder.configurationSet(ConfigurationSet configurationSet)
The configuration set object associated with the specified configuration set.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.configurationSet(ConfigurationSet configurationSet)
A data structure that contains the name of the configuration set.
|
ListConfigurationSetsResponse.Builder |
ListConfigurationSetsResponse.Builder.configurationSets(ConfigurationSet... configurationSets)
A list of configuration sets.
|
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationSetsResponse.Builder |
ListConfigurationSetsResponse.Builder.configurationSets(Collection<ConfigurationSet> configurationSets)
A list of configuration sets.
|
Copyright © 2023. All rights reserved.