| 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 or bot locale from a zip archive that you uploaded to an S3 bucket.
|
StartImportResult |
AmazonLexModelsV2.startImport(StartImportRequest startImportRequest)
Starts importing a bot or bot locale from a zip archive that you uploaded to an S3 bucket.
|
StartImportResult |
AbstractAmazonLexModelsV2.startImport(StartImportRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartImportResult> |
AmazonLexModelsV2AsyncClient.startImportAsync(StartImportRequest request) |
Future<StartImportResult> |
AbstractAmazonLexModelsV2Async.startImportAsync(StartImportRequest request) |
Future<StartImportResult> |
AmazonLexModelsV2Async.startImportAsync(StartImportRequest startImportRequest)
Starts importing a bot or bot locale 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 or bot locale 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 or bot locale from a zip archive that you uploaded to an S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
StartImportResult |
StartImportResult.clone() |
StartImportResult |
StartImportResult.withCreationDateTime(Date creationDateTime)
The date and time that the import request was created.
|
StartImportResult |
StartImportResult.withImportId(String importId)
A unique identifier for the import.
|
StartImportResult |
StartImportResult.withImportStatus(ImportStatus importStatus)
The current status of the import.
|
StartImportResult |
StartImportResult.withImportStatus(String importStatus)
The current status of the import.
|
StartImportResult |
StartImportResult.withMergeStrategy(MergeStrategy mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
StartImportResult |
StartImportResult.withMergeStrategy(String mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
StartImportResult |
StartImportResult.withResourceSpecification(ImportResourceSpecification resourceSpecification)
The parameters used when importing the bot or bot locale.
|
Copyright © 2022. All rights reserved.