| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
PatchComplianceLevel |
CreatePatchBaselineRequest.approvedPatchesComplianceLevel()
Defines the compliance level for approved patches.
|
PatchComplianceLevel |
UpdatePatchBaselineResponse.approvedPatchesComplianceLevel()
The compliance severity level assigned to the patch baseline after the update completed.
|
PatchComplianceLevel |
UpdatePatchBaselineRequest.approvedPatchesComplianceLevel()
Assigns a new compliance severity level to an existing patch baseline.
|
PatchComplianceLevel |
GetPatchBaselineResponse.approvedPatchesComplianceLevel()
Returns the specified compliance severity level for approved patches in the patch baseline.
|
PatchComplianceLevel |
BaselineOverride.approvedPatchesComplianceLevel()
Defines the compliance level for approved patches.
|
PatchComplianceLevel |
PatchRule.complianceLevel()
A compliance severity level for all approved patches in a patch baseline.
|
PatchComplianceLevel |
PatchStatus.complianceLevel()
The compliance severity level for a patch.
|
static PatchComplianceLevel |
PatchComplianceLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<PatchComplianceLevel> |
PatchComplianceLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreatePatchBaselineRequest.Builder |
CreatePatchBaselineRequest.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Defines the compliance level for approved patches.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Assigns a new compliance severity level to an existing patch baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Returns the specified compliance severity level for approved patches in the patch baseline.
|
BaselineOverride.Builder |
BaselineOverride.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Defines the compliance level for approved patches.
|
PatchRule.Builder |
PatchRule.Builder.complianceLevel(PatchComplianceLevel complianceLevel)
A compliance severity level for all approved patches in a patch baseline.
|
PatchStatus.Builder |
PatchStatus.Builder.complianceLevel(PatchComplianceLevel complianceLevel)
The compliance severity level for a patch.
|
Copyright © 2021. All rights reserved.