| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceMetricName |
InstanceMetricName.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
GetInstanceMetricDataResult.setMetricName(InstanceMetricName metricName)
The name of the metric returned.
|
void |
GetInstanceMetricDataRequest.setMetricName(InstanceMetricName metricName)
The metric for which you want to return information.
|
GetInstanceMetricDataResult |
GetInstanceMetricDataResult.withMetricName(InstanceMetricName metricName)
The name of the metric returned.
|
GetInstanceMetricDataRequest |
GetInstanceMetricDataRequest.withMetricName(InstanceMetricName metricName)
The metric for which you want to return information.
|
Copyright © 2022. All rights reserved.