| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceHealthReason |
InstanceHealthReason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InstanceHealthReason |
InstanceHealthSummary.instanceHealthReason()
More information about the instance health.
|
static InstanceHealthReason |
InstanceHealthReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceHealthReason[] |
InstanceHealthReason.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<InstanceHealthReason> |
InstanceHealthReason.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InstanceHealthSummary.Builder |
InstanceHealthSummary.Builder.instanceHealthReason(InstanceHealthReason instanceHealthReason)
More information about the instance health.
|
Copyright © 2021. All rights reserved.