| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
Filter.getCondition()
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
|
Condition |
Condition.withAfter(Date after)
After the specified timestamp.
|
Condition |
Condition.withBefore(Date before)
Before the specified timestamp
|
Condition |
Condition.withEquals(AttributeValueList equals)
The value is equal to the provided string or integer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Filter.setCondition(Condition condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
|
Filter |
Filter.withCondition(Condition condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
|
Copyright © 2022. All rights reserved.