| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
MonitoredResourceInfo |
MonitoredResourceInfo.clone() |
MonitoredResourceInfo |
Alarm.getMonitoredResourceInfo()
An object that lists information about the resource monitored by the alarm.
|
MonitoredResourceInfo |
MonitoredResourceInfo.withArn(String arn)
The Amazon Resource Name (ARN) of the resource being monitored.
|
MonitoredResourceInfo |
MonitoredResourceInfo.withName(String name)
The name of the Lightsail resource being monitored.
|
MonitoredResourceInfo |
MonitoredResourceInfo.withResourceType(ResourceType resourceType)
The Lightsail resource type of the resource being monitored.
|
MonitoredResourceInfo |
MonitoredResourceInfo.withResourceType(String resourceType)
The Lightsail resource type of the resource being monitored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Alarm.setMonitoredResourceInfo(MonitoredResourceInfo monitoredResourceInfo)
An object that lists information about the resource monitored by the alarm.
|
Alarm |
Alarm.withMonitoredResourceInfo(MonitoredResourceInfo monitoredResourceInfo)
An object that lists information about the resource monitored by the alarm.
|
Copyright © 2023. All rights reserved.