Uses of Class
software.amazon.awssdk.services.groundstation.model.EphemerisSource
-
Packages that use EphemerisSource Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of EphemerisSource in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return EphemerisSource Modifier and Type Method Description static EphemerisSourceEphemerisSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EphemerisSourceEphemerisMetaData. source()TheEphemerisSourcethat generated a given ephemeris.static EphemerisSourceEphemerisSource. valueOf(String name)Returns the enum constant of this type with the specified name.static EphemerisSource[]EphemerisSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type EphemerisSource Modifier and Type Method Description static Set<EphemerisSource>EphemerisSource. knownValues()Methods in software.amazon.awssdk.services.groundstation.model with parameters of type EphemerisSource Modifier and Type Method Description EphemerisMetaData.BuilderEphemerisMetaData.Builder. source(EphemerisSource source)TheEphemerisSourcethat generated a given ephemeris.
-