| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static EarthObservationJobStatus |
EarthObservationJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EarthObservationJobStatus |
StartEarthObservationJobResponse.status()
The status of the Earth Observation job.
|
EarthObservationJobStatus |
ListEarthObservationJobOutputConfig.status()
The status of the list of the Earth Observation jobs.
|
EarthObservationJobStatus |
GetEarthObservationJobResponse.status()
The status of a previously initiated Earth Observation job.
|
EarthObservationJobStatus |
ListEarthObservationJobsRequest.statusEquals()
A filter that retrieves only jobs with a specific status.
|
static EarthObservationJobStatus |
EarthObservationJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EarthObservationJobStatus[] |
EarthObservationJobStatus.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<EarthObservationJobStatus> |
EarthObservationJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartEarthObservationJobResponse.Builder |
StartEarthObservationJobResponse.Builder.status(EarthObservationJobStatus status)
The status of the Earth Observation job.
|
ListEarthObservationJobOutputConfig.Builder |
ListEarthObservationJobOutputConfig.Builder.status(EarthObservationJobStatus status)
The status of the list of the Earth Observation jobs.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.status(EarthObservationJobStatus status)
The status of a previously initiated Earth Observation job.
|
ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.Builder.statusEquals(EarthObservationJobStatus statusEquals)
A filter that retrieves only jobs with a specific status.
|
Copyright © 2023. All rights reserved.