| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InstancePatchStateFilter |
InstancePatchStateFilter.clone() |
InstancePatchStateFilter |
InstancePatchStateFilter.withKey(String key)
The key for the filter.
|
InstancePatchStateFilter |
InstancePatchStateFilter.withType(InstancePatchStateOperatorType type)
The type of comparison that should be performed for the value: Equal, NotEqual, LessThan or GreaterThan.
|
InstancePatchStateFilter |
InstancePatchStateFilter.withType(String type)
The type of comparison that should be performed for the value: Equal, NotEqual, LessThan or GreaterThan.
|
InstancePatchStateFilter |
InstancePatchStateFilter.withValues(Collection<String> values)
The value for the filter, must be an integer greater than or equal to 0.
|
InstancePatchStateFilter |
InstancePatchStateFilter.withValues(String... values)
The value for the filter, must be an integer greater than or equal to 0.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstancePatchStateFilter> |
DescribeInstancePatchStatesForPatchGroupRequest.getFilters()
Each entry in the array is a structure containing:
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchStatesForPatchGroupRequest |
DescribeInstancePatchStatesForPatchGroupRequest.withFilters(InstancePatchStateFilter... filters)
Each entry in the array is a structure containing:
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstancePatchStatesForPatchGroupRequest.setFilters(Collection<InstancePatchStateFilter> filters)
Each entry in the array is a structure containing:
|
DescribeInstancePatchStatesForPatchGroupRequest |
DescribeInstancePatchStatesForPatchGroupRequest.withFilters(Collection<InstancePatchStateFilter> filters)
Each entry in the array is a structure containing:
|
Copyright © 2018. All rights reserved.