Uses of Class
software.amazon.awssdk.services.groundstation.model.EphemerisTypeDescription
-
Packages that use EphemerisTypeDescription Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of EphemerisTypeDescription in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return EphemerisTypeDescription Modifier and Type Method Description static EphemerisTypeDescriptionEphemerisTypeDescription. fromOem(Consumer<EphemerisDescription.Builder> oem)Create an instance of this class withoem()initialized to the given value.static EphemerisTypeDescriptionEphemerisTypeDescription. fromOem(EphemerisDescription oem)Create an instance of this class withoem()initialized to the given value.static EphemerisTypeDescriptionEphemerisTypeDescription. fromTle(Consumer<EphemerisDescription.Builder> tle)Create an instance of this class withtle()initialized to the given value.static EphemerisTypeDescriptionEphemerisTypeDescription. fromTle(EphemerisDescription tle)Create an instance of this class withtle()initialized to the given value.EphemerisTypeDescriptionDescribeEphemerisResponse. suppliedData()Supplied ephemeris data.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type EphemerisTypeDescription Modifier and Type Method Description DescribeEphemerisResponse.BuilderDescribeEphemerisResponse.Builder. suppliedData(EphemerisTypeDescription suppliedData)Supplied ephemeris data.
-