| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateExportResult |
AmazonLexModelsV2Client.updateExport(UpdateExportRequest request)
Updates the password used to protect an export zip archive.
|
UpdateExportResult |
AmazonLexModelsV2.updateExport(UpdateExportRequest updateExportRequest)
Updates the password used to protect an export zip archive.
|
UpdateExportResult |
AbstractAmazonLexModelsV2.updateExport(UpdateExportRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateExportResult> |
AmazonLexModelsV2AsyncClient.updateExportAsync(UpdateExportRequest request,
AsyncHandler<UpdateExportRequest,UpdateExportResult> asyncHandler) |
Future<UpdateExportResult> |
AbstractAmazonLexModelsV2Async.updateExportAsync(UpdateExportRequest request,
AsyncHandler<UpdateExportRequest,UpdateExportResult> asyncHandler) |
Future<UpdateExportResult> |
AmazonLexModelsV2Async.updateExportAsync(UpdateExportRequest updateExportRequest,
AsyncHandler<UpdateExportRequest,UpdateExportResult> asyncHandler)
Updates the password used to protect an export zip archive.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateExportResult |
UpdateExportResult.clone() |
UpdateExportResult |
UpdateExportResult.withCreationDateTime(Date creationDateTime)
The date and time that the export was created.
|
UpdateExportResult |
UpdateExportResult.withExportId(String exportId)
The unique identifier Amazon Lex assigned to the export.
|
UpdateExportResult |
UpdateExportResult.withExportStatus(ExportStatus exportStatus)
The status of the export.
|
UpdateExportResult |
UpdateExportResult.withExportStatus(String exportStatus)
The status of the export.
|
UpdateExportResult |
UpdateExportResult.withFileFormat(ImportExportFileFormat fileFormat)
The file format used for the files that define the resource.
|
UpdateExportResult |
UpdateExportResult.withFileFormat(String fileFormat)
The file format used for the files that define the resource.
|
UpdateExportResult |
UpdateExportResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the export was last updated.
|
UpdateExportResult |
UpdateExportResult.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.