| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuditFinding |
DescribeAuditFindingResponse.finding()
Returns the value of the Finding property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuditFinding> |
ListAuditFindingsResponse.findings()
The findings (results) of the audit.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAuditFindingResponse.Builder |
DescribeAuditFindingResponse.Builder.finding(AuditFinding finding)
Sets the value of the Finding property for this object.
|
ListAuditFindingsResponse.Builder |
ListAuditFindingsResponse.Builder.findings(AuditFinding... findings)
The findings (results) of the audit.
|
| Modifier and Type | Method and Description |
|---|---|
ListAuditFindingsResponse.Builder |
ListAuditFindingsResponse.Builder.findings(Collection<AuditFinding> findings)
The findings (results) of the audit.
|
Copyright © 2019. All rights reserved.