| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
EphemerisItem |
EphemerisItem.clone() |
EphemerisItem |
EphemerisItem.withCreationTime(Date creationTime)
The time the ephemeris was uploaded in UTC.
|
EphemerisItem |
EphemerisItem.withEnabled(Boolean enabled)
Whether or not the ephemeris is enabled.
|
EphemerisItem |
EphemerisItem.withEphemerisId(String ephemerisId)
The AWS Ground Station ephemeris ID.
|
EphemerisItem |
EphemerisItem.withName(String name)
A name string associated with the ephemeris.
|
EphemerisItem |
EphemerisItem.withPriority(Integer priority)
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
|
EphemerisItem |
EphemerisItem.withSourceS3Object(S3Object sourceS3Object)
Source S3 object used for the ephemeris.
|
EphemerisItem |
EphemerisItem.withStatus(EphemerisStatus status)
The status of the ephemeris.
|
EphemerisItem |
EphemerisItem.withStatus(String status)
The status of the ephemeris.
|
| Modifier and Type | Method and Description |
|---|---|
List<EphemerisItem> |
ListEphemeridesResult.getEphemerides()
List of ephemerides.
|
| Modifier and Type | Method and Description |
|---|---|
ListEphemeridesResult |
ListEphemeridesResult.withEphemerides(EphemerisItem... ephemerides)
List of ephemerides.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEphemeridesResult.setEphemerides(Collection<EphemerisItem> ephemerides)
List of ephemerides.
|
ListEphemeridesResult |
ListEphemeridesResult.withEphemerides(Collection<EphemerisItem> ephemerides)
List of ephemerides.
|
Copyright © 2024. All rights reserved.