| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationSetInformation |
ConfigurationSetInformation.clone() |
ConfigurationSetInformation |
ConfigurationSetInformation.withConfigurationSetArn(String configurationSetArn)
The Resource Name (ARN) of the ConfigurationSet.
|
ConfigurationSetInformation |
ConfigurationSetInformation.withConfigurationSetName(String configurationSetName)
The name of the ConfigurationSet.
|
ConfigurationSetInformation |
ConfigurationSetInformation.withCreatedTimestamp(Date createdTimestamp)
The time when the ConfigurationSet was created, in UNIX epoch time
format.
|
ConfigurationSetInformation |
ConfigurationSetInformation.withDefaultMessageType(MessageType defaultMessageType)
The type of message.
|
ConfigurationSetInformation |
ConfigurationSetInformation.withDefaultMessageType(String defaultMessageType)
The type of message.
|
ConfigurationSetInformation |
ConfigurationSetInformation.withDefaultSenderId(String defaultSenderId)
The default sender ID used by the ConfigurationSet.
|
ConfigurationSetInformation |
ConfigurationSetInformation.withEventDestinations(Collection<EventDestination> eventDestinations)
An array of EventDestination objects that describe any events to log and where to log them.
|
ConfigurationSetInformation |
ConfigurationSetInformation.withEventDestinations(EventDestination... eventDestinations)
An array of EventDestination objects that describe any events to log and where to log them.
|
ConfigurationSetInformation |
ConfigurationSetInformation.withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationSetInformation> |
DescribeConfigurationSetsResult.getConfigurationSets()
An array of ConfigurationSets objects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationSetsResult |
DescribeConfigurationSetsResult.withConfigurationSets(ConfigurationSetInformation... configurationSets)
An array of ConfigurationSets objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConfigurationSetsResult.setConfigurationSets(Collection<ConfigurationSetInformation> configurationSets)
An array of ConfigurationSets objects.
|
DescribeConfigurationSetsResult |
DescribeConfigurationSetsResult.withConfigurationSets(Collection<ConfigurationSetInformation> configurationSets)
An array of ConfigurationSets objects.
|
Copyright © 2024. All rights reserved.