| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportStatus |
ImportStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImportStatus |
ImportTask.status()
The status of the import task.
|
static ImportStatus |
ImportStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportStatus[] |
ImportStatus.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<ImportStatus> |
ImportStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImportTask.Builder |
ImportTask.Builder.status(ImportStatus status)
The status of the import task.
|
Copyright © 2022. All rights reserved.