Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.EarthObservationJobExportStatus
-
Packages that use EarthObservationJobExportStatus Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of EarthObservationJobExportStatus in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return EarthObservationJobExportStatus Modifier and Type Method Description EarthObservationJobExportStatusExportEarthObservationJobResponse. exportStatus()The status of the results of the Earth Observation job being exported.EarthObservationJobExportStatusGetEarthObservationJobResponse. exportStatus()The status of the Earth Observation job.static EarthObservationJobExportStatusEarthObservationJobExportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EarthObservationJobExportStatusEarthObservationJobExportStatus. 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.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type EarthObservationJobExportStatus Modifier and Type Method Description static Set<EarthObservationJobExportStatus>EarthObservationJobExportStatus. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type EarthObservationJobExportStatus Modifier and Type Method Description ExportEarthObservationJobResponse.BuilderExportEarthObservationJobResponse.Builder. exportStatus(EarthObservationJobExportStatus exportStatus)The status of the results of the Earth Observation job being exported.GetEarthObservationJobResponse.BuilderGetEarthObservationJobResponse.Builder. exportStatus(EarthObservationJobExportStatus exportStatus)The status of the Earth Observation job.
-