Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.FileClassification
-
Packages that use FileClassification Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of FileClassification in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return FileClassification Modifier and Type Method Description FileClassificationImportTask. fileClassification()The type of file detected by the import task.static FileClassificationFileClassification. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FileClassificationFileClassification. valueOf(String name)Returns the enum constant of this type with the specified name.static FileClassification[]FileClassification. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type FileClassification Modifier and Type Method Description static Set<FileClassification>FileClassification. knownValues()Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type FileClassification Modifier and Type Method Description ImportTask.BuilderImportTask.Builder. fileClassification(FileClassification fileClassification)The type of file detected by the import task.
-