| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
PatchFilter |
PatchFilter.clone() |
PatchFilter |
PatchFilter.withKey(PatchFilterKey key)
The key for the filter.
|
PatchFilter |
PatchFilter.withKey(String key)
The key for the filter.
|
PatchFilter |
PatchFilter.withValues(Collection<String> values)
The value for the filter key.
|
PatchFilter |
PatchFilter.withValues(String... values)
The value for the filter key.
|
| Modifier and Type | Method and Description |
|---|---|
List<PatchFilter> |
PatchFilterGroup.getPatchFilters()
The set of patch filters that make up the group.
|
| Modifier and Type | Method and Description |
|---|---|
PatchFilterGroup |
PatchFilterGroup.withPatchFilters(PatchFilter... patchFilters)
The set of patch filters that make up the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatchFilterGroup.setPatchFilters(Collection<PatchFilter> patchFilters)
The set of patch filters that make up the group.
|
PatchFilterGroup |
PatchFilterGroup.withPatchFilters(Collection<PatchFilter> patchFilters)
The set of patch filters that make up the group.
|
Copyright © 2023. All rights reserved.