| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AuditFinding> |
ListAuditFindingsPublisher.findings()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AuditFinding> |
ListAuditFindingsIterable.findings()
Returns an iterable to iterate through the paginated
ListAuditFindingsResponse.findings() member. |
Copyright © 2022. All rights reserved.