| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
AttributeValueList.clone() |
AttributeValueList |
Condition.getEquals()
The value is equal to the provided string or integer.
|
AttributeValueList |
AttributeValueList.withIntegerValues(Collection<Integer> integerValues)
The list of integer values that the filter matches.
|
AttributeValueList |
AttributeValueList.withIntegerValues(Integer... integerValues)
The list of integer values that the filter matches.
|
AttributeValueList |
AttributeValueList.withStringValues(Collection<String> stringValues)
The list of string values that the filter matches.
|
AttributeValueList |
AttributeValueList.withStringValues(String... stringValues)
The list of string values that the filter matches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Condition.setEquals(AttributeValueList equals)
The value is equal to the provided string or integer.
|
Condition |
Condition.withEquals(AttributeValueList equals)
The value is equal to the provided string or integer.
|
Copyright © 2022. All rights reserved.