| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuditTaskMetadata |
AuditTaskMetadata.clone() |
AuditTaskMetadata |
AuditTaskMetadata.withTaskId(String taskId)
The ID of this audit.
|
AuditTaskMetadata |
AuditTaskMetadata.withTaskStatus(AuditTaskStatus taskStatus)
The status of this audit.
|
AuditTaskMetadata |
AuditTaskMetadata.withTaskStatus(String taskStatus)
The status of this audit.
|
AuditTaskMetadata |
AuditTaskMetadata.withTaskType(AuditTaskType taskType)
The type of this audit.
|
AuditTaskMetadata |
AuditTaskMetadata.withTaskType(String taskType)
The type of this audit.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuditTaskMetadata> |
ListAuditTasksResult.getTasks()
The audits that were performed during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
ListAuditTasksResult |
ListAuditTasksResult.withTasks(AuditTaskMetadata... tasks)
The audits that were performed during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAuditTasksResult.setTasks(Collection<AuditTaskMetadata> tasks)
The audits that were performed during the specified time period.
|
ListAuditTasksResult |
ListAuditTasksResult.withTasks(Collection<AuditTaskMetadata> tasks)
The audits that were performed during the specified time period.
|
Copyright © 2023. All rights reserved.