| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static PatchComplianceLevel |
PatchComplianceLevel.fromValue(String value)
Use this in place of valueOf.
|
static PatchComplianceLevel |
PatchComplianceLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchComplianceLevel[] |
PatchComplianceLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePatchBaselineRequest.setApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Defines the compliance level for approved patches.
|
void |
UpdatePatchBaselineResult.setApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
|
void |
UpdatePatchBaselineRequest.setApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Assigns a new compliance severity level to an existing patch baseline.
|
void |
GetPatchBaselineResult.setApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Returns the specified compliance severity level for approved patches in the patch baseline.
|
void |
PatchStatus.setComplianceLevel(PatchComplianceLevel complianceLevel)
The compliance severity level for a patch.
|
void |
PatchRule.setComplianceLevel(PatchComplianceLevel complianceLevel)
A compliance severity level for all approved patches in a patch baseline.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Defines the compliance level for approved patches.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
|
UpdatePatchBaselineRequest |
UpdatePatchBaselineRequest.withApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Assigns a new compliance severity level to an existing patch baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Returns the specified compliance severity level for approved patches in the patch baseline.
|
PatchStatus |
PatchStatus.withComplianceLevel(PatchComplianceLevel complianceLevel)
The compliance severity level for a patch.
|
PatchRule |
PatchRule.withComplianceLevel(PatchComplianceLevel complianceLevel)
A compliance severity level for all approved patches in a patch baseline.
|
Copyright © 2020. All rights reserved.