| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static AuditTaskStatus |
AuditTaskStatus.fromValue(String value)
Use this in place of valueOf.
|
static AuditTaskStatus |
AuditTaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditTaskStatus[] |
AuditTaskStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAuditTaskResult |
DescribeAuditTaskResult.withTaskStatus(AuditTaskStatus taskStatus)
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
|
ListAuditTasksRequest |
ListAuditTasksRequest.withTaskStatus(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".
|
AuditTaskMetadata |
AuditTaskMetadata.withTaskStatus(AuditTaskStatus taskStatus)
The status of this audit: one of "IN_PROGRESS", "COMPLETED", "FAILED" or "CANCELED".
|
Copyright © 2019. All rights reserved.