| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static AuditTaskType |
AuditTaskType.fromValue(String value)
Use this in place of valueOf.
|
static AuditTaskType |
AuditTaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditTaskType[] |
AuditTaskType.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.withTaskType(AuditTaskType taskType)
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
ListAuditTasksRequest |
ListAuditTasksRequest.withTaskType(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".
|
AuditTaskMetadata |
AuditTaskMetadata.withTaskType(AuditTaskType taskType)
The type of this audit: one of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
Copyright © 2019. All rights reserved.