| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
EarthObservationJobExportStatus |
ExportEarthObservationJobResponse.exportStatus()
The status of the results of the Earth Observation job being exported.
|
EarthObservationJobExportStatus |
GetEarthObservationJobResponse.exportStatus()
The status of the Earth Observation job.
|
static EarthObservationJobExportStatus |
EarthObservationJobExportStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EarthObservationJobExportStatus |
EarthObservationJobExportStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EarthObservationJobExportStatus[] |
EarthObservationJobExportStatus.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<EarthObservationJobExportStatus> |
EarthObservationJobExportStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExportEarthObservationJobResponse.Builder |
ExportEarthObservationJobResponse.Builder.exportStatus(EarthObservationJobExportStatus exportStatus)
The status of the results of the Earth Observation job being exported.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.exportStatus(EarthObservationJobExportStatus exportStatus)
The status of the Earth Observation job.
|
Copyright © 2023. All rights reserved.