| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
StartImportResult |
AmazonLexModelsV2Client.startImport(StartImportRequest request)
Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.
|
StartImportResult |
AbstractAmazonLexModelsV2.startImport(StartImportRequest request) |
StartImportResult |
AmazonLexModelsV2.startImport(StartImportRequest startImportRequest)
Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.
|
Future<StartImportResult> |
AmazonLexModelsV2AsyncClient.startImportAsync(StartImportRequest request) |
Future<StartImportResult> |
AbstractAmazonLexModelsV2Async.startImportAsync(StartImportRequest request) |
Future<StartImportResult> |
AmazonLexModelsV2Async.startImportAsync(StartImportRequest startImportRequest)
Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.
|
Future<StartImportResult> |
AmazonLexModelsV2AsyncClient.startImportAsync(StartImportRequest request,
AsyncHandler<StartImportRequest,StartImportResult> asyncHandler) |
Future<StartImportResult> |
AbstractAmazonLexModelsV2Async.startImportAsync(StartImportRequest request,
AsyncHandler<StartImportRequest,StartImportResult> asyncHandler) |
Future<StartImportResult> |
AmazonLexModelsV2Async.startImportAsync(StartImportRequest startImportRequest,
AsyncHandler<StartImportRequest,StartImportResult> asyncHandler)
Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartImportResult> |
AmazonLexModelsV2AsyncClient.startImportAsync(StartImportRequest request,
AsyncHandler<StartImportRequest,StartImportResult> asyncHandler) |
Future<StartImportResult> |
AbstractAmazonLexModelsV2Async.startImportAsync(StartImportRequest request,
AsyncHandler<StartImportRequest,StartImportResult> asyncHandler) |
Future<StartImportResult> |
AmazonLexModelsV2Async.startImportAsync(StartImportRequest startImportRequest,
AsyncHandler<StartImportRequest,StartImportResult> asyncHandler)
Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
StartImportRequest |
StartImportRequest.clone() |
StartImportRequest |
StartImportRequest.withFilePassword(String filePassword)
The password used to encrypt the zip archive that contains the resource definition.
|
StartImportRequest |
StartImportRequest.withImportId(String importId)
The unique identifier for the import.
|
StartImportRequest |
StartImportRequest.withMergeStrategy(MergeStrategy mergeStrategy)
The strategy to use when there is a name conflict between the imported resource and an existing resource.
|
StartImportRequest |
StartImportRequest.withMergeStrategy(String mergeStrategy)
The strategy to use when there is a name conflict between the imported resource and an existing resource.
|
StartImportRequest |
StartImportRequest.withResourceSpecification(ImportResourceSpecification resourceSpecification)
Parameters for creating the bot, bot locale or custom vocabulary.
|
Copyright © 2023. All rights reserved.