| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Filter.condition()
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
|
static Condition |
Condition.fromAfter(Instant after)
Create an instance of this class with
after() initialized to the given value. |
static Condition |
Condition.fromBefore(Instant before)
Create an instance of this class with
before() initialized to the given value. |
static Condition |
Condition.fromEqualsValue(AttributeValueList equalsValue)
Create an instance of this class with
equalsValue() initialized to the given value. |
static Condition |
Condition.fromEqualsValue(Consumer<AttributeValueList.Builder> equalsValue)
Create an instance of this class with
equalsValue() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
Filter.Builder.condition(Condition condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
|
Copyright © 2023. All rights reserved.