Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.ExportType
-
Packages that use ExportType Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of ExportType in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return ExportType Modifier and Type Method Description ExportTypeGetExportRequest. exportType()The format of the exported data.ExportTypeGetExportResponse. exportType()The format of the exported data.static ExportTypeExportType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExportTypeExportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportType[]ExportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type ExportType Modifier and Type Method Description static Set<ExportType>ExportType. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type ExportType Modifier and Type Method Description GetExportRequest.BuilderGetExportRequest.Builder. exportType(ExportType exportType)The format of the exported data.GetExportResponse.BuilderGetExportResponse.Builder. exportType(ExportType exportType)The format of the exported data.
-