org.jclouds.ContextBuilder#buildApi(CloudWatchApi.class)
as
CloudWatchAsyncApi
interface will be removed in jclouds 1.7.@Deprecated public interface CloudWatchAsyncApi extends Closeable
Modifier and Type | Method and Description |
---|---|
AlarmAsyncApi |
getAlarmApi()
Deprecated.
Provides asynchronous access to Alarm features.
|
AlarmAsyncApi |
getAlarmApiForRegion(String region)
Deprecated.
Provides asynchronous access to Metric features.
|
Set<String> |
getConfiguredRegions()
Deprecated.
|
MetricAsyncApi |
getMetricApi()
Deprecated.
Provides asynchronous access to Metric features.
|
MetricAsyncApi |
getMetricApiForRegion(String region)
Deprecated.
Provides asynchronous access to Metric features.
|
@Provides Set<String> getConfiguredRegions()
MetricAsyncApi getMetricApi()
MetricAsyncApi getMetricApiForRegion(@Nullable String region)
AlarmAsyncApi getAlarmApi()
AlarmAsyncApi getAlarmApiForRegion(@Nullable String region)
Copyright © 2009-2013 jclouds. All Rights Reserved.