| Package | Description |
|---|---|
| com.amazonaws.services.pricing.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withField(String field)
The product metadata field that you want to filter on.
|
Filter |
Filter.withType(FilterType type)
The type of filter that you want to use.
|
Filter |
Filter.withType(String type)
The type of filter that you want to use.
|
Filter |
Filter.withValue(String value)
The service code or attribute value that you want to filter by.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
GetProductsRequest.getFilters()
The list of filters that limit the returned products.
|
| Modifier and Type | Method and Description |
|---|---|
GetProductsRequest |
GetProductsRequest.withFilters(Filter... filters)
The list of filters that limit the returned products.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetProductsRequest.setFilters(Collection<Filter> filters)
The list of filters that limit the returned products.
|
GetProductsRequest |
GetProductsRequest.withFilters(Collection<Filter> filters)
The list of filters that limit the returned products.
|
Copyright © 2022. All rights reserved.