| 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 |
AbstractAmazonLexModelsV2.createExport(CreateExportRequest request) |
CreateExportResult |
AmazonLexModelsV2.createExport(CreateExportRequest createExportRequest)
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) |
Future<CreateExportResult> |
AmazonLexModelsV2Async.createExportAsync(CreateExportRequest createExportRequest)
Creates a zip archive containing the contents of a bot or a bot locale.
|
Future<CreateExportResult> |
AmazonLexModelsV2AsyncClient.createExportAsync(CreateExportRequest request) |
Future<CreateExportResult> |
AbstractAmazonLexModelsV2Async.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.
|
Future<CreateExportResult> |
AmazonLexModelsV2AsyncClient.createExportAsync(CreateExportRequest request,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateExportResult> |
AbstractAmazonLexModelsV2Async.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.
|
Future<CreateExportResult> |
AmazonLexModelsV2AsyncClient.createExportAsync(CreateExportRequest request,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateExportResult |
CreateExportResult.clone() |
CreateExportResult |
CreateExportResult.withCreationDateTime(Date creationDateTime)
The date and time that the request to export a bot was created.
|
CreateExportResult |
CreateExportResult.withExportId(String exportId)
An identifier for a specific request to create an export.
|
CreateExportResult |
CreateExportResult.withExportStatus(ExportStatus exportStatus)
The status of the export.
|
CreateExportResult |
CreateExportResult.withExportStatus(String exportStatus)
The status of the export.
|
CreateExportResult |
CreateExportResult.withFileFormat(ImportExportFileFormat fileFormat)
The file format used for the bot or bot locale definition files.
|
CreateExportResult |
CreateExportResult.withFileFormat(String fileFormat)
The file format used for the bot or bot locale definition files.
|
CreateExportResult |
CreateExportResult.withResourceSpecification(ExportResourceSpecification resourceSpecification)
A description of the type of resource that was exported, either a bot or a bot locale.
|
Copyright © 2022. All rights reserved.