Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.MigrationStatus
-
Packages that use MigrationStatus Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of MigrationStatus in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return MigrationStatus Modifier and Type Method Description static MigrationStatusMigrationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MigrationStatusGetMigrationResponse. migrationStatus()Indicates the status of the migration.MigrationStatusMigrationSummary. migrationStatus()The status of the operation.MigrationStatusGetMigrationsRequest. migrationStatusEquals()Filters the list to contain only migrations in the specified state.static MigrationStatusMigrationStatus. 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.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type MigrationStatus Modifier and Type Method Description static Set<MigrationStatus>MigrationStatus. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type MigrationStatus Modifier and Type Method Description GetMigrationResponse.BuilderGetMigrationResponse.Builder. migrationStatus(MigrationStatus migrationStatus)Indicates the status of the migration.MigrationSummary.BuilderMigrationSummary.Builder. migrationStatus(MigrationStatus migrationStatus)The status of the operation.GetMigrationsRequest.BuilderGetMigrationsRequest.Builder. migrationStatusEquals(MigrationStatus migrationStatusEquals)Filters the list to contain only migrations in the specified state.
-