| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
ComplianceViolator |
ComplianceViolator.clone() |
ComplianceViolator |
ComplianceViolator.withResourceId(String resourceId)
The resource ID.
|
ComplianceViolator |
ComplianceViolator.withResourceType(String resourceType)
The resource type.
|
ComplianceViolator |
ComplianceViolator.withViolationReason(String violationReason)
The reason that the resource is not protected by the policy.
|
ComplianceViolator |
ComplianceViolator.withViolationReason(ViolationReason violationReason)
The reason that the resource is not protected by the policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComplianceViolator> |
PolicyComplianceDetail.getViolators()
An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance
with the security group policy.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyComplianceDetail |
PolicyComplianceDetail.withViolators(ComplianceViolator... violators)
An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance
with the security group policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyComplianceDetail.setViolators(Collection<ComplianceViolator> violators)
An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance
with the security group policy.
|
PolicyComplianceDetail |
PolicyComplianceDetail.withViolators(Collection<ComplianceViolator> violators)
An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance
with the security group policy.
|
Copyright © 2021. All rights reserved.