| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withName(String name)
The name of the filter.
|
Filter |
Filter.withValues(Collection<String> values)
The filter value.
|
Filter |
Filter.withValues(String... values)
The filter value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
SearchAgreementsRequest.getFilters()
The filter name and value pair used to return a specific list of results.
|
| Modifier and Type | Method and Description |
|---|---|
SearchAgreementsRequest |
SearchAgreementsRequest.withFilters(Filter... filters)
The filter name and value pair used to return a specific list of results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchAgreementsRequest.setFilters(Collection<Filter> filters)
The filter name and value pair used to return a specific list of results.
|
SearchAgreementsRequest |
SearchAgreementsRequest.withFilters(Collection<Filter> filters)
The filter name and value pair used to return a specific list of results.
|
Copyright © 2024. All rights reserved.