| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ImportExportFileFormat |
DescribeExportResponse.fileFormat()
The file format used in the files that describe the bot or bot locale.
|
ImportExportFileFormat |
ExportSummary.fileFormat()
The file format used in the export files.
|
ImportExportFileFormat |
CreateExportRequest.fileFormat()
The file format of the bot or bot locale definition files.
|
ImportExportFileFormat |
UpdateExportResponse.fileFormat()
The file format used for the files that define the resource.
|
ImportExportFileFormat |
CreateExportResponse.fileFormat()
The file format used for the bot or bot locale definition files.
|
static ImportExportFileFormat |
ImportExportFileFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ImportExportFileFormat |
ImportExportFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportExportFileFormat[] |
ImportExportFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ImportExportFileFormat> |
ImportExportFileFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.fileFormat(ImportExportFileFormat fileFormat)
The file format used in the files that describe the bot or bot locale.
|
ExportSummary.Builder |
ExportSummary.Builder.fileFormat(ImportExportFileFormat fileFormat)
The file format used in the export files.
|
CreateExportRequest.Builder |
CreateExportRequest.Builder.fileFormat(ImportExportFileFormat fileFormat)
The file format of the bot or bot locale definition files.
|
UpdateExportResponse.Builder |
UpdateExportResponse.Builder.fileFormat(ImportExportFileFormat fileFormat)
The file format used for the files that define the resource.
|
CreateExportResponse.Builder |
CreateExportResponse.Builder.fileFormat(ImportExportFileFormat fileFormat)
The file format used for the bot or bot locale definition files.
|
Copyright © 2021. All rights reserved.