org.jclouds.ContextBuilder#buildApi(SQSApi.class)
as
SQSAsyncApi
interface will be removed in jclouds 1.7.@Deprecated @Beta public interface SQSAsyncApi extends Closeable
Modifier and Type | Method and Description |
---|---|
Set<String> |
getConfiguredRegions()
Deprecated.
|
MessageAsyncApi |
getMessageApiForQueue(URI queue)
Deprecated.
Provides asynchronous access to Message features.
|
PermissionAsyncApi |
getPermissionApiForQueue(URI queue)
Deprecated.
Provides asynchronous access to Permission features.
|
QueueAsyncApi |
getQueueApi()
Deprecated.
Provides asynchronous access to Queue features.
|
QueueAsyncApi |
getQueueApiForRegion(String region)
Deprecated.
|
@Provides Set<String> getConfiguredRegions()
QueueAsyncApi getQueueApi()
QueueAsyncApi getQueueApiForRegion(@Nullable String region)
MessageAsyncApi getMessageApiForQueue(URI queue)
PermissionAsyncApi getPermissionApiForQueue(URI queue)
Copyright © 2009-2013 jclouds. All Rights Reserved.