| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportFileTaskStatus |
ImportFileTaskStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImportFileTaskStatus |
ImportFileTaskInformation.status()
Status of import file task.
|
ImportFileTaskStatus |
GetImportFileTaskResponse.status()
Status of import file task.
|
static ImportFileTaskStatus |
ImportFileTaskStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ImportFileTaskStatus> |
ImportFileTaskStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImportFileTaskInformation.Builder |
ImportFileTaskInformation.Builder.status(ImportFileTaskStatus status)
Status of import file task.
|
GetImportFileTaskResponse.Builder |
GetImportFileTaskResponse.Builder.status(ImportFileTaskStatus status)
Status of import file task.
|
Copyright © 2022. All rights reserved.