| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static MigrationStatus |
MigrationStatus.fromValue(String value)
Use this in place of valueOf.
|
static MigrationStatus |
MigrationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationStatus[] |
MigrationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationSummary |
MigrationSummary.withMigrationStatus(MigrationStatus migrationStatus)
The status of the operation.
|
GetMigrationResult |
GetMigrationResult.withMigrationStatus(MigrationStatus migrationStatus)
Indicates the status of the migration.
|
GetMigrationsRequest |
GetMigrationsRequest.withMigrationStatusEquals(MigrationStatus migrationStatusEquals)
Filters the list to contain only migrations in the specified state.
|
Copyright © 2023. All rights reserved.