Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.EarthObservationJobStatus
-
Packages that use EarthObservationJobStatus Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of EarthObservationJobStatus in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return EarthObservationJobStatus Modifier and Type Method Description static EarthObservationJobStatusEarthObservationJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EarthObservationJobStatusGetEarthObservationJobResponse. status()The status of a previously initiated Earth Observation job.EarthObservationJobStatusListEarthObservationJobOutputConfig. status()The status of the list of the Earth Observation jobs.EarthObservationJobStatusStartEarthObservationJobResponse. status()The status of the Earth Observation job.EarthObservationJobStatusListEarthObservationJobsRequest. statusEquals()A filter that retrieves only jobs with a specific status.static EarthObservationJobStatusEarthObservationJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EarthObservationJobStatus[]EarthObservationJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type EarthObservationJobStatus Modifier and Type Method Description static Set<EarthObservationJobStatus>EarthObservationJobStatus. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type EarthObservationJobStatus Modifier and Type Method Description GetEarthObservationJobResponse.BuilderGetEarthObservationJobResponse.Builder. status(EarthObservationJobStatus status)The status of a previously initiated Earth Observation job.ListEarthObservationJobOutputConfig.BuilderListEarthObservationJobOutputConfig.Builder. status(EarthObservationJobStatus status)The status of the list of the Earth Observation jobs.StartEarthObservationJobResponse.BuilderStartEarthObservationJobResponse.Builder. status(EarthObservationJobStatus status)The status of the Earth Observation job.ListEarthObservationJobsRequest.BuilderListEarthObservationJobsRequest.Builder. statusEquals(EarthObservationJobStatus statusEquals)A filter that retrieves only jobs with a specific status.
-