Uses of Interface
software.amazon.awssdk.services.iot.model.ListAuditFindingsRequest.Builder
-
Packages that use ListAuditFindingsRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListAuditFindingsRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type ListAuditFindingsRequest.Builder 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 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 ListAuditFindingsPublisherIotAsyncClient. listAuditFindingsPaginator(Consumer<ListAuditFindingsRequest.Builder> listAuditFindingsRequest)Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time period.default ListAuditFindingsIterableIotClient. listAuditFindingsPaginator(Consumer<ListAuditFindingsRequest.Builder> listAuditFindingsRequest)Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time period. -
Uses of ListAuditFindingsRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListAuditFindingsRequest.Builder Modifier and Type Method Description static ListAuditFindingsRequest.BuilderListAuditFindingsRequest. builder()ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. checkName(String checkName)A filter to limit results to the findings for the specified audit check.ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. endTime(Instant endTime)A filter to limit results to those found before the specified time.ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. listSuppressedFindings(Boolean listSuppressedFindings)Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed.ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return at one time.ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)Information identifying the noncompliant resource.ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. resourceIdentifier(ResourceIdentifier resourceIdentifier)Information identifying the noncompliant resource.ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. startTime(Instant startTime)A filter to limit results to those found after the specified time.ListAuditFindingsRequest.BuilderListAuditFindingsRequest.Builder. taskId(String taskId)A filter to limit results to the audit with the specified ID.ListAuditFindingsRequest.BuilderListAuditFindingsRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListAuditFindingsRequest.Builder Modifier and Type Method Description static Class<? extends ListAuditFindingsRequest.Builder>ListAuditFindingsRequest. serializableBuilderClass()
-