| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateExportResult |
AmazonLexModelsV2Client.createExport(CreateExportRequest request)
Creates a zip archive containing the contents of a bot or a bot locale.
|
CreateExportResult |
AmazonLexModelsV2.createExport(CreateExportRequest createExportRequest)
Creates a zip archive containing the contents of a bot or a bot locale.
|
CreateExportResult |
AbstractAmazonLexModelsV2.createExport(CreateExportRequest request) |
Future<CreateExportResult> |
AbstractAmazonLexModelsV2Async.createExportAsync(CreateExportRequest request) |
Future<CreateExportResult> |
AmazonLexModelsV2AsyncClient.createExportAsync(CreateExportRequest request) |
Future<CreateExportResult> |
AmazonLexModelsV2Async.createExportAsync(CreateExportRequest createExportRequest)
Creates a zip archive containing the contents of a bot or a bot locale.
|
Future<CreateExportResult> |
AbstractAmazonLexModelsV2Async.createExportAsync(CreateExportRequest request,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler) |
Future<CreateExportResult> |
AmazonLexModelsV2AsyncClient.createExportAsync(CreateExportRequest request,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler) |
Future<CreateExportResult> |
AmazonLexModelsV2Async.createExportAsync(CreateExportRequest createExportRequest,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler)
Creates a zip archive containing the contents of a bot or a bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateExportResult> |
AbstractAmazonLexModelsV2Async.createExportAsync(CreateExportRequest request,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler) |
Future<CreateExportResult> |
AmazonLexModelsV2AsyncClient.createExportAsync(CreateExportRequest request,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler) |
Future<CreateExportResult> |
AmazonLexModelsV2Async.createExportAsync(CreateExportRequest createExportRequest,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler)
Creates a zip archive containing the contents of a bot or a bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
CreateExportRequest |
CreateExportRequest.clone() |
CreateExportRequest |
CreateExportRequest.withFileFormat(ImportExportFileFormat fileFormat)
The file format of the bot or bot locale definition files.
|
CreateExportRequest |
CreateExportRequest.withFileFormat(String fileFormat)
The file format of the bot or bot locale definition files.
|
CreateExportRequest |
CreateExportRequest.withFilePassword(String filePassword)
An password to use to encrypt the exported archive.
|
CreateExportRequest |
CreateExportRequest.withResourceSpecification(ExportResourceSpecification resourceSpecification)
Specifies the type of resource to export, either a bot or a bot locale.
|
Copyright © 2023. All rights reserved.