| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
GroundStationData |
GroundStationData.clone() |
GroundStationData |
GroundStationData.withGroundStationId(String groundStationId)
UUID of a ground station.
|
GroundStationData |
GroundStationData.withGroundStationName(String groundStationName)
Name of a ground station.
|
GroundStationData |
GroundStationData.withRegion(String region)
Ground station Region.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroundStationData> |
ListGroundStationsResult.getGroundStationList()
List of ground stations.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroundStationsResult |
ListGroundStationsResult.withGroundStationList(GroundStationData... groundStationList)
List of ground stations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroundStationsResult.setGroundStationList(Collection<GroundStationData> groundStationList)
List of ground stations.
|
ListGroundStationsResult |
ListGroundStationsResult.withGroundStationList(Collection<GroundStationData> groundStationList)
List of ground stations.
|
Copyright © 2022. All rights reserved.