| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
FilterClause |
SearchRequest.filters()
Specifies the search filters.
|
FilterClause |
SearchTypesRequest.filters()
The filters for the
SearchTypes action. |
FilterClause |
SearchListingsRequest.filters()
Specifies the filters for the search of listings.
|
static FilterClause |
FilterClause.fromAnd(List<FilterClause> and)
Create an instance of this class with
and() initialized to the given value. |
static FilterClause |
FilterClause.fromFilter(Consumer<Filter.Builder> filter)
Create an instance of this class with
filter() initialized to the given value. |
static FilterClause |
FilterClause.fromFilter(Filter filter)
Create an instance of this class with
filter() initialized to the given value. |
static FilterClause |
FilterClause.fromOr(List<FilterClause> or)
Create an instance of this class with
or() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<FilterClause> |
FilterClause.and()
The 'and' search filter clause in Amazon DataZone.
|
List<FilterClause> |
FilterClause.or()
The 'or' search filter clause in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
FilterClause.Builder |
FilterClause.Builder.and(FilterClause... and)
The 'and' search filter clause in Amazon DataZone.
|
SearchRequest.Builder |
SearchRequest.Builder.filters(FilterClause filters)
Specifies the search filters.
|
SearchTypesRequest.Builder |
SearchTypesRequest.Builder.filters(FilterClause filters)
The filters for the
SearchTypes action. |
SearchListingsRequest.Builder |
SearchListingsRequest.Builder.filters(FilterClause filters)
Specifies the filters for the search of listings.
|
FilterClause.Builder |
FilterClause.Builder.or(FilterClause... or)
The 'or' search filter clause in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
FilterClause.Builder |
FilterClause.Builder.and(Collection<FilterClause> and)
The 'and' search filter clause in Amazon DataZone.
|
static FilterClause |
FilterClause.fromAnd(List<FilterClause> and)
Create an instance of this class with
and() initialized to the given value. |
static FilterClause |
FilterClause.fromOr(List<FilterClause> or)
Create an instance of this class with
or() initialized to the given value. |
FilterClause.Builder |
FilterClause.Builder.or(Collection<FilterClause> or)
The 'or' search filter clause in Amazon DataZone.
|
Copyright © 2023. All rights reserved.