| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
TLEData |
TLEData.clone() |
TLEData |
TLEData.withTleLine1(String tleLine1)
First line of two-line element set (TLE) data.
|
TLEData |
TLEData.withTleLine2(String tleLine2)
Second line of two-line element set (TLE) data.
|
TLEData |
TLEData.withValidTimeRange(TimeRange validTimeRange)
The valid time range for the TLE.
|
| Modifier and Type | Method and Description |
|---|---|
List<TLEData> |
TLEEphemeris.getTleData()
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
|
| Modifier and Type | Method and Description |
|---|---|
TLEEphemeris |
TLEEphemeris.withTleData(TLEData... tleData)
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLEEphemeris.setTleData(Collection<TLEData> tleData)
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
|
TLEEphemeris |
TLEEphemeris.withTleData(Collection<TLEData> tleData)
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
|
Copyright © 2024. All rights reserved.