| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
VectorEnrichmentJobExportStatus |
ExportVectorEnrichmentJobResponse.exportStatus()
The status of the results the Vector Enrichment job being exported.
|
VectorEnrichmentJobExportStatus |
GetVectorEnrichmentJobResponse.exportStatus()
The export status of the Vector Enrichment job being initiated.
|
static VectorEnrichmentJobExportStatus |
VectorEnrichmentJobExportStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VectorEnrichmentJobExportStatus |
VectorEnrichmentJobExportStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VectorEnrichmentJobExportStatus> |
VectorEnrichmentJobExportStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExportVectorEnrichmentJobResponse.Builder |
ExportVectorEnrichmentJobResponse.Builder.exportStatus(VectorEnrichmentJobExportStatus exportStatus)
The status of the results the Vector Enrichment job being exported.
|
GetVectorEnrichmentJobResponse.Builder |
GetVectorEnrichmentJobResponse.Builder.exportStatus(VectorEnrichmentJobExportStatus exportStatus)
The export status of the Vector Enrichment job being initiated.
|
Copyright © 2023. All rights reserved.