| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static ViolationReason |
ViolationReason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ViolationReason |
ViolationReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViolationReason[] |
ViolationReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ViolationReason |
ComplianceViolator.violationReason()
The reason that the resource is not protected by the policy.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ViolationReason> |
ViolationReason.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ComplianceViolator.Builder |
ComplianceViolator.Builder.violationReason(ViolationReason violationReason)
The reason that the resource is not protected by the policy.
|
Copyright © 2023. All rights reserved.