| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
GroupSearchFilter |
GroupSearchFilter.clone() |
GroupSearchFilter |
GroupSearchFilter.withName(GroupFilterAttribute name)
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". |
GroupSearchFilter |
GroupSearchFilter.withName(String name)
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". |
GroupSearchFilter |
GroupSearchFilter.withOperator(GroupFilterOperator operator)
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". |
GroupSearchFilter |
GroupSearchFilter.withOperator(String operator)
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". |
GroupSearchFilter |
GroupSearchFilter.withValue(String value)
The value of the named item, in this case
GROUP_NAME, that you want to use as a filter. |
| Modifier and Type | Method and Description |
|---|---|
List<GroupSearchFilter> |
SearchGroupsRequest.getFilters()
The structure for the search filters that you want to apply to your search.
|
| Modifier and Type | Method and Description |
|---|---|
SearchGroupsRequest |
SearchGroupsRequest.withFilters(GroupSearchFilter... filters)
The structure for the search filters that you want to apply to your search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchGroupsRequest.setFilters(Collection<GroupSearchFilter> filters)
The structure for the search filters that you want to apply to your search.
|
SearchGroupsRequest |
SearchGroupsRequest.withFilters(Collection<GroupSearchFilter> filters)
The structure for the search filters that you want to apply to your search.
|
Copyright © 2023. All rights reserved.