| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuditCheckRunStatus |
AuditCheckDetails.checkRunStatus()
The completion status of this check.
|
static AuditCheckRunStatus |
AuditCheckRunStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuditCheckRunStatus |
AuditCheckRunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditCheckRunStatus[] |
AuditCheckRunStatus.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<AuditCheckRunStatus> |
AuditCheckRunStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AuditCheckDetails.Builder |
AuditCheckDetails.Builder.checkRunStatus(AuditCheckRunStatus checkRunStatus)
The completion status of this check.
|
Copyright © 2019. All rights reserved.