Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobExportStatus
-
Packages that use VectorEnrichmentJobExportStatus Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of VectorEnrichmentJobExportStatus in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return VectorEnrichmentJobExportStatus Modifier and Type Method Description VectorEnrichmentJobExportStatusExportVectorEnrichmentJobResponse. exportStatus()The status of the results the Vector Enrichment job being exported.VectorEnrichmentJobExportStatusGetVectorEnrichmentJobResponse. exportStatus()The export status of the Vector Enrichment job being initiated.static VectorEnrichmentJobExportStatusVectorEnrichmentJobExportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VectorEnrichmentJobExportStatusVectorEnrichmentJobExportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static VectorEnrichmentJobExportStatus[]VectorEnrichmentJobExportStatus. 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 VectorEnrichmentJobExportStatus Modifier and Type Method Description static Set<VectorEnrichmentJobExportStatus>VectorEnrichmentJobExportStatus. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type VectorEnrichmentJobExportStatus Modifier and Type Method Description ExportVectorEnrichmentJobResponse.BuilderExportVectorEnrichmentJobResponse.Builder. exportStatus(VectorEnrichmentJobExportStatus exportStatus)The status of the results the Vector Enrichment job being exported.GetVectorEnrichmentJobResponse.BuilderGetVectorEnrichmentJobResponse.Builder. exportStatus(VectorEnrichmentJobExportStatus exportStatus)The export status of the Vector Enrichment job being initiated.
-