Uses of Enum
software.amazon.awssdk.services.ssm.model.PatchComplianceStatus
Packages that use PatchComplianceStatus
-
Uses of PatchComplianceStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchComplianceStatusModifier and TypeMethodDescriptionfinal 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.final 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.final PatchComplianceStatusGetPatchBaselineResponse.availableSecurityUpdatesComplianceStatus()Indicates the compliance status of managed nodes for which security-related patches are available but were not approved.final 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.final PatchComplianceStatusUpdatePatchBaselineResponse.availableSecurityUpdatesComplianceStatus()Indicates the compliance status of managed nodes for which security-related patches are available but were not approved.static PatchComplianceStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static PatchComplianceStatusReturns 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 PatchComplianceStatusModifier and TypeMethodDescriptionstatic Set<PatchComplianceStatus>PatchComplianceStatus.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchComplianceStatusModifier and TypeMethodDescriptionBaselineOverride.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.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.Builder.availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus) Indicates the compliance status of managed nodes for which security-related patches are available but were not approved.UpdatePatchBaselineRequest.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.Builder.availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus) Indicates the compliance status of managed nodes for which security-related patches are available but were not approved.