Uses of Class
software.amazon.awssdk.services.iotanalytics.model.FileFormatType
-
Packages that use FileFormatType Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of FileFormatType in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return FileFormatType Modifier and Type Method Description FileFormatTypeDatastoreSummary. fileFormatType()The file format of the data in the data store.static FileFormatTypeFileFormatType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FileFormatTypeFileFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileFormatType[]FileFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type FileFormatType Modifier and Type Method Description static Set<FileFormatType>FileFormatType. knownValues()Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type FileFormatType Modifier and Type Method Description DatastoreSummary.BuilderDatastoreSummary.Builder. fileFormatType(FileFormatType fileFormatType)The file format of the data in the data store.
-