| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FolderSummary |
FolderSummary.clone() |
FolderSummary |
FolderSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the folder.
|
FolderSummary |
FolderSummary.withCreatedTime(Date createdTime)
The time that the folder was created.
|
FolderSummary |
FolderSummary.withFolderId(String folderId)
The ID of the folder.
|
FolderSummary |
FolderSummary.withFolderType(FolderType folderType)
The type of folder.
|
FolderSummary |
FolderSummary.withFolderType(String folderType)
The type of folder.
|
FolderSummary |
FolderSummary.withLastUpdatedTime(Date lastUpdatedTime)
The time that the folder was last updated.
|
FolderSummary |
FolderSummary.withName(String name)
The display name of the folder.
|
FolderSummary |
FolderSummary.withSharingModel(SharingModel sharingModel)
The sharing scope of the folder.
|
FolderSummary |
FolderSummary.withSharingModel(String sharingModel)
The sharing scope of the folder.
|
| Modifier and Type | Method and Description |
|---|---|
List<FolderSummary> |
SearchFoldersResult.getFolderSummaryList()
A structure that contains all of the folders in the Amazon Web Services account.
|
List<FolderSummary> |
ListFoldersResult.getFolderSummaryList()
A structure that contains all of the folders in the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFoldersResult |
SearchFoldersResult.withFolderSummaryList(FolderSummary... folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account.
|
ListFoldersResult |
ListFoldersResult.withFolderSummaryList(FolderSummary... folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchFoldersResult.setFolderSummaryList(Collection<FolderSummary> folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account.
|
void |
ListFoldersResult.setFolderSummaryList(Collection<FolderSummary> folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account.
|
SearchFoldersResult |
SearchFoldersResult.withFolderSummaryList(Collection<FolderSummary> folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account.
|
ListFoldersResult |
ListFoldersResult.withFolderSummaryList(Collection<FolderSummary> folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account.
|
Copyright © 2023. All rights reserved.