| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static HealthStatus |
HealthStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HealthStatus |
HttpInstanceSummary.healthStatus()
If you configured health checking in the service, the current health status of the service instance.
|
static HealthStatus |
HealthStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthStatus[] |
HealthStatus.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<HealthStatus> |
HealthStatus.knownValues()
|
Map<String,HealthStatus> |
GetInstancesHealthStatusResponse.status()
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus request. |
| Modifier and Type | Method and Description |
|---|---|
HttpInstanceSummary.Builder |
HttpInstanceSummary.Builder.healthStatus(HealthStatus healthStatus)
If you configured health checking in the service, the current health status of the service instance.
|
| Modifier and Type | Method and Description |
|---|---|
GetInstancesHealthStatusResponse.Builder |
GetInstancesHealthStatusResponse.Builder.status(Map<String,HealthStatus> status)
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus request. |
Copyright © 2023. All rights reserved.