| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
FilterValue |
FilterValue.clone() |
FilterValue |
FilterValue.withType(FilterValueType type)
The type of filter value.
|
FilterValue |
FilterValue.withType(String type)
The type of filter value.
|
FilterValue |
FilterValue.withValue(Collection<String> value)
The value to be associated.
|
FilterValue |
FilterValue.withValue(String... value)
The value to be associated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilterValue> |
FilterExpression.getValues()
A list of filter values.
|
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
FilterExpression.withValues(FilterValue... values)
A list of filter values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterExpression.setValues(Collection<FilterValue> values)
A list of filter values.
|
FilterExpression |
FilterExpression.withValues(Collection<FilterValue> values)
A list of filter values.
|
Copyright © 2023. All rights reserved.