Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetMigrationRequest
-
Packages that use GetMigrationRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of GetMigrationRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetMigrationRequest Modifier and Type Method Description 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.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. -
Uses of GetMigrationRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetMigrationRequest Modifier and Type Method Description SdkHttpFullRequestGetMigrationRequestMarshaller. marshall(GetMigrationRequest getMigrationRequest)
-