Uses of Class
software.amazon.awssdk.services.iot.model.AuditTaskType
-
Packages that use AuditTaskType Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuditTaskType in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AuditTaskType Modifier and Type Method Description static AuditTaskTypeAuditTaskType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AuditTaskTypeAuditTaskMetadata. taskType()The type of this audit.AuditTaskTypeDescribeAuditTaskResponse. taskType()The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".AuditTaskTypeListAuditTasksRequest. 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 AuditTaskTypeAuditTaskType. 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.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuditTaskType Modifier and Type Method Description static Set<AuditTaskType>AuditTaskType. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type AuditTaskType Modifier and Type Method Description AuditTaskMetadata.BuilderAuditTaskMetadata.Builder. taskType(AuditTaskType taskType)The type of this audit.DescribeAuditTaskResponse.BuilderDescribeAuditTaskResponse.Builder. taskType(AuditTaskType taskType)The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".ListAuditTasksRequest.BuilderListAuditTasksRequest.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".
-