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