| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerServiceMetricName |
ContainerServiceMetricName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ContainerServiceMetricName |
GetContainerServiceMetricDataResponse.metricName()
The name of the metric returned.
|
ContainerServiceMetricName |
GetContainerServiceMetricDataRequest.metricName()
The metric for which you want to return information.
|
static ContainerServiceMetricName |
ContainerServiceMetricName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerServiceMetricName[] |
ContainerServiceMetricName.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<ContainerServiceMetricName> |
ContainerServiceMetricName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetContainerServiceMetricDataResponse.Builder |
GetContainerServiceMetricDataResponse.Builder.metricName(ContainerServiceMetricName metricName)
The name of the metric returned.
|
GetContainerServiceMetricDataRequest.Builder |
GetContainerServiceMetricDataRequest.Builder.metricName(ContainerServiceMetricName metricName)
The metric for which you want to return information.
|
Copyright © 2023. All rights reserved.