Uses of Class
software.amazon.awssdk.services.groundstation.model.EphemerisInvalidReason
-
Packages that use EphemerisInvalidReason Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of EphemerisInvalidReason in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return EphemerisInvalidReason Modifier and Type Method Description static EphemerisInvalidReasonEphemerisInvalidReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EphemerisInvalidReasonDescribeEphemerisResponse. invalidReason()Reason that an ephemeris failed validation.static EphemerisInvalidReasonEphemerisInvalidReason. valueOf(String name)Returns the enum constant of this type with the specified name.static EphemerisInvalidReason[]EphemerisInvalidReason. 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 EphemerisInvalidReason Modifier and Type Method Description static Set<EphemerisInvalidReason>EphemerisInvalidReason. knownValues()Methods in software.amazon.awssdk.services.groundstation.model with parameters of type EphemerisInvalidReason Modifier and Type Method Description DescribeEphemerisResponse.BuilderDescribeEphemerisResponse.Builder. invalidReason(EphemerisInvalidReason invalidReason)Reason that an ephemeris failed validation.
-