Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ImportFileTaskStatus
-
Packages that use ImportFileTaskStatus Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of ImportFileTaskStatus in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return ImportFileTaskStatus Modifier and Type Method Description static ImportFileTaskStatusImportFileTaskStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImportFileTaskStatusGetImportFileTaskResponse. status()Status of import file task.ImportFileTaskStatusImportFileTaskInformation. status()Status of import file task.static ImportFileTaskStatusImportFileTaskStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportFileTaskStatus[]ImportFileTaskStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type ImportFileTaskStatus Modifier and Type Method Description static Set<ImportFileTaskStatus>ImportFileTaskStatus. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type ImportFileTaskStatus Modifier and Type Method Description GetImportFileTaskResponse.BuilderGetImportFileTaskResponse.Builder. status(ImportFileTaskStatus status)Status of import file task.ImportFileTaskInformation.BuilderImportFileTaskInformation.Builder. status(ImportFileTaskStatus status)Status of import file task.
-