| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
EphemerisData |
CreateEphemerisRequest.ephemeris()
Ephemeris data.
|
static EphemerisData |
EphemerisData.fromOem(Consumer<OEMEphemeris.Builder> oem)
Create an instance of this class with
oem() initialized to the given value. |
static EphemerisData |
EphemerisData.fromOem(OEMEphemeris oem)
Create an instance of this class with
oem() initialized to the given value. |
static EphemerisData |
EphemerisData.fromTle(Consumer<TLEEphemeris.Builder> tle)
Create an instance of this class with
tle() initialized to the given value. |
static EphemerisData |
EphemerisData.fromTle(TLEEphemeris tle)
Create an instance of this class with
tle() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
CreateEphemerisRequest.Builder |
CreateEphemerisRequest.Builder.ephemeris(EphemerisData ephemeris)
Ephemeris data.
|
Copyright © 2023. All rights reserved.