| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
SatelliteListItem |
SatelliteListItem.clone() |
SatelliteListItem |
SatelliteListItem.withGroundStations(Collection<String> groundStations)
A list of ground stations to which the satellite is on-boarded.
|
SatelliteListItem |
SatelliteListItem.withGroundStations(String... groundStations)
A list of ground stations to which the satellite is on-boarded.
|
SatelliteListItem |
SatelliteListItem.withNoradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
|
SatelliteListItem |
SatelliteListItem.withSatelliteArn(String satelliteArn)
ARN of a satellite.
|
SatelliteListItem |
SatelliteListItem.withSatelliteId(String satelliteId)
UUID of a satellite.
|
| Modifier and Type | Method and Description |
|---|---|
List<SatelliteListItem> |
ListSatellitesResult.getSatellites()
List of satellites.
|
| Modifier and Type | Method and Description |
|---|---|
ListSatellitesResult |
ListSatellitesResult.withSatellites(SatelliteListItem... satellites)
List of satellites.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSatellitesResult.setSatellites(Collection<SatelliteListItem> satellites)
List of satellites.
|
ListSatellitesResult |
ListSatellitesResult.withSatellites(Collection<SatelliteListItem> satellites)
List of satellites.
|
Copyright © 2020. All rights reserved.