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