Uses of Class
software.amazon.awssdk.services.ssm.model.PatchComplianceLevel
-
Packages that use PatchComplianceLevel Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchComplianceLevel in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchComplianceLevel Modifier and Type Method Description PatchComplianceLevelBaselineOverride. approvedPatchesComplianceLevel()Defines the compliance level for approved patches.PatchComplianceLevelCreatePatchBaselineRequest. approvedPatchesComplianceLevel()Defines the compliance level for approved patches.PatchComplianceLevelGetPatchBaselineResponse. approvedPatchesComplianceLevel()Returns the specified compliance severity level for approved patches in the patch baseline.PatchComplianceLevelUpdatePatchBaselineRequest. approvedPatchesComplianceLevel()Assigns a new compliance severity level to an existing patch baseline.PatchComplianceLevelUpdatePatchBaselineResponse. approvedPatchesComplianceLevel()The compliance severity level assigned to the patch baseline after the update completed.PatchComplianceLevelPatchRule. complianceLevel()A compliance severity level for all approved patches in a patch baseline.PatchComplianceLevelPatchStatus. complianceLevel()The compliance severity level for a patch.static PatchComplianceLevelPatchComplianceLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PatchComplianceLevelPatchComplianceLevel. 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.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchComplianceLevel Modifier and Type Method Description static Set<PatchComplianceLevel>PatchComplianceLevel. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchComplianceLevel Modifier and Type Method Description BaselineOverride.BuilderBaselineOverride.Builder. approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)Defines the compliance level for approved patches.CreatePatchBaselineRequest.BuilderCreatePatchBaselineRequest.Builder. approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)Defines the compliance level for approved patches.GetPatchBaselineResponse.BuilderGetPatchBaselineResponse.Builder. approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)Returns the specified compliance severity level for approved patches in the patch baseline.UpdatePatchBaselineRequest.BuilderUpdatePatchBaselineRequest.Builder. approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)Assigns a new compliance severity level to an existing patch baseline.UpdatePatchBaselineResponse.BuilderUpdatePatchBaselineResponse.Builder. approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)The compliance severity level assigned to the patch baseline after the update completed.PatchRule.BuilderPatchRule.Builder. complianceLevel(PatchComplianceLevel complianceLevel)A compliance severity level for all approved patches in a patch baseline.PatchStatus.BuilderPatchStatus.Builder. complianceLevel(PatchComplianceLevel complianceLevel)The compliance severity level for a patch.
-