| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
ViolationDetail |
ViolationDetail.clone() |
ViolationDetail |
GetViolationDetailsResult.getViolationDetail()
Violation detail for a resource.
|
ViolationDetail |
ViolationDetail.withMemberAccount(String memberAccount)
The AWS account that the violation details were requested for.
|
ViolationDetail |
ViolationDetail.withPolicyId(String policyId)
The ID of the AWS Firewall Manager policy that the violation details were requested for.
|
ViolationDetail |
ViolationDetail.withResourceDescription(String resourceDescription)
Brief description for the requested resource.
|
ViolationDetail |
ViolationDetail.withResourceId(String resourceId)
The resource ID that the violation details were requested for.
|
ViolationDetail |
ViolationDetail.withResourceTags(Collection<Tag> resourceTags)
The
ResourceTag objects associated with the resource. |
ViolationDetail |
ViolationDetail.withResourceTags(Tag... resourceTags)
The
ResourceTag objects associated with the resource. |
ViolationDetail |
ViolationDetail.withResourceType(String resourceType)
The resource type that the violation details were requested for.
|
ViolationDetail |
ViolationDetail.withResourceViolations(Collection<ResourceViolation> resourceViolations)
List of violations for the requested resource.
|
ViolationDetail |
ViolationDetail.withResourceViolations(ResourceViolation... resourceViolations)
List of violations for the requested resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetViolationDetailsResult.setViolationDetail(ViolationDetail violationDetail)
Violation detail for a resource.
|
GetViolationDetailsResult |
GetViolationDetailsResult.withViolationDetail(ViolationDetail violationDetail)
Violation detail for a resource.
|
Copyright © 2020. All rights reserved.