| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
PatchFilterGroup |
UpdatePatchBaselineRequest.globalFilters()
A set of global filters used to exclude patches from the baseline.
|
PatchFilterGroup |
UpdatePatchBaselineResponse.globalFilters()
A set of global filters used to exclude patches from the baseline.
|
PatchFilterGroup |
GetPatchBaselineResponse.globalFilters()
A set of global filters used to exclude patches from the baseline.
|
PatchFilterGroup |
CreatePatchBaselineRequest.globalFilters()
A set of global filters used to exclude patches from the baseline.
|
PatchFilterGroup |
PatchRule.patchFilterGroup()
The patch filter group that defines the criteria for the rule.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.globalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.globalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.globalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
CreatePatchBaselineRequest.Builder |
CreatePatchBaselineRequest.Builder.globalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
PatchRule.Builder |
PatchRule.Builder.patchFilterGroup(PatchFilterGroup patchFilterGroup)
The patch filter group that defines the criteria for the rule.
|
| Modifier and Type | Method and Description |
|---|---|
PatchFilterGroup |
PatchFilterGroupUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchFilterGroupMarshaller.marshall(PatchFilterGroup patchFilterGroup,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.