| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who
need to build websites or web applications.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
PutAlarmResult |
AmazonLightsailClient.putAlarm(PutAlarmRequest request)
Creates or updates an alarm, and associates it with the specified metric.
|
PutAlarmResult |
AmazonLightsail.putAlarm(PutAlarmRequest putAlarmRequest)
Creates or updates an alarm, and associates it with the specified metric.
|
PutAlarmResult |
AbstractAmazonLightsail.putAlarm(PutAlarmRequest request) |
Future<PutAlarmResult> |
AbstractAmazonLightsailAsync.putAlarmAsync(PutAlarmRequest request) |
Future<PutAlarmResult> |
AmazonLightsailAsync.putAlarmAsync(PutAlarmRequest putAlarmRequest)
Creates or updates an alarm, and associates it with the specified metric.
|
Future<PutAlarmResult> |
AmazonLightsailAsyncClient.putAlarmAsync(PutAlarmRequest request) |
Future<PutAlarmResult> |
AbstractAmazonLightsailAsync.putAlarmAsync(PutAlarmRequest request,
AsyncHandler<PutAlarmRequest,PutAlarmResult> asyncHandler) |
Future<PutAlarmResult> |
AmazonLightsailAsync.putAlarmAsync(PutAlarmRequest putAlarmRequest,
AsyncHandler<PutAlarmRequest,PutAlarmResult> asyncHandler)
Creates or updates an alarm, and associates it with the specified metric.
|
Future<PutAlarmResult> |
AmazonLightsailAsyncClient.putAlarmAsync(PutAlarmRequest request,
AsyncHandler<PutAlarmRequest,PutAlarmResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutAlarmResult> |
AbstractAmazonLightsailAsync.putAlarmAsync(PutAlarmRequest request,
AsyncHandler<PutAlarmRequest,PutAlarmResult> asyncHandler) |
Future<PutAlarmResult> |
AmazonLightsailAsync.putAlarmAsync(PutAlarmRequest putAlarmRequest,
AsyncHandler<PutAlarmRequest,PutAlarmResult> asyncHandler)
Creates or updates an alarm, and associates it with the specified metric.
|
Future<PutAlarmResult> |
AmazonLightsailAsyncClient.putAlarmAsync(PutAlarmRequest request,
AsyncHandler<PutAlarmRequest,PutAlarmResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutAlarmRequest |
PutAlarmRequest.clone() |
PutAlarmRequest |
PutAlarmRequest.withAlarmName(String alarmName)
The name for the alarm.
|
PutAlarmRequest |
PutAlarmRequest.withComparisonOperator(ComparisonOperator comparisonOperator)
The arithmetic operation to use when comparing the specified statistic to the threshold.
|
PutAlarmRequest |
PutAlarmRequest.withComparisonOperator(String comparisonOperator)
The arithmetic operation to use when comparing the specified statistic to the threshold.
|
PutAlarmRequest |
PutAlarmRequest.withContactProtocols(Collection<String> contactProtocols)
The contact protocols to use for the alarm, such as
Email, SMS (text messaging), or
both. |
PutAlarmRequest |
PutAlarmRequest.withContactProtocols(ContactProtocol... contactProtocols)
The contact protocols to use for the alarm, such as
Email, SMS (text messaging), or
both. |
PutAlarmRequest |
PutAlarmRequest.withContactProtocols(String... contactProtocols)
The contact protocols to use for the alarm, such as
Email, SMS (text messaging), or
both. |
PutAlarmRequest |
PutAlarmRequest.withDatapointsToAlarm(Integer datapointsToAlarm)
The number of data points that must be not within the specified threshold to trigger the alarm.
|
PutAlarmRequest |
PutAlarmRequest.withEvaluationPeriods(Integer evaluationPeriods)
The number of most recent periods over which data is compared to the specified threshold.
|
PutAlarmRequest |
PutAlarmRequest.withMetricName(MetricName metricName)
The name of the metric to associate with the alarm.
|
PutAlarmRequest |
PutAlarmRequest.withMetricName(String metricName)
The name of the metric to associate with the alarm.
|
PutAlarmRequest |
PutAlarmRequest.withMonitoredResourceName(String monitoredResourceName)
The name of the Lightsail resource that will be monitored.
|
PutAlarmRequest |
PutAlarmRequest.withNotificationEnabled(Boolean notificationEnabled)
Indicates whether the alarm is enabled.
|
PutAlarmRequest |
PutAlarmRequest.withNotificationTriggers(AlarmState... notificationTriggers)
The alarm states that trigger a notification.
|
PutAlarmRequest |
PutAlarmRequest.withNotificationTriggers(Collection<String> notificationTriggers)
The alarm states that trigger a notification.
|
PutAlarmRequest |
PutAlarmRequest.withNotificationTriggers(String... notificationTriggers)
The alarm states that trigger a notification.
|
PutAlarmRequest |
PutAlarmRequest.withThreshold(Double threshold)
The value against which the specified statistic is compared.
|
PutAlarmRequest |
PutAlarmRequest.withTreatMissingData(String treatMissingData)
Sets how this alarm will handle missing data points.
|
PutAlarmRequest |
PutAlarmRequest.withTreatMissingData(TreatMissingData treatMissingData)
Sets how this alarm will handle missing data points.
|
Copyright © 2025. All rights reserved.