Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobExportErrorType
-
Packages that use VectorEnrichmentJobExportErrorType Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of VectorEnrichmentJobExportErrorType in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return VectorEnrichmentJobExportErrorType Modifier and Type Method Description static VectorEnrichmentJobExportErrorTypeVectorEnrichmentJobExportErrorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VectorEnrichmentJobExportErrorTypeVectorEnrichmentJobExportErrorDetails. type()The output error details for an Export operation on a Vector Enrichment job.static VectorEnrichmentJobExportErrorTypeVectorEnrichmentJobExportErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static VectorEnrichmentJobExportErrorType[]VectorEnrichmentJobExportErrorType. 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 VectorEnrichmentJobExportErrorType Modifier and Type Method Description static Set<VectorEnrichmentJobExportErrorType>VectorEnrichmentJobExportErrorType. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type VectorEnrichmentJobExportErrorType Modifier and Type Method Description VectorEnrichmentJobExportErrorDetails.BuilderVectorEnrichmentJobExportErrorDetails.Builder. type(VectorEnrichmentJobExportErrorType type)The output error details for an Export operation on a Vector Enrichment job.
-