Package | Description |
---|---|
com.amazonaws.services.cloudwatch |
Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real-time.
|
com.amazonaws.services.cloudwatch.model |
Classes modeling the various types represented by AmazonCloudWatch
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonCloudWatch.enableAlarmActions(EnableAlarmActionsRequest enableAlarmActionsRequest)
Enables actions for the specified alarms.
|
void |
AmazonCloudWatchClient.enableAlarmActions(EnableAlarmActionsRequest enableAlarmActionsRequest)
Enables actions for the specified alarms.
|
Future<Void> |
AmazonCloudWatchAsyncClient.enableAlarmActionsAsync(EnableAlarmActionsRequest enableAlarmActionsRequest)
Enables actions for the specified alarms.
|
Future<Void> |
AmazonCloudWatchAsync.enableAlarmActionsAsync(EnableAlarmActionsRequest enableAlarmActionsRequest)
Enables actions for the specified alarms.
|
Future<Void> |
AmazonCloudWatchAsyncClient.enableAlarmActionsAsync(EnableAlarmActionsRequest enableAlarmActionsRequest,
AsyncHandler<EnableAlarmActionsRequest,Void> asyncHandler)
Enables actions for the specified alarms.
|
Future<Void> |
AmazonCloudWatchAsync.enableAlarmActionsAsync(EnableAlarmActionsRequest enableAlarmActionsRequest,
AsyncHandler<EnableAlarmActionsRequest,Void> asyncHandler)
Enables actions for the specified alarms.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonCloudWatchAsyncClient.enableAlarmActionsAsync(EnableAlarmActionsRequest enableAlarmActionsRequest,
AsyncHandler<EnableAlarmActionsRequest,Void> asyncHandler)
Enables actions for the specified alarms.
|
Future<Void> |
AmazonCloudWatchAsync.enableAlarmActionsAsync(EnableAlarmActionsRequest enableAlarmActionsRequest,
AsyncHandler<EnableAlarmActionsRequest,Void> asyncHandler)
Enables actions for the specified alarms.
|
Modifier and Type | Method and Description |
---|---|
EnableAlarmActionsRequest |
EnableAlarmActionsRequest.withAlarmNames(Collection<String> alarmNames)
The names of the alarms to enable actions for.
|
EnableAlarmActionsRequest |
EnableAlarmActionsRequest.withAlarmNames(String... alarmNames)
The names of the alarms to enable actions for.
|
Copyright © 2020. All rights reserved.