Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
DescribePatchGroupStateResult |
AWSSimpleSystemsManagementClient.describePatchGroupState(DescribePatchGroupStateRequest request)
Returns high-level aggregated patch compliance state information for a patch group.
|
DescribePatchGroupStateResult |
AbstractAWSSimpleSystemsManagement.describePatchGroupState(DescribePatchGroupStateRequest request) |
DescribePatchGroupStateResult |
AWSSimpleSystemsManagement.describePatchGroupState(DescribePatchGroupStateRequest describePatchGroupStateRequest)
Returns high-level aggregated patch compliance state information for a patch group.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribePatchGroupStateResult> |
AWSSimpleSystemsManagementAsyncClient.describePatchGroupStateAsync(DescribePatchGroupStateRequest request,
AsyncHandler<DescribePatchGroupStateRequest,DescribePatchGroupStateResult> asyncHandler) |
Future<DescribePatchGroupStateResult> |
AbstractAWSSimpleSystemsManagementAsync.describePatchGroupStateAsync(DescribePatchGroupStateRequest request,
AsyncHandler<DescribePatchGroupStateRequest,DescribePatchGroupStateResult> asyncHandler) |
Future<DescribePatchGroupStateResult> |
AWSSimpleSystemsManagementAsync.describePatchGroupStateAsync(DescribePatchGroupStateRequest describePatchGroupStateRequest,
AsyncHandler<DescribePatchGroupStateRequest,DescribePatchGroupStateResult> asyncHandler)
Returns high-level aggregated patch compliance state information for a patch group.
|
Modifier and Type | Method and Description |
---|---|
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.clone() |
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstances(Integer instances)
The number of managed nodes in the patch group.
|
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstancesWithCriticalNonCompliantPatches(Integer instancesWithCriticalNonCompliantPatches)
The number of managed nodes where patches that are specified as
Critical for compliance reporting in
the patch baseline aren't installed. |
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstancesWithFailedPatches(Integer instancesWithFailedPatches)
The number of managed nodes with patches from the patch baseline that failed to install.
|
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstancesWithInstalledOtherPatches(Integer instancesWithInstalledOtherPatches)
The number of managed nodes with patches installed that aren't defined in the patch baseline.
|
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstancesWithInstalledPatches(Integer instancesWithInstalledPatches)
The number of managed nodes with installed patches.
|
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstancesWithInstalledPendingRebootPatches(Integer instancesWithInstalledPendingRebootPatches)
The number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the patch
installation.
|
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstancesWithInstalledRejectedPatches(Integer instancesWithInstalledRejectedPatches)
The number of managed nodes with patches installed that are specified in a
RejectedPatches list. |
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstancesWithMissingPatches(Integer instancesWithMissingPatches)
The number of managed nodes with missing patches from the patch baseline.
|
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstancesWithNotApplicablePatches(Integer instancesWithNotApplicablePatches)
The number of managed nodes with patches that aren't applicable.
|
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstancesWithOtherNonCompliantPatches(Integer instancesWithOtherNonCompliantPatches)
The number of managed nodes with patches installed that are specified as other than
Critical or
Security but aren't compliant with the patch baseline. |
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstancesWithSecurityNonCompliantPatches(Integer instancesWithSecurityNonCompliantPatches)
The number of managed nodes where patches that are specified as
Security in a patch advisory aren't
installed. |
DescribePatchGroupStateResult |
DescribePatchGroupStateResult.withInstancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches)
The number of managed nodes with
NotApplicable patches beyond the supported limit, which aren't
reported by name to Inventory. |
Copyright © 2023. All rights reserved.