| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
OpsItemFilter |
OpsItemFilter.clone() |
OpsItemFilter |
OpsItemFilter.withKey(OpsItemFilterKey key)
The name of the filter.
|
OpsItemFilter |
OpsItemFilter.withKey(String key)
The name of the filter.
|
OpsItemFilter |
OpsItemFilter.withOperator(OpsItemFilterOperator operator)
The operator used by the filter call.
|
OpsItemFilter |
OpsItemFilter.withOperator(String operator)
The operator used by the filter call.
|
OpsItemFilter |
OpsItemFilter.withValues(Collection<String> values)
The filter value.
|
OpsItemFilter |
OpsItemFilter.withValues(String... values)
The filter value.
|
| Modifier and Type | Method and Description |
|---|---|
List<OpsItemFilter> |
DescribeOpsItemsRequest.getOpsItemFilters()
One or more filters to limit the response.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOpsItemsRequest |
DescribeOpsItemsRequest.withOpsItemFilters(OpsItemFilter... opsItemFilters)
One or more filters to limit the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOpsItemsRequest.setOpsItemFilters(Collection<OpsItemFilter> opsItemFilters)
One or more filters to limit the response.
|
DescribeOpsItemsRequest |
DescribeOpsItemsRequest.withOpsItemFilters(Collection<OpsItemFilter> opsItemFilters)
One or more filters to limit the response.
|
Copyright © 2021. All rights reserved.