| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigListItem |
ConfigListItem.clone() |
ConfigListItem |
ConfigListItem.withConfigArn(String configArn)
ARN of a
Config. |
ConfigListItem |
ConfigListItem.withConfigId(String configId)
UUID of a
Config. |
ConfigListItem |
ConfigListItem.withConfigType(ConfigCapabilityType configType)
Type of a
Config. |
ConfigListItem |
ConfigListItem.withConfigType(String configType)
Type of a
Config. |
ConfigListItem |
ConfigListItem.withName(String name)
Name of a
Config. |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigListItem> |
ListConfigsResult.getConfigList()
List of
Config items. |
| Modifier and Type | Method and Description |
|---|---|
ListConfigsResult |
ListConfigsResult.withConfigList(ConfigListItem... configList)
List of
Config items. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListConfigsResult.setConfigList(Collection<ConfigListItem> configList)
List of
Config items. |
ListConfigsResult |
ListConfigsResult.withConfigList(Collection<ConfigListItem> configList)
List of
Config items. |
Copyright © 2019. All rights reserved.