public interface EC2AsyncApi
EC2Api
, as this interface is the same, except
features provide asynchronous return values.Modifier and Type | Method and Description |
---|---|
Set<String> |
getConfiguredRegions() |
com.google.common.base.Optional<? extends TagAsyncApi> |
getTagApi()
Provides asynchronous access to Tag features.
|
com.google.common.base.Optional<? extends TagAsyncApi> |
getTagApiForRegion(String region) |
com.google.common.base.Optional<? extends WindowsAsyncApi> |
getWindowsApi()
Provides asynchronous access to Windows features.
|
com.google.common.base.Optional<? extends WindowsAsyncApi> |
getWindowsApiForRegion(String region) |
@Provides Set<String> getConfiguredRegions()
com.google.common.base.Optional<? extends WindowsAsyncApi> getWindowsApi()
com.google.common.base.Optional<? extends WindowsAsyncApi> getWindowsApiForRegion(@Nullable String region)
com.google.common.base.Optional<? extends TagAsyncApi> getTagApi()
com.google.common.base.Optional<? extends TagAsyncApi> getTagApiForRegion(@Nullable String region)
Copyright © 2009-2013 jclouds. All Rights Reserved.