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

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

Introduction

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

The text is from its open source code.

Constructor

AmazonCloudWatchClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on CloudWatch.
AmazonCloudWatchClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on CloudWatch using the specified AWS account credentials.
AmazonCloudWatchClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on CloudWatch using the specified AWS account credentials provider.
AmazonCloudWatchClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on CloudWatch using the specified parameters.
AmazonCloudWatchClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on CloudWatch using the specified AWS account credentials and client configuration options.
AmazonCloudWatchClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on CloudWatch using the specified AWS account credentials provider and client configuration options.
AmazonCloudWatchClient(AwsSyncClientParams clientParams, boolean endpointDiscoveryEnabled)
Constructs a new client to invoke service methods on CloudWatch using the specified parameters.
AmazonCloudWatchClient()
Constructs a new client to invoke service methods on CloudWatch.

Method

AmazonCloudWatchClientBuilderbuilder()
DeleteAlarmsResultdeleteAlarms(DeleteAlarmsRequest request)

Deletes the specified alarms.

DescribeAlarmsResultdescribeAlarms()
GetMetricStatisticsResultgetMetricStatistics(GetMetricStatisticsRequest request)

Gets statistics for the specified metric.

ListMetricsResultlistMetrics()
PutMetricAlarmResultputMetricAlarm(PutMetricAlarmRequest request)

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

PutMetricDataResultputMetricData(PutMetricDataRequest request)

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.