Uses of Class
software.amazon.awssdk.services.groundstation.model.EphemerisStatus
-
Packages that use EphemerisStatus Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of EphemerisStatus in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return EphemerisStatus Modifier and Type Method Description static EphemerisStatusEphemerisStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EphemerisStatusDescribeEphemerisResponse. status()The status of the ephemeris.EphemerisStatusEphemerisItem. status()The status of the ephemeris.static EphemerisStatusEphemerisStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EphemerisStatus[]EphemerisStatus. 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 EphemerisStatus Modifier and Type Method Description static Set<EphemerisStatus>EphemerisStatus. knownValues()List<EphemerisStatus>ListEphemeridesRequest. statusList()The list of ephemeris status to return.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type EphemerisStatus Modifier and Type Method Description DescribeEphemerisResponse.BuilderDescribeEphemerisResponse.Builder. status(EphemerisStatus status)The status of the ephemeris.EphemerisItem.BuilderEphemerisItem.Builder. status(EphemerisStatus status)The status of the ephemeris.ListEphemeridesRequest.BuilderListEphemeridesRequest.Builder. statusList(EphemerisStatus... statusList)The list of ephemeris status to return.Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type EphemerisStatus Modifier and Type Method Description ListEphemeridesRequest.BuilderListEphemeridesRequest.Builder. statusList(Collection<EphemerisStatus> statusList)The list of ephemeris status to return.
-