Uses of Enum
software.amazon.awssdk.services.ssm.model.AssociationComplianceSeverity
Packages that use AssociationComplianceSeverity
-
Uses of AssociationComplianceSeverity in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AssociationComplianceSeverityModifier and TypeMethodDescriptionAssociationDescription.complianceSeverity()The severity level that is assigned to the association.AssociationVersionInfo.complianceSeverity()The severity level that is assigned to the association.CreateAssociationBatchRequestEntry.complianceSeverity()The severity level to assign to the association.CreateAssociationRequest.complianceSeverity()The severity level to assign to the association.UpdateAssociationRequest.complianceSeverity()The severity level to assign to the association.Use this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.static AssociationComplianceSeverity[]AssociationComplianceSeverity.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 AssociationComplianceSeverityModifier and TypeMethodDescriptionstatic Set<AssociationComplianceSeverity>AssociationComplianceSeverity.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type AssociationComplianceSeverityModifier and TypeMethodDescriptionAssociationDescription.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity) The severity level that is assigned to the association.AssociationVersionInfo.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity) The severity level that is assigned to the association.CreateAssociationBatchRequestEntry.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity) The severity level to assign to the association.CreateAssociationRequest.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity) The severity level to assign to the association.UpdateAssociationRequest.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity) The severity level to assign to the association.