| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and 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 ListAuditTasksResponse |
IotClient.listAuditTasks(Consumer<ListAuditTasksRequest.Builder> listAuditTasksRequest)
Lists the Device Defender audits that have been performed during a given time period.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAuditTasksRequest.Builder |
ListAuditTasksRequest.builder() |
ListAuditTasksRequest.Builder |
ListAuditTasksRequest.Builder.endTime(Instant endTime)
The end of the time period.
|
ListAuditTasksRequest.Builder |
ListAuditTasksRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListAuditTasksRequest.Builder |
ListAuditTasksRequest.Builder.nextToken(String nextToken)
The token for the next set of results.
|
ListAuditTasksRequest.Builder |
ListAuditTasksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAuditTasksRequest.Builder |
ListAuditTasksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAuditTasksRequest.Builder |
ListAuditTasksRequest.Builder.startTime(Instant startTime)
The beginning of the time period.
|
ListAuditTasksRequest.Builder |
ListAuditTasksRequest.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.Builder |
ListAuditTasksRequest.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.Builder |
ListAuditTasksRequest.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.Builder |
ListAuditTasksRequest.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.Builder |
ListAuditTasksRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAuditTasksRequest.Builder> |
ListAuditTasksRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.