Uses of Interface
software.amazon.awssdk.services.iot.model.ListAuditTasksRequest.Builder
-
Packages that use ListAuditTasksRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListAuditTasksRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type ListAuditTasksRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAuditTasksResponse>IotAsyncClient. listAuditTasks(Consumer<ListAuditTasksRequest.Builder> listAuditTasksRequest)Lists the Device Defender audits that have been performed during a given time period.default ListAuditTasksResponseIotClient. listAuditTasks(Consumer<ListAuditTasksRequest.Builder> listAuditTasksRequest)Lists the Device Defender audits that have been performed during a given time period.default ListAuditTasksPublisherIotAsyncClient. listAuditTasksPaginator(Consumer<ListAuditTasksRequest.Builder> listAuditTasksRequest)Lists the Device Defender audits that have been performed during a given time period.default ListAuditTasksIterableIotClient. listAuditTasksPaginator(Consumer<ListAuditTasksRequest.Builder> listAuditTasksRequest)Lists the Device Defender audits that have been performed during a given time period. -
Uses of ListAuditTasksRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListAuditTasksRequest.Builder Modifier and Type Method Description static ListAuditTasksRequest.BuilderListAuditTasksRequest. builder()ListAuditTasksRequest.BuilderListAuditTasksRequest.Builder. endTime(Instant endTime)The end of the time period.ListAuditTasksRequest.BuilderListAuditTasksRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return at one time.ListAuditTasksRequest.BuilderListAuditTasksRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListAuditTasksRequest.BuilderListAuditTasksRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAuditTasksRequest.BuilderListAuditTasksRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAuditTasksRequest.BuilderListAuditTasksRequest.Builder. startTime(Instant startTime)The beginning of the time period.ListAuditTasksRequest.BuilderListAuditTasksRequest.Builder. taskStatus(String taskStatus)A filter to limit the output to audits with the specified completion status: can be one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".ListAuditTasksRequest.BuilderListAuditTasksRequest.Builder. taskStatus(AuditTaskStatus taskStatus)A filter to limit the output to audits with the specified completion status: can be one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".ListAuditTasksRequest.BuilderListAuditTasksRequest.Builder. taskType(String taskType)A filter to limit the output to the specified type of audit: can be one of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED__AUDIT_TASK".ListAuditTasksRequest.BuilderListAuditTasksRequest.Builder. taskType(AuditTaskType taskType)A filter to limit the output to the specified type of audit: can be one of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED__AUDIT_TASK".ListAuditTasksRequest.BuilderListAuditTasksRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListAuditTasksRequest.Builder Modifier and Type Method Description static Class<? extends ListAuditTasksRequest.Builder>ListAuditTasksRequest. serializableBuilderClass()
-