Uses of Interface
software.amazon.awssdk.services.ssm.model.DescribePatchGroupStateResponse.Builder
Packages that use DescribePatchGroupStateResponse.Builder
-
Uses of DescribePatchGroupStateResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DescribePatchGroupStateResponse.BuilderModifier and TypeMethodDescriptionDescribePatchGroupStateResponse.builder()The number of managed nodes in the patch group.DescribePatchGroupStateResponse.Builder.instancesWithAvailableSecurityUpdates(Integer instancesWithAvailableSecurityUpdates) The number of managed nodes for which security-related patches are available but not approved because because they didn't meet the patch baseline requirements.DescribePatchGroupStateResponse.Builder.instancesWithCriticalNonCompliantPatches(Integer instancesWithCriticalNonCompliantPatches) The number of managed nodes where patches that are specified asCriticalfor compliance reporting in the patch baseline aren't installed.DescribePatchGroupStateResponse.Builder.instancesWithFailedPatches(Integer instancesWithFailedPatches) The number of managed nodes with patches from the patch baseline that failed to install.DescribePatchGroupStateResponse.Builder.instancesWithInstalledOtherPatches(Integer instancesWithInstalledOtherPatches) The number of managed nodes with patches installed that aren't defined in the patch baseline.DescribePatchGroupStateResponse.Builder.instancesWithInstalledPatches(Integer instancesWithInstalledPatches) The number of managed nodes with installed patches.DescribePatchGroupStateResponse.Builder.instancesWithInstalledPendingRebootPatches(Integer instancesWithInstalledPendingRebootPatches) The number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the patch installation.DescribePatchGroupStateResponse.Builder.instancesWithInstalledRejectedPatches(Integer instancesWithInstalledRejectedPatches) The number of managed nodes with patches installed that are specified in aRejectedPatcheslist.DescribePatchGroupStateResponse.Builder.instancesWithMissingPatches(Integer instancesWithMissingPatches) The number of managed nodes with missing patches from the patch baseline.DescribePatchGroupStateResponse.Builder.instancesWithNotApplicablePatches(Integer instancesWithNotApplicablePatches) The number of managed nodes with patches that aren't applicable.DescribePatchGroupStateResponse.Builder.instancesWithOtherNonCompliantPatches(Integer instancesWithOtherNonCompliantPatches) The number of managed nodes with patches installed that are specified as other thanCriticalorSecuritybut aren't compliant with the patch baseline.DescribePatchGroupStateResponse.Builder.instancesWithSecurityNonCompliantPatches(Integer instancesWithSecurityNonCompliantPatches) The number of managed nodes where patches that are specified asSecurityin a patch advisory aren't installed.DescribePatchGroupStateResponse.Builder.instancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches) The number of managed nodes withNotApplicablepatches beyond the supported limit, which aren't reported by name to Inventory.DescribePatchGroupStateResponse.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DescribePatchGroupStateResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribePatchGroupStateResponse.Builder>DescribePatchGroupStateResponse.serializableBuilderClass()