| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuditFinding |
AuditFinding.clone() |
AuditFinding |
AuditFinding.withCheckName(String checkName)
The audit check that generated this result.
|
AuditFinding |
AuditFinding.withFindingTime(Date findingTime)
The time the result (finding) was discovered.
|
AuditFinding |
AuditFinding.withNonCompliantResource(NonCompliantResource nonCompliantResource)
The resource that was found to be non-compliant with the audit check.
|
AuditFinding |
AuditFinding.withReasonForNonCompliance(String reasonForNonCompliance)
The reason the resource was non-compliant.
|
AuditFinding |
AuditFinding.withReasonForNonComplianceCode(String reasonForNonComplianceCode)
A code which indicates the reason that the resource was non-compliant.
|
AuditFinding |
AuditFinding.withRelatedResources(Collection<RelatedResource> relatedResources)
The list of related resources.
|
AuditFinding |
AuditFinding.withRelatedResources(RelatedResource... relatedResources)
The list of related resources.
|
AuditFinding |
AuditFinding.withSeverity(AuditFindingSeverity severity)
The severity of the result (finding).
|
AuditFinding |
AuditFinding.withSeverity(String severity)
The severity of the result (finding).
|
AuditFinding |
AuditFinding.withTaskId(String taskId)
The ID of the audit that generated this result (finding)
|
AuditFinding |
AuditFinding.withTaskStartTime(Date taskStartTime)
The time the audit started.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuditFinding> |
ListAuditFindingsResult.getFindings()
The findings (results) of the audit.
|
| Modifier and Type | Method and Description |
|---|---|
ListAuditFindingsResult |
ListAuditFindingsResult.withFindings(AuditFinding... findings)
The findings (results) of the audit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAuditFindingsResult.setFindings(Collection<AuditFinding> findings)
The findings (results) of the audit.
|
ListAuditFindingsResult |
ListAuditFindingsResult.withFindings(Collection<AuditFinding> findings)
The findings (results) of the audit.
|
Copyright © 2019. All rights reserved.