| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static AuditTaskType |
AuditTaskType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AuditTaskType |
DescribeAuditTaskResponse.taskType()
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
AuditTaskType |
AuditTaskMetadata.taskType()
The type of this audit.
|
AuditTaskType |
ListAuditTasksRequest.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".
|
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 |
|---|---|
static Set<AuditTaskType> |
AuditTaskType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAuditTaskResponse.Builder |
DescribeAuditTaskResponse.Builder.taskType(AuditTaskType taskType)
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
AuditTaskMetadata.Builder |
AuditTaskMetadata.Builder.taskType(AuditTaskType taskType)
The type of this audit.
|
ListAuditTasksRequest.Builder |
ListAuditTasksRequest.Builder.taskType(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".
|
Copyright © 2022. All rights reserved.