| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExportSummary |
ExportSummary.clone() |
ExportSummary |
ExportSummary.withCreationDateTime(Date creationDateTime)
The date and time that the export was created.
|
ExportSummary |
ExportSummary.withExportId(String exportId)
The unique identifier that Amazon Lex assigned to the export.
|
ExportSummary |
ExportSummary.withExportStatus(ExportStatus exportStatus)
The status of the export.
|
ExportSummary |
ExportSummary.withExportStatus(String exportStatus)
The status of the export.
|
ExportSummary |
ExportSummary.withFileFormat(ImportExportFileFormat fileFormat)
The file format used in the export files.
|
ExportSummary |
ExportSummary.withFileFormat(String fileFormat)
The file format used in the export files.
|
ExportSummary |
ExportSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the export was last updated.
|
ExportSummary |
ExportSummary.withResourceSpecification(ExportResourceSpecification resourceSpecification)
Information about the bot or bot locale that was exported.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportSummary> |
ListExportsResult.getExportSummaries()
Summary information for the exports that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListExportsResult |
ListExportsResult.withExportSummaries(ExportSummary... exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExportsResult.setExportSummaries(Collection<ExportSummary> exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request.
|
ListExportsResult |
ListExportsResult.withExportSummaries(Collection<ExportSummary> exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request.
|
Copyright © 2023. All rights reserved.