| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchFilter.Builder |
SearchFilter.builder() |
SearchFilter.Builder |
SearchFilter.Builder.filterString(String filterString)
The string that contains the search keywords, prefixes, and operators to control the results that can be
returned by a Search operation.
|
SearchFilter.Builder |
SearchFilter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchFilter.Builder> |
SearchFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateViewRequest.Builder |
CreateViewRequest.Builder.filters(Consumer<SearchFilter.Builder> filters)
An array of strings that specify which resources are included in the results of queries made using this view.
|
default View.Builder |
View.Builder.filters(Consumer<SearchFilter.Builder> filters)
An array of SearchFilter objects that specify which resources can be included in the results of
queries made using this view.
|
default UpdateViewRequest.Builder |
UpdateViewRequest.Builder.filters(Consumer<SearchFilter.Builder> 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.