| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationComplianceSeverity |
AssociationDescription.complianceSeverity()
The severity level that is assigned to the association.
|
AssociationComplianceSeverity |
AssociationVersionInfo.complianceSeverity()
The severity level that is assigned to the association.
|
AssociationComplianceSeverity |
CreateAssociationBatchRequestEntry.complianceSeverity()
The severity level to assign to the association.
|
AssociationComplianceSeverity |
CreateAssociationRequest.complianceSeverity()
The severity level to assign to the association.
|
AssociationComplianceSeverity |
UpdateAssociationRequest.complianceSeverity()
The severity level to assign to the association.
|
static AssociationComplianceSeverity |
AssociationComplianceSeverity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AssociationComplianceSeverity |
AssociationComplianceSeverity.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AssociationComplianceSeverity> |
AssociationComplianceSeverity.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssociationDescription.Builder |
AssociationDescription.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level that is assigned to the association.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level that is assigned to the association.
|
CreateAssociationBatchRequestEntry.Builder |
CreateAssociationBatchRequestEntry.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level to assign to the association.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level to assign to the association.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level to assign to the association.
|
Copyright © 2019. All rights reserved.