Uses of Class
software.amazon.awssdk.services.quicksight.model.FolderSummary
-
Packages that use FolderSummary Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of FolderSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FolderSummary Modifier and Type Method Description List<FolderSummary>ListFoldersResponse. folderSummaryList()A structure that contains all of the folders in the Amazon Web Services account.List<FolderSummary>SearchFoldersResponse. folderSummaryList()A structure that contains all of the folders in the Amazon Web Services account.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type FolderSummary Modifier and Type Method Description ListFoldersResponse.BuilderListFoldersResponse.Builder. folderSummaryList(FolderSummary... folderSummaryList)A structure that contains all of the folders in the Amazon Web Services account.SearchFoldersResponse.BuilderSearchFoldersResponse.Builder. folderSummaryList(FolderSummary... folderSummaryList)A structure that contains all of the folders in the Amazon Web Services account.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FolderSummary Modifier and Type Method Description ListFoldersResponse.BuilderListFoldersResponse.Builder. folderSummaryList(Collection<FolderSummary> folderSummaryList)A structure that contains all of the folders in the Amazon Web Services account.SearchFoldersResponse.BuilderSearchFoldersResponse.Builder. folderSummaryList(Collection<FolderSummary> folderSummaryList)A structure that contains all of the folders in the Amazon Web Services account. -
Uses of FolderSummary in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type FolderSummary Modifier and Type Method Description SdkIterable<FolderSummary>ListFoldersIterable. folderSummaryList()Returns an iterable to iterate through the paginatedListFoldersResponse.folderSummaryList()member.SdkPublisher<FolderSummary>ListFoldersPublisher. folderSummaryList()Returns a publisher that can be used to get a stream of data.SdkIterable<FolderSummary>SearchFoldersIterable. folderSummaryList()Returns an iterable to iterate through the paginatedSearchFoldersResponse.folderSummaryList()member.SdkPublisher<FolderSummary>SearchFoldersPublisher. folderSummaryList()Returns a publisher that can be used to get a stream of data.
-