| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
Condition.equalsValue()
The value is equal to the provided string or integer.
|
static AttributeValueList |
AttributeValueList.fromIntegerValues(List<Integer> integerValues)
Create an instance of this class with
integerValues() initialized to the given value. |
static AttributeValueList |
AttributeValueList.fromStringValues(List<String> stringValues)
Create an instance of this class with
stringValues() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
Condition.Builder |
Condition.Builder.equalsValue(AttributeValueList equalsValue)
The value is equal to the provided string or integer.
|
static Condition |
Condition.fromEqualsValue(AttributeValueList equalsValue)
Create an instance of this class with
Condition.equalsValue() initialized to the given value. |
Copyright © 2023. All rights reserved.