| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withCondition(Condition condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
|
Filter |
Filter.withKey(String key)
The key that you're filtering on.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ListTimelineEventsRequest.getFilters()
Filters the timeline events based on the provided conditional values.
|
List<Filter> |
ListIncidentRecordsRequest.getFilters()
Filters the list of incident records you want to search through.
|
| Modifier and Type | Method and Description |
|---|---|
ListTimelineEventsRequest |
ListTimelineEventsRequest.withFilters(Filter... filters)
Filters the timeline events based on the provided conditional values.
|
ListIncidentRecordsRequest |
ListIncidentRecordsRequest.withFilters(Filter... filters)
Filters the list of incident records you want to search through.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTimelineEventsRequest.setFilters(Collection<Filter> filters)
Filters the timeline events based on the provided conditional values.
|
void |
ListIncidentRecordsRequest.setFilters(Collection<Filter> filters)
Filters the list of incident records you want to search through.
|
ListTimelineEventsRequest |
ListTimelineEventsRequest.withFilters(Collection<Filter> filters)
Filters the timeline events based on the provided conditional values.
|
ListIncidentRecordsRequest |
ListIncidentRecordsRequest.withFilters(Collection<Filter> filters)
Filters the list of incident records you want to search through.
|
Copyright © 2023. All rights reserved.