| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribePatchGroupStateResponse.Builder |
DescribePatchGroupStateResponse.builder() |
DescribePatchGroupStateResponse.Builder |
DescribePatchGroupStateResponse.Builder.instances(Integer instances)
The number of instances in the patch group.
|
DescribePatchGroupStateResponse.Builder |
DescribePatchGroupStateResponse.Builder.instancesWithFailedPatches(Integer instancesWithFailedPatches)
The number of instances with patches from the patch baseline that failed to install.
|
DescribePatchGroupStateResponse.Builder |
DescribePatchGroupStateResponse.Builder.instancesWithInstalledOtherPatches(Integer instancesWithInstalledOtherPatches)
The number of instances with patches installed that aren't defined in the patch baseline.
|
DescribePatchGroupStateResponse.Builder |
DescribePatchGroupStateResponse.Builder.instancesWithInstalledPatches(Integer instancesWithInstalledPatches)
The number of instances with installed patches.
|
DescribePatchGroupStateResponse.Builder |
DescribePatchGroupStateResponse.Builder.instancesWithInstalledPendingRebootPatches(Integer instancesWithInstalledPendingRebootPatches)
Reserved for future use.
|
DescribePatchGroupStateResponse.Builder |
DescribePatchGroupStateResponse.Builder.instancesWithInstalledRejectedPatches(Integer instancesWithInstalledRejectedPatches)
The number of instances with patches installed that are specified in a RejectedPatches list.
|
DescribePatchGroupStateResponse.Builder |
DescribePatchGroupStateResponse.Builder.instancesWithMissingPatches(Integer instancesWithMissingPatches)
The number of instances with missing patches from the patch baseline.
|
DescribePatchGroupStateResponse.Builder |
DescribePatchGroupStateResponse.Builder.instancesWithNotApplicablePatches(Integer instancesWithNotApplicablePatches)
The number of instances with patches that aren't applicable.
|
DescribePatchGroupStateResponse.Builder |
DescribePatchGroupStateResponse.Builder.instancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches)
The number of instances with
NotApplicable patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory. |
DescribePatchGroupStateResponse.Builder |
DescribePatchGroupStateResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribePatchGroupStateResponse.Builder> |
DescribePatchGroupStateResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.