Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetMigrationResponse
-
Packages that use GetMigrationResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of GetMigrationResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetMigrationResponse Modifier and Type Method Description default GetMigrationResponseLexModelBuildingClient. getMigration(Consumer<GetMigrationRequest.Builder> getMigrationRequest)Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot.default GetMigrationResponseLexModelBuildingClient. getMigration(GetMigrationRequest getMigrationRequest)Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetMigrationResponse Modifier and Type Method Description default CompletableFuture<GetMigrationResponse>LexModelBuildingAsyncClient. getMigration(Consumer<GetMigrationRequest.Builder> getMigrationRequest)Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot.default CompletableFuture<GetMigrationResponse>LexModelBuildingAsyncClient. getMigration(GetMigrationRequest getMigrationRequest)Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot.
-