| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InstancePatchState |
InstancePatchState.clone() |
InstancePatchState |
InstancePatchState.withBaselineId(String baselineId)
The ID of the patch baseline used to patch the instance.
|
InstancePatchState |
InstancePatchState.withFailedCount(Integer failedCount)
The number of patches from the patch baseline that were attempted to be installed during the last patching
operation, but failed to install.
|
InstancePatchState |
InstancePatchState.withInstalledCount(Integer installedCount)
The number of patches from the patch baseline that are installed on the instance.
|
InstancePatchState |
InstancePatchState.withInstalledOtherCount(Integer installedOtherCount)
The number of patches not specified in the patch baseline that are installed on the instance.
|
InstancePatchState |
InstancePatchState.withInstalledPendingRebootCount(Integer installedPendingRebootCount)
The number of patches installed by Patch Manager since the last time the instance was rebooted.
|
InstancePatchState |
InstancePatchState.withInstalledRejectedCount(Integer installedRejectedCount)
The number of instances with patches installed that are specified in a RejectedPatches list.
|
InstancePatchState |
InstancePatchState.withInstallOverrideList(String installOverrideList)
An https URL or an Amazon S3 path-style URL to a list of patches to be installed.
|
InstancePatchState |
InstancePatchState.withInstanceId(String instanceId)
The ID of the managed instance the high-level patch compliance information was collected for.
|
InstancePatchState |
InstancePatchState.withLastNoRebootInstallOperationTime(Date lastNoRebootInstallOperationTime)
The time of the last attempt to patch the instance with
NoReboot specified as the reboot option. |
InstancePatchState |
InstancePatchState.withMissingCount(Integer missingCount)
The number of patches from the patch baseline that are applicable for the instance but aren't currently
installed.
|
InstancePatchState |
InstancePatchState.withNotApplicableCount(Integer notApplicableCount)
The number of patches from the patch baseline that aren't applicable for the instance and therefore aren't
installed on the instance.
|
InstancePatchState |
InstancePatchState.withOperation(PatchOperationType operation)
The type of patching operation that was performed: SCAN (assess patch compliance state) or INSTALL (install
missing patches).
|
InstancePatchState |
InstancePatchState.withOperation(String operation)
The type of patching operation that was performed: SCAN (assess patch compliance state) or INSTALL (install
missing patches).
|
InstancePatchState |
InstancePatchState.withOperationEndTime(Date operationEndTime)
The time the most recent patching operation completed on the instance.
|
InstancePatchState |
InstancePatchState.withOperationStartTime(Date operationStartTime)
The time the most recent patching operation was started on the instance.
|
InstancePatchState |
InstancePatchState.withOwnerInformation(String ownerInformation)
Placeholder information.
|
InstancePatchState |
InstancePatchState.withPatchGroup(String patchGroup)
The name of the patch group the managed instance belongs to.
|
InstancePatchState |
InstancePatchState.withRebootOption(RebootOption rebootOption)
Indicates the reboot option specified in the patch baseline.
|
InstancePatchState |
InstancePatchState.withRebootOption(String rebootOption)
Indicates the reboot option specified in the patch baseline.
|
InstancePatchState |
InstancePatchState.withSnapshotId(String snapshotId)
The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.
|
InstancePatchState |
InstancePatchState.withUnreportedNotApplicableCount(Integer unreportedNotApplicableCount)
The number of patches beyond the supported limit of
NotApplicableCount that are not reported by name
to Systems Manager Inventory. |
| Modifier and Type | Method and Description |
|---|---|
List<InstancePatchState> |
DescribeInstancePatchStatesResult.getInstancePatchStates()
The high-level patch state for the requested instances.
|
List<InstancePatchState> |
DescribeInstancePatchStatesForPatchGroupResult.getInstancePatchStates()
The high-level patch state for the requested instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchStatesResult |
DescribeInstancePatchStatesResult.withInstancePatchStates(InstancePatchState... instancePatchStates)
The high-level patch state for the requested instances.
|
DescribeInstancePatchStatesForPatchGroupResult |
DescribeInstancePatchStatesForPatchGroupResult.withInstancePatchStates(InstancePatchState... instancePatchStates)
The high-level patch state for the requested instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstancePatchStatesResult.setInstancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested instances.
|
void |
DescribeInstancePatchStatesForPatchGroupResult.setInstancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested instances.
|
DescribeInstancePatchStatesResult |
DescribeInstancePatchStatesResult.withInstancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested instances.
|
DescribeInstancePatchStatesForPatchGroupResult |
DescribeInstancePatchStatesForPatchGroupResult.withInstancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested instances.
|
Copyright © 2020. All rights reserved.