| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static AuditTaskStatus |
AuditTaskStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AuditTaskStatus |
DescribeAuditTaskResponse.taskStatus()
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
|
AuditTaskStatus |
AuditTaskMetadata.taskStatus()
The status of this audit.
|
AuditTaskStatus |
ListAuditTasksRequest.taskStatus()
A filter to limit the output to audits with the specified completion status: can be one of "IN_PROGRESS",
"COMPLETED", "FAILED", or "CANCELED".
|
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 |
|---|---|
static Set<AuditTaskStatus> |
AuditTaskStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAuditTaskResponse.Builder |
DescribeAuditTaskResponse.Builder.taskStatus(AuditTaskStatus taskStatus)
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
|
AuditTaskMetadata.Builder |
AuditTaskMetadata.Builder.taskStatus(AuditTaskStatus taskStatus)
The status of this audit.
|
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".
|
Copyright © 2022. All rights reserved.