| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValueList.Builder |
AttributeValueList.builder() |
AttributeValueList.Builder |
AttributeValueList.Builder.integerValues(Collection<Integer> integerValues)
The list of integer values that the filter matches.
|
AttributeValueList.Builder |
AttributeValueList.Builder.integerValues(Integer... integerValues)
The list of integer values that the filter matches.
|
AttributeValueList.Builder |
AttributeValueList.Builder.stringValues(Collection<String> stringValues)
The list of string values that the filter matches.
|
AttributeValueList.Builder |
AttributeValueList.Builder.stringValues(String... stringValues)
The list of string values that the filter matches.
|
AttributeValueList.Builder |
AttributeValueList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttributeValueList.Builder> |
AttributeValueList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Condition.Builder |
Condition.Builder.equalsValue(Consumer<AttributeValueList.Builder> equalsValue)
The value is equal to the provided string or integer.
|
static Condition |
Condition.fromEqualsValue(Consumer<AttributeValueList.Builder> equalsValue)
Create an instance of this class with
Condition.equalsValue() initialized to the given value. |
Copyright © 2023. All rights reserved.