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