| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyComplianceDetail |
PolicyComplianceDetail.clone() |
PolicyComplianceDetail |
GetComplianceDetailResult.getPolicyComplianceDetail()
Information about the resources and the policy that you specified in the
GetComplianceDetail
request. |
PolicyComplianceDetail |
PolicyComplianceDetail.withEvaluationLimitExceeded(Boolean evaluationLimitExceeded)
Indicates if over 100 resources are non-compliant with the AWS Firewall Manager policy.
|
PolicyComplianceDetail |
PolicyComplianceDetail.withExpiredAt(Date expiredAt)
A time stamp that indicates when the returned information should be considered out-of-date.
|
PolicyComplianceDetail |
PolicyComplianceDetail.withMemberAccount(String memberAccount)
The AWS account ID.
|
PolicyComplianceDetail |
PolicyComplianceDetail.withPolicyId(String policyId)
The ID of the AWS Firewall Manager policy.
|
PolicyComplianceDetail |
PolicyComplianceDetail.withPolicyOwner(String policyOwner)
The AWS account that created the AWS Firewall Manager policy.
|
PolicyComplianceDetail |
PolicyComplianceDetail.withViolators(Collection<ComplianceViolator> violators)
An array of resources that are not protected by the policy.
|
PolicyComplianceDetail |
PolicyComplianceDetail.withViolators(ComplianceViolator... violators)
An array of resources that are not protected by the policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetComplianceDetailResult.setPolicyComplianceDetail(PolicyComplianceDetail policyComplianceDetail)
Information about the resources and the policy that you specified in the
GetComplianceDetail
request. |
GetComplianceDetailResult |
GetComplianceDetailResult.withPolicyComplianceDetail(PolicyComplianceDetail policyComplianceDetail)
Information about the resources and the policy that you specified in the
GetComplianceDetail
request. |
Copyright © 2018. All rights reserved.