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

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

Introduction

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

The text is from its open source code.

Constructor

AmazonCloudWatchAsyncClient()
Constructs a new asynchronous client to invoke service methods on CloudWatch.
AmazonCloudWatchAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on CloudWatch.
AmazonCloudWatchAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on CloudWatch using the specified AWS account credentials.
AmazonCloudWatchAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on CloudWatch using the specified AWS account credentials provider.
AmazonCloudWatchAsyncClient(AwsAsyncClientParams asyncClientParams)
Constructs a new asynchronous client to invoke service methods on CloudWatch using the specified parameters.
AmazonCloudWatchAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on CloudWatch using the specified AWS account credentials, executor service, and client configuration options.
AmazonCloudWatchAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on CloudWatch using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonCloudWatchAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on CloudWatch using the specified AWS account credentials and executor service.
AmazonCloudWatchAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on CloudWatch using the provided AWS account credentials provider and client configuration options.
AmazonCloudWatchAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on CloudWatch using the specified AWS account credentials provider and executor service.

Method

DescribeAlarmsResultdescribeAlarms()
Simplified method form for invoking the DescribeAlarms operation.
java.util.concurrent.FuturegetMetricStatisticsAsync( GetMetricStatisticsRequest request)
PutMetricDataResultputMetricData(PutMetricDataRequest putMetricDataRequest)

Publishes metric data points to Amazon CloudWatch.

java.util.concurrent.FutureputMetricDataAsync(PutMetricDataRequest request)
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.
voidshutdown()
Shuts down the client, releasing all managed resources.