Uses of Class
software.amazon.awssdk.services.quicksight.model.FolderType
-
Packages that use FolderType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FolderType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FolderType Modifier and Type Method Description FolderTypeCreateFolderRequest. folderType()The type of folder.FolderTypeFolder. folderType()The type of folder it is.FolderTypeFolderSummary. folderType()The type of folder.static FolderTypeFolderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FolderTypeFolderType. valueOf(String name)Returns the enum constant of this type with the specified name.static FolderType[]FolderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FolderType Modifier and Type Method Description static Set<FolderType>FolderType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type FolderType Modifier and Type Method Description CreateFolderRequest.BuilderCreateFolderRequest.Builder. folderType(FolderType folderType)The type of folder.Folder.BuilderFolder.Builder. folderType(FolderType folderType)The type of folder it is.FolderSummary.BuilderFolderSummary.Builder. folderType(FolderType folderType)The type of folder.
-