| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static VectorEnrichmentJobStatus |
VectorEnrichmentJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VectorEnrichmentJobStatus |
GetVectorEnrichmentJobResponse.status()
The status of the initiated Vector Enrichment job.
|
VectorEnrichmentJobStatus |
ListVectorEnrichmentJobOutputConfig.status()
The status of the Vector Enrichment jobs list.
|
VectorEnrichmentJobStatus |
StartVectorEnrichmentJobResponse.status()
The status of the Vector Enrichment job being started.
|
static VectorEnrichmentJobStatus |
VectorEnrichmentJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorEnrichmentJobStatus[] |
VectorEnrichmentJobStatus.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<VectorEnrichmentJobStatus> |
VectorEnrichmentJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetVectorEnrichmentJobResponse.Builder |
GetVectorEnrichmentJobResponse.Builder.status(VectorEnrichmentJobStatus status)
The status of the initiated Vector Enrichment job.
|
ListVectorEnrichmentJobOutputConfig.Builder |
ListVectorEnrichmentJobOutputConfig.Builder.status(VectorEnrichmentJobStatus status)
The status of the Vector Enrichment jobs list.
|
StartVectorEnrichmentJobResponse.Builder |
StartVectorEnrichmentJobResponse.Builder.status(VectorEnrichmentJobStatus status)
The status of the Vector Enrichment job being started.
|
Copyright © 2023. All rights reserved.