Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
PatchStatus |
PatchStatus.clone() |
PatchStatus |
EffectivePatch.getPatchStatus()
The status of the patch in a patch baseline.
|
PatchStatus |
PatchStatus.withApprovalDate(Date approvalDate)
The date the patch was approved (or will be approved if the status is
PENDING_APPROVAL ). |
PatchStatus |
PatchStatus.withComplianceLevel(PatchComplianceLevel complianceLevel)
The compliance severity level for a patch.
|
PatchStatus |
PatchStatus.withComplianceLevel(String complianceLevel)
The compliance severity level for a patch.
|
PatchStatus |
PatchStatus.withDeploymentStatus(PatchDeploymentStatus deploymentStatus)
The approval status of a patch.
|
PatchStatus |
PatchStatus.withDeploymentStatus(String deploymentStatus)
The approval status of a patch.
|
Modifier and Type | Method and Description |
---|---|
void |
EffectivePatch.setPatchStatus(PatchStatus patchStatus)
The status of the patch in a patch baseline.
|
EffectivePatch |
EffectivePatch.withPatchStatus(PatchStatus patchStatus)
The status of the patch in a patch baseline.
|
Copyright © 2024. All rights reserved.