| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
SearchFilter |
SearchFilter.clone() |
SearchFilter |
CreateViewRequest.getFilters()
An array of strings that specify which resources are included in the results of queries made using this view.
|
SearchFilter |
View.getFilters()
An array of SearchFilter objects that specify which resources can be included in the results of queries
made using this view.
|
SearchFilter |
UpdateViewRequest.getFilters()
An array of strings that specify which resources are included in the results of queries made using this view.
|
SearchFilter |
SearchFilter.withFilterString(String filterString)
The string that contains the search keywords, prefixes, and operators to control the results that can be returned
by a Search operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateViewRequest.setFilters(SearchFilter filters)
An array of strings that specify which resources are included in the results of queries made using this view.
|
void |
View.setFilters(SearchFilter filters)
An array of SearchFilter objects that specify which resources can be included in the results of queries
made using this view.
|
void |
UpdateViewRequest.setFilters(SearchFilter filters)
An array of strings that specify which resources are included in the results of queries made using this view.
|
CreateViewRequest |
CreateViewRequest.withFilters(SearchFilter filters)
An array of strings that specify which resources are included in the results of queries made using this view.
|
View |
View.withFilters(SearchFilter filters)
An array of SearchFilter objects that specify which resources can be included in the results of queries
made using this view.
|
UpdateViewRequest |
UpdateViewRequest.withFilters(SearchFilter filters)
An array of strings that specify which resources are included in the results of queries made using this view.
|
Copyright © 2024. All rights reserved.