Uses of Class
software.amazon.awssdk.services.ssm.model.PatchComplianceStatus
-
Packages that use PatchComplianceStatus Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchComplianceStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchComplianceStatus Modifier and Type Method Description PatchComplianceStatusBaselineOverride. availableSecurityUpdatesComplianceStatus()Indicates whether managed nodes for which there are available security-related patches that have not been approved by the baseline are being defined asCOMPLIANTorNON_COMPLIANT.PatchComplianceStatusCreatePatchBaselineRequest. availableSecurityUpdatesComplianceStatus()Indicates the status you want to assign to security patches that are available but not approved because they don't meet the installation criteria specified in the patch baseline.PatchComplianceStatusGetPatchBaselineResponse. availableSecurityUpdatesComplianceStatus()Indicates the compliance status of managed nodes for which security-related patches are available but were not approved.PatchComplianceStatusUpdatePatchBaselineRequest. availableSecurityUpdatesComplianceStatus()Indicates the status to be assigned to security patches that are available but not approved because they don't meet the installation criteria specified in the patch baseline.PatchComplianceStatusUpdatePatchBaselineResponse. availableSecurityUpdatesComplianceStatus()Indicates the compliance status of managed nodes for which security-related patches are available but were not approved.static PatchComplianceStatusPatchComplianceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PatchComplianceStatusPatchComplianceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchComplianceStatus[]PatchComplianceStatus. 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 PatchComplianceStatus Modifier and Type Method Description static Set<PatchComplianceStatus>PatchComplianceStatus. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchComplianceStatus Modifier and Type Method Description BaselineOverride.BuilderBaselineOverride.Builder. availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus)Indicates whether managed nodes for which there are available security-related patches that have not been approved by the baseline are being defined asCOMPLIANTorNON_COMPLIANT.CreatePatchBaselineRequest.BuilderCreatePatchBaselineRequest.Builder. availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus)Indicates the status you want to assign to security patches that are available but not approved because they don't meet the installation criteria specified in the patch baseline.GetPatchBaselineResponse.BuilderGetPatchBaselineResponse.Builder. availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus)Indicates the compliance status of managed nodes for which security-related patches are available but were not approved.UpdatePatchBaselineRequest.BuilderUpdatePatchBaselineRequest.Builder. availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus)Indicates the status to be assigned to security patches that are available but not approved because they don't meet the installation criteria specified in the patch baseline.UpdatePatchBaselineResponse.BuilderUpdatePatchBaselineResponse.Builder. availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus)Indicates the compliance status of managed nodes for which security-related patches are available but were not approved.
-