Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model |
Modifier and Type | Method and Description |
---|---|
Filter |
Filter.clone() |
Filter |
Filter.withCondition(String condition)
A conditional operator.
|
Filter |
Filter.withName(String name)
The name of the filter.
|
Filter |
Filter.withValues(Collection<String> values)
A string value that you want to filter on.
|
Filter |
Filter.withValues(String... values)
A string value that you want to filter on.
|
Modifier and Type | Method and Description |
---|---|
List<Filter> |
ListConfigurationsRequest.getFilters()
You can filter the list using a key-value format.
|
Modifier and Type | Method and Description |
---|---|
ListConfigurationsRequest |
ListConfigurationsRequest.withFilters(Filter... filters)
You can filter the list using a key-value format.
|
Modifier and Type | Method and Description |
---|---|
void |
ListConfigurationsRequest.setFilters(Collection<Filter> filters)
You can filter the list using a key-value format.
|
ListConfigurationsRequest |
ListConfigurationsRequest.withFilters(Collection<Filter> filters)
You can filter the list using a key-value format.
|
Copyright © 2018. All rights reserved.