| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
OpsItemEventFilter |
OpsItemEventFilter.clone() |
OpsItemEventFilter |
OpsItemEventFilter.withKey(OpsItemEventFilterKey key)
The name of the filter key.
|
OpsItemEventFilter |
OpsItemEventFilter.withKey(String key)
The name of the filter key.
|
OpsItemEventFilter |
OpsItemEventFilter.withOperator(OpsItemEventFilterOperator operator)
The operator used by the filter call.
|
OpsItemEventFilter |
OpsItemEventFilter.withOperator(String operator)
The operator used by the filter call.
|
OpsItemEventFilter |
OpsItemEventFilter.withValues(Collection<String> values)
The values for the filter, consisting of one or more OpsItem IDs.
|
OpsItemEventFilter |
OpsItemEventFilter.withValues(String... values)
The values for the filter, consisting of one or more OpsItem IDs.
|
| Modifier and Type | Method and Description |
|---|---|
List<OpsItemEventFilter> |
ListOpsItemEventsRequest.getFilters()
One or more OpsItem filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListOpsItemEventsRequest |
ListOpsItemEventsRequest.withFilters(OpsItemEventFilter... filters)
One or more OpsItem filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOpsItemEventsRequest.setFilters(Collection<OpsItemEventFilter> filters)
One or more OpsItem filters.
|
ListOpsItemEventsRequest |
ListOpsItemEventsRequest.withFilters(Collection<OpsItemEventFilter> filters)
One or more OpsItem filters.
|
Copyright © 2021. All rights reserved.