| 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: one of "IN_PROGRESS", "COMPLETED", "FAILED" or "CANCELED".
|
AuditTaskMetadata |
AuditTaskMetadata.withTaskStatus(String taskStatus)
The status of this audit: one of "IN_PROGRESS", "COMPLETED", "FAILED" or "CANCELED".
|
AuditTaskMetadata |
AuditTaskMetadata.withTaskType(AuditTaskType taskType)
The type of this audit: one of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
AuditTaskMetadata |
AuditTaskMetadata.withTaskType(String taskType)
The type of this audit: one of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
| 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 © 2018. All rights reserved.