Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.MigrationAlert
-
Packages that use MigrationAlert Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of MigrationAlert in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type MigrationAlert Modifier and Type Method Description List<MigrationAlert>GetMigrationResponse. alerts()A list of alerts and warnings that indicate issues with the migration for the Amazon Lex V1 bot to Amazon Lex V2.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type MigrationAlert Modifier and Type Method Description GetMigrationResponse.BuilderGetMigrationResponse.Builder. alerts(MigrationAlert... alerts)A list of alerts and warnings that indicate issues with the migration for the Amazon Lex V1 bot to Amazon Lex V2.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type MigrationAlert Modifier and Type Method Description GetMigrationResponse.BuilderGetMigrationResponse.Builder. alerts(Collection<MigrationAlert> alerts)A list of alerts and warnings that indicate issues with the migration for the Amazon Lex V1 bot to Amazon Lex V2.
-