| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetMigrationResult |
AmazonLexModelBuildingClient.getMigration(GetMigrationRequest request)
Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot.
|
GetMigrationResult |
AmazonLexModelBuilding.getMigration(GetMigrationRequest getMigrationRequest)
Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot.
|
GetMigrationResult |
AbstractAmazonLexModelBuilding.getMigration(GetMigrationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMigrationResult> |
AbstractAmazonLexModelBuildingAsync.getMigrationAsync(GetMigrationRequest request) |
Future<GetMigrationResult> |
AmazonLexModelBuildingAsync.getMigrationAsync(GetMigrationRequest getMigrationRequest)
Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot.
|
Future<GetMigrationResult> |
AmazonLexModelBuildingAsyncClient.getMigrationAsync(GetMigrationRequest request) |
Future<GetMigrationResult> |
AbstractAmazonLexModelBuildingAsync.getMigrationAsync(GetMigrationRequest request,
AsyncHandler<GetMigrationRequest,GetMigrationResult> asyncHandler) |
Future<GetMigrationResult> |
AmazonLexModelBuildingAsync.getMigrationAsync(GetMigrationRequest getMigrationRequest,
AsyncHandler<GetMigrationRequest,GetMigrationResult> asyncHandler)
Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot.
|
Future<GetMigrationResult> |
AmazonLexModelBuildingAsyncClient.getMigrationAsync(GetMigrationRequest request,
AsyncHandler<GetMigrationRequest,GetMigrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMigrationResult> |
AbstractAmazonLexModelBuildingAsync.getMigrationAsync(GetMigrationRequest request,
AsyncHandler<GetMigrationRequest,GetMigrationResult> asyncHandler) |
Future<GetMigrationResult> |
AmazonLexModelBuildingAsync.getMigrationAsync(GetMigrationRequest getMigrationRequest,
AsyncHandler<GetMigrationRequest,GetMigrationResult> asyncHandler)
Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot.
|
Future<GetMigrationResult> |
AmazonLexModelBuildingAsyncClient.getMigrationAsync(GetMigrationRequest request,
AsyncHandler<GetMigrationRequest,GetMigrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMigrationResult |
GetMigrationResult.clone() |
GetMigrationResult |
GetMigrationResult.withAlerts(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.
|
GetMigrationResult |
GetMigrationResult.withAlerts(MigrationAlert... alerts)
A list of alerts and warnings that indicate issues with the migration for the Amazon Lex V1 bot to Amazon Lex V2.
|
GetMigrationResult |
GetMigrationResult.withMigrationId(String migrationId)
The unique identifier of the migration.
|
GetMigrationResult |
GetMigrationResult.withMigrationStatus(MigrationStatus migrationStatus)
Indicates the status of the migration.
|
GetMigrationResult |
GetMigrationResult.withMigrationStatus(String migrationStatus)
Indicates the status of the migration.
|
GetMigrationResult |
GetMigrationResult.withMigrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
GetMigrationResult |
GetMigrationResult.withMigrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
|
GetMigrationResult |
GetMigrationResult.withMigrationTimestamp(Date migrationTimestamp)
The date and time that the migration started.
|
GetMigrationResult |
GetMigrationResult.withV1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.
|
GetMigrationResult |
GetMigrationResult.withV1BotLocale(String v1BotLocale)
The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.
|
GetMigrationResult |
GetMigrationResult.withV1BotName(String v1BotName)
The name of the Amazon Lex V1 bot migrated to Amazon Lex V2.
|
GetMigrationResult |
GetMigrationResult.withV1BotVersion(String v1BotVersion)
The version of the Amazon Lex V1 bot migrated to Amazon Lex V2.
|
GetMigrationResult |
GetMigrationResult.withV2BotId(String v2BotId)
The unique identifier of the Amazon Lex V2 bot that the Amazon Lex V1 is being migrated to.
|
GetMigrationResult |
GetMigrationResult.withV2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
Copyright © 2023. All rights reserved.