Uses of Class
software.amazon.awssdk.services.iot.model.AuditFinding
-
Packages that use AuditFinding Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of AuditFinding in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AuditFinding Modifier and Type Method Description AuditFindingDescribeAuditFindingResponse. finding()Returns the value of the Finding property for this object.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuditFinding Modifier and Type Method Description List<AuditFinding>ListAuditFindingsResponse. findings()The findings (results) of the audit.Methods in software.amazon.awssdk.services.iot.model with parameters of type AuditFinding Modifier and Type Method Description DescribeAuditFindingResponse.BuilderDescribeAuditFindingResponse.Builder. finding(AuditFinding finding)Sets the value of the Finding property for this object.ListAuditFindingsResponse.BuilderListAuditFindingsResponse.Builder. findings(AuditFinding... findings)The findings (results) of the audit.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AuditFinding Modifier and Type Method Description ListAuditFindingsResponse.BuilderListAuditFindingsResponse.Builder. findings(Collection<AuditFinding> findings)The findings (results) of the audit. -
Uses of AuditFinding in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type AuditFinding Modifier and Type Method Description SdkIterable<AuditFinding>ListAuditFindingsIterable. findings()Returns an iterable to iterate through the paginatedListAuditFindingsResponse.findings()member.SdkPublisher<AuditFinding>ListAuditFindingsPublisher. findings()Returns a publisher that can be used to get a stream of data.
-