| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
SearchFilter |
CreateViewRequest.filters()
An array of strings that specify which resources are included in the results of queries made using this view.
|
SearchFilter |
View.filters()
An array of SearchFilter objects that specify which resources can be included in the results of queries
made using this view.
|
SearchFilter |
UpdateViewRequest.filters()
An array of strings that specify which resources are included in the results of queries made using this view.
|
| Modifier and Type | Method and Description |
|---|---|
CreateViewRequest.Builder |
CreateViewRequest.Builder.filters(SearchFilter filters)
An array of strings that specify which resources are included in the results of queries made using this view.
|
View.Builder |
View.Builder.filters(SearchFilter filters)
An array of SearchFilter objects that specify which resources can be included in the results of
queries made using this view.
|
UpdateViewRequest.Builder |
UpdateViewRequest.Builder.filters(SearchFilter filters)
An array of strings that specify which resources are included in the results of queries made using this view.
|
Copyright © 2023. All rights reserved.