Uses of Class
software.amazon.awssdk.services.groundstation.model.EphemerisDescription
-
Packages that use EphemerisDescription Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of EphemerisDescription in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return EphemerisDescription Modifier and Type Method Description EphemerisDescriptionEphemerisTypeDescription. oem()Returns the value of the Oem property for this object.EphemerisDescriptionEphemerisTypeDescription. tle()Returns the value of the Tle property for this object.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type EphemerisDescription Modifier and Type Method Description static EphemerisTypeDescriptionEphemerisTypeDescription. fromOem(EphemerisDescription oem)Create an instance of this class withEphemerisTypeDescription.oem()initialized to the given value.static EphemerisTypeDescriptionEphemerisTypeDescription. fromTle(EphemerisDescription tle)Create an instance of this class withEphemerisTypeDescription.tle()initialized to the given value.EphemerisTypeDescription.BuilderEphemerisTypeDescription.Builder. oem(EphemerisDescription oem)Sets the value of the Oem property for this object.EphemerisTypeDescription.BuilderEphemerisTypeDescription.Builder. tle(EphemerisDescription tle)Sets the value of the Tle property for this object.
-