| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static MigrationStatus |
MigrationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MigrationStatus |
MigrationSummary.migrationStatus()
The status of the operation.
|
MigrationStatus |
GetMigrationResponse.migrationStatus()
Indicates the status of the migration.
|
MigrationStatus |
GetMigrationsRequest.migrationStatusEquals()
Filters the list to contain only migrations in the specified state.
|
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 |
|---|---|
static Set<MigrationStatus> |
MigrationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MigrationSummary.Builder |
MigrationSummary.Builder.migrationStatus(MigrationStatus migrationStatus)
The status of the operation.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.migrationStatus(MigrationStatus migrationStatus)
Indicates the status of the migration.
|
GetMigrationsRequest.Builder |
GetMigrationsRequest.Builder.migrationStatusEquals(MigrationStatus migrationStatusEquals)
Filters the list to contain only migrations in the specified state.
|
Copyright © 2023. All rights reserved.