| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
MigrationAlert |
MigrationAlert.clone() |
MigrationAlert |
MigrationAlert.withDetails(Collection<String> details)
Additional details about the alert.
|
MigrationAlert |
MigrationAlert.withDetails(String... details)
Additional details about the alert.
|
MigrationAlert |
MigrationAlert.withMessage(String message)
A message that describes why the alert was issued.
|
MigrationAlert |
MigrationAlert.withReferenceURLs(Collection<String> referenceURLs)
A link to the Amazon Lex documentation that describes how to resolve the alert.
|
MigrationAlert |
MigrationAlert.withReferenceURLs(String... referenceURLs)
A link to the Amazon Lex documentation that describes how to resolve the alert.
|
MigrationAlert |
MigrationAlert.withType(MigrationAlertType type)
The type of alert.
|
MigrationAlert |
MigrationAlert.withType(String type)
The type of alert.
|
| Modifier and Type | Method and Description |
|---|---|
List<MigrationAlert> |
GetMigrationResult.getAlerts()
A list of alerts and warnings that indicate issues with the migration for the Amazon Lex V1 bot to Amazon Lex V2.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMigrationResult.setAlerts(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(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.
|
Copyright © 2023. All rights reserved.