Uses of Class
software.amazon.awssdk.services.iot.model.AuditTaskStatus
-
Packages that use AuditTaskStatus Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuditTaskStatus in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AuditTaskStatus Modifier and Type Method Description static AuditTaskStatusAuditTaskStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AuditTaskStatusAuditTaskMetadata. taskStatus()The status of this audit.AuditTaskStatusDescribeAuditTaskResponse. taskStatus()The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".AuditTaskStatusListAuditTasksRequest. 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 AuditTaskStatusAuditTaskStatus. 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.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuditTaskStatus Modifier and Type Method Description static Set<AuditTaskStatus>AuditTaskStatus. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type AuditTaskStatus Modifier and Type Method Description AuditTaskMetadata.BuilderAuditTaskMetadata.Builder. taskStatus(AuditTaskStatus taskStatus)The status of this audit.DescribeAuditTaskResponse.BuilderDescribeAuditTaskResponse.Builder. taskStatus(AuditTaskStatus taskStatus)The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".ListAuditTasksRequest.BuilderListAuditTasksRequest.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".
-