Uses of Class
software.amazon.awssdk.services.groundstation.model.EphemerisData
-
Packages that use EphemerisData Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of EphemerisData in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return EphemerisData Modifier and Type Method Description EphemerisDataCreateEphemerisRequest. ephemeris()Ephemeris data.static EphemerisDataEphemerisData. fromOem(Consumer<OEMEphemeris.Builder> oem)Create an instance of this class withoem()initialized to the given value.static EphemerisDataEphemerisData. fromOem(OEMEphemeris oem)Create an instance of this class withoem()initialized to the given value.static EphemerisDataEphemerisData. fromTle(Consumer<TLEEphemeris.Builder> tle)Create an instance of this class withtle()initialized to the given value.static EphemerisDataEphemerisData. fromTle(TLEEphemeris tle)Create an instance of this class withtle()initialized to the given value.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type EphemerisData Modifier and Type Method Description CreateEphemerisRequest.BuilderCreateEphemerisRequest.Builder. ephemeris(EphemerisData ephemeris)Ephemeris data.
-