Uses of Class
software.amazon.awssdk.services.iot.model.ListAuditFindingsResponse
-
Packages that use ListAuditFindingsResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListAuditFindingsResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListAuditFindingsResponse Modifier and Type Method Description default ListAuditFindingsResponseIotClient. listAuditFindings(Consumer<ListAuditFindingsRequest.Builder> listAuditFindingsRequest)Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time period.default ListAuditFindingsResponseIotClient. listAuditFindings(ListAuditFindingsRequest listAuditFindingsRequest)Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time period.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListAuditFindingsResponse Modifier and Type Method Description default CompletableFuture<ListAuditFindingsResponse>IotAsyncClient. listAuditFindings(Consumer<ListAuditFindingsRequest.Builder> listAuditFindingsRequest)Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time period.default CompletableFuture<ListAuditFindingsResponse>IotAsyncClient. listAuditFindings(ListAuditFindingsRequest listAuditFindingsRequest)Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time period. -
Uses of ListAuditFindingsResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListAuditFindingsResponse Modifier and Type Method Description Iterator<ListAuditFindingsResponse>ListAuditFindingsIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListAuditFindingsResponse Modifier and Type Method Description voidListAuditFindingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAuditFindingsResponse> subscriber)
-