Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model | |
com.amazonaws.services.applicationdiscovery.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Filter> |
ListConfigurationsRequest.filters
You can filter the list using a key-value format.
|
Modifier and Type | Method and Description |
---|---|
Filter |
Filter.clone() |
Filter |
Filter.withCondition(java.lang.String condition)
A conditional operator.
|
Filter |
Filter.withName(java.lang.String name)
The name of the filter.
|
Filter |
Filter.withValues(java.util.Collection<java.lang.String> values)
A string value that you want to filter on.
|
Filter |
Filter.withValues(java.lang.String... values)
A string value that you want to filter on.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Filter> filters)
You can filter the list using a key-value format.
|
ListConfigurationsRequest |
ListConfigurationsRequest.withFilters(java.util.Collection<Filter> filters)
You can filter the list using a key-value format.
|
Modifier and Type | Method and Description |
---|---|
Filter |
FilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FilterJsonMarshaller.marshall(Filter filter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|