| 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 | |
| com.amazonaws.services.cloudwatch.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAlarmsResult> |
AmazonCloudWatchAsyncClient.describeAlarmsAsync(AsyncHandler<DescribeAlarmsRequest,DescribeAlarmsResult> asyncHandler)
Simplified method form for invoking the DescribeAlarms operation with an
AsyncHandler.
|
Future<DescribeAlarmsResult> |
AmazonCloudWatchAsync.describeAlarmsAsync(AsyncHandler<DescribeAlarmsRequest,DescribeAlarmsResult> asyncHandler)
Simplified method form for invoking the DescribeAlarms operation with an
AsyncHandler.
|
Future<DescribeAlarmsResult> |
AbstractAmazonCloudWatchAsync.describeAlarmsAsync(AsyncHandler<DescribeAlarmsRequest,DescribeAlarmsResult> asyncHandler)
Simplified method form for invoking the DescribeAlarms operation with an
AsyncHandler.
|
Future<DescribeAlarmsResult> |
AmazonCloudWatchAsyncClient.describeAlarmsAsync(DescribeAlarmsRequest request,
AsyncHandler<DescribeAlarmsRequest,DescribeAlarmsResult> asyncHandler) |
Future<DescribeAlarmsResult> |
AmazonCloudWatchAsync.describeAlarmsAsync(DescribeAlarmsRequest describeAlarmsRequest,
AsyncHandler<DescribeAlarmsRequest,DescribeAlarmsResult> asyncHandler)
Retrieves alarms with the specified names.
|
Future<DescribeAlarmsResult> |
AbstractAmazonCloudWatchAsync.describeAlarmsAsync(DescribeAlarmsRequest request,
AsyncHandler<DescribeAlarmsRequest,DescribeAlarmsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeAlarmsRequest |
DescribeAlarmsRequest.clone() |
DescribeAlarmsRequest |
DescribeAlarmsRequest.withActionPrefix(String actionPrefix)
The action name prefix.
|
DescribeAlarmsRequest |
DescribeAlarmsRequest.withAlarmNamePrefix(String alarmNamePrefix)
The alarm name prefix.
|
DescribeAlarmsRequest |
DescribeAlarmsRequest.withAlarmNames(Collection<String> alarmNames)
A list of alarm names to retrieve information for.
|
DescribeAlarmsRequest |
DescribeAlarmsRequest.withAlarmNames(String... alarmNames)
A list of alarm names to retrieve information for.
|
DescribeAlarmsRequest |
DescribeAlarmsRequest.withMaxRecords(Integer maxRecords)
The maximum number of alarm descriptions to retrieve.
|
DescribeAlarmsRequest |
DescribeAlarmsRequest.withNextToken(String nextToken)
The token returned by a previous call to indicate that there is more data
available.
|
DescribeAlarmsRequest |
DescribeAlarmsRequest.withStateValue(StateValue stateValue)
The state value to be used in matching alarms.
|
DescribeAlarmsRequest |
DescribeAlarmsRequest.withStateValue(String stateValue)
The state value to be used in matching alarms.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeAlarmsRequest> |
AmazonCloudWatchWaiters.alarmExists()
Builds a AlarmExists waiter by using custom parameters waiterParameters
and other parameters defined in the waiters specification, and then polls
until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy
or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAlarmsResult |
DescribeAlarmsFunction.apply(DescribeAlarmsRequest describeAlarmsRequest)
Makes a call to the operation specified by the waiter by taking the
corresponding request and returns the corresponding result
|
Copyright © 2016. All rights reserved.