Java com.amazonaws.services.cloudwatch AmazonCloudWatch fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudwatch AmazonCloudWatch fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudwatch AmazonCloudWatch.

The text is from its open source code.

Method

DeleteAlarmsResultdeleteAlarms(DeleteAlarmsRequest deleteAlarmsRequest)

Deletes the specified alarms.

DescribeAlarmsResultdescribeAlarms(DescribeAlarmsRequest describeAlarmsRequest)

Retrieves the specified alarms.

DisableAlarmActionsResultdisableAlarmActions(DisableAlarmActionsRequest disableAlarmActionsRequest)

Disables the actions for the specified alarms.

EnableAlarmActionsResultenableAlarmActions(EnableAlarmActionsRequest enableAlarmActionsRequest)

Enables the actions for the specified alarms.

GetMetricStatisticsResultgetMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)

Gets statistics for the specified metric.

ListMetricsResultlistMetrics(ListMetricsRequest listMetricsRequest)

List the specified metrics.

PutMetricAlarmResultputMetricAlarm(PutMetricAlarmRequest putMetricAlarmRequest)

Creates or updates an alarm and associates it with the specified metric, metric math expression, or anomaly detection model.

PutMetricDataResultputMetricData(PutMetricDataRequest putMetricDataRequest)

Publishes metric data points to Amazon CloudWatch.

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://monitoring.us-east-1.amazonaws.com").
voidsetRegion(Region region)
An alternative to AmazonCloudWatch#setEndpoint(String) , sets the regional endpoint for this client's service calls.