| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static ExternalMetricStatusCode |
ExternalMetricStatusCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExternalMetricStatusCode |
ExternalMetricStatus.statusCode()
The status code for Compute Optimizer's integration with an external metrics provider.
|
static ExternalMetricStatusCode |
ExternalMetricStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalMetricStatusCode[] |
ExternalMetricStatusCode.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<ExternalMetricStatusCode> |
ExternalMetricStatusCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExternalMetricStatus.Builder |
ExternalMetricStatus.Builder.statusCode(ExternalMetricStatusCode statusCodeValue)
The status code for Compute Optimizer's integration with an external metrics provider.
|
Copyright © 2023. All rights reserved.