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