Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.EarthObservationJobErrorType
-
Packages that use EarthObservationJobErrorType Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of EarthObservationJobErrorType in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return EarthObservationJobErrorType Modifier and Type Method Description static EarthObservationJobErrorTypeEarthObservationJobErrorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EarthObservationJobErrorTypeEarthObservationJobErrorDetails. type()The type of error in an Earth Observation job.static EarthObservationJobErrorTypeEarthObservationJobErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static EarthObservationJobErrorType[]EarthObservationJobErrorType. 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 EarthObservationJobErrorType Modifier and Type Method Description static Set<EarthObservationJobErrorType>EarthObservationJobErrorType. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type EarthObservationJobErrorType Modifier and Type Method Description EarthObservationJobErrorDetails.BuilderEarthObservationJobErrorDetails.Builder. type(EarthObservationJobErrorType type)The type of error in an Earth Observation job.
-