Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ImportExportFileFormat
-
Packages that use ImportExportFileFormat Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ImportExportFileFormat in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ImportExportFileFormat Modifier and Type Method Description ImportExportFileFormatCreateExportRequest. fileFormat()The file format of the bot or bot locale definition files.ImportExportFileFormatCreateExportResponse. fileFormat()The file format used for the bot or bot locale definition files.ImportExportFileFormatDescribeExportResponse. fileFormat()The file format used in the files that describe the resource.ImportExportFileFormatExportSummary. fileFormat()The file format used in the export files.ImportExportFileFormatUpdateExportResponse. fileFormat()The file format used for the files that define the resource.static ImportExportFileFormatImportExportFileFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ImportExportFileFormatImportExportFileFormat. 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.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ImportExportFileFormat Modifier and Type Method Description static Set<ImportExportFileFormat>ImportExportFileFormat. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ImportExportFileFormat Modifier and Type Method Description CreateExportRequest.BuilderCreateExportRequest.Builder. fileFormat(ImportExportFileFormat fileFormat)The file format of the bot or bot locale definition files.CreateExportResponse.BuilderCreateExportResponse.Builder. fileFormat(ImportExportFileFormat fileFormat)The file format used for the bot or bot locale definition files.DescribeExportResponse.BuilderDescribeExportResponse.Builder. fileFormat(ImportExportFileFormat fileFormat)The file format used in the files that describe the resource.ExportSummary.BuilderExportSummary.Builder. fileFormat(ImportExportFileFormat fileFormat)The file format used in the export files.UpdateExportResponse.BuilderUpdateExportResponse.Builder. fileFormat(ImportExportFileFormat fileFormat)The file format used for the files that define the resource.
-