| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FolderSearchFilter |
FolderSearchFilter.clone() |
FolderSearchFilter |
FolderSearchFilter.withName(FolderFilterAttribute name)
The name of a value that you want to use in the filter.
|
FolderSearchFilter |
FolderSearchFilter.withName(String name)
The name of a value that you want to use in the filter.
|
FolderSearchFilter |
FolderSearchFilter.withOperator(FilterOperator operator)
The comparison operator that you want to use in the filter.
|
FolderSearchFilter |
FolderSearchFilter.withOperator(String operator)
The comparison operator that you want to use in the filter.
|
FolderSearchFilter |
FolderSearchFilter.withValue(String value)
The value of the named item (in this example,
PARENT_FOLDER_ARN), that you want to use as a filter. |
| Modifier and Type | Method and Description |
|---|---|
List<FolderSearchFilter> |
SearchFoldersRequest.getFilters()
The filters to apply to the search.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFoldersRequest |
SearchFoldersRequest.withFilters(FolderSearchFilter... filters)
The filters to apply to the search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchFoldersRequest.setFilters(Collection<FolderSearchFilter> filters)
The filters to apply to the search.
|
SearchFoldersRequest |
SearchFoldersRequest.withFilters(Collection<FolderSearchFilter> filters)
The filters to apply to the search.
|
Copyright © 2022. All rights reserved.