| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FolderType |
CreateFolderRequest.folderType()
The type of folder.
|
FolderType |
FolderSummary.folderType()
The type of folder.
|
FolderType |
Folder.folderType()
The type of folder it is.
|
static FolderType |
FolderType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FolderType |
FolderType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FolderType> |
FolderType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFolderRequest.Builder |
CreateFolderRequest.Builder.folderType(FolderType folderType)
The type of folder.
|
FolderSummary.Builder |
FolderSummary.Builder.folderType(FolderType folderType)
The type of folder.
|
Folder.Builder |
Folder.Builder.folderType(FolderType folderType)
The type of folder it is.
|
Copyright © 2023. All rights reserved.