Uses of Enum
software.amazon.awssdk.services.ssm.model.PatchComplianceLevel
Packages that use PatchComplianceLevel
-
Uses of PatchComplianceLevel in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchComplianceLevelModifier and TypeMethodDescriptionfinal PatchComplianceLevelBaselineOverride.approvedPatchesComplianceLevel()Defines the compliance level for approved patches.final PatchComplianceLevelCreatePatchBaselineRequest.approvedPatchesComplianceLevel()Defines the compliance level for approved patches.final PatchComplianceLevelGetPatchBaselineResponse.approvedPatchesComplianceLevel()Returns the specified compliance severity level for approved patches in the patch baseline.final PatchComplianceLevelUpdatePatchBaselineRequest.approvedPatchesComplianceLevel()Assigns a new compliance severity level to an existing patch baseline.final PatchComplianceLevelUpdatePatchBaselineResponse.approvedPatchesComplianceLevel()The compliance severity level assigned to the patch baseline after the update completed.final PatchComplianceLevelPatchRule.complianceLevel()A compliance severity level for all approved patches in a patch baseline.final PatchComplianceLevelPatchStatus.complianceLevel()The compliance severity level for a patch.static PatchComplianceLevelUse this in place of valueOf to convert the raw string returned by the service into the enum value.static PatchComplianceLevelReturns 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 PatchComplianceLevelModifier and TypeMethodDescriptionstatic Set<PatchComplianceLevel>PatchComplianceLevel.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchComplianceLevelModifier and TypeMethodDescriptionBaselineOverride.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel) Defines the compliance level for approved patches.CreatePatchBaselineRequest.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel) Defines the compliance level for approved patches.GetPatchBaselineResponse.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel) Returns the specified compliance severity level for approved patches in the patch baseline.UpdatePatchBaselineRequest.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel) Assigns a new compliance severity level to an existing patch baseline.UpdatePatchBaselineResponse.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel) The compliance severity level assigned to the patch baseline after the update completed.PatchRule.Builder.complianceLevel(PatchComplianceLevel complianceLevel) A compliance severity level for all approved patches in a patch baseline.PatchStatus.Builder.complianceLevel(PatchComplianceLevel complianceLevel) The compliance severity level for a patch.