@Beta public interface SQSApi extends Closeable
Modifier and Type | Method and Description |
---|---|
Set<String> |
getConfiguredRegions() |
MessageApi |
getMessageApiForQueue(URI queue)
Provides synchronous access to Message features.
|
PermissionApi |
getPermissionApiForQueue(URI queue)
Provides synchronous access to Permission features.
|
QueueApi |
getQueueApi()
Provides synchronous access to Queue features.
|
QueueApi |
getQueueApiForRegion(String region) |
@Provides Set<String> getConfiguredRegions()
QueueApi getQueueApi()
MessageApi getMessageApiForQueue(URI queue)
PermissionApi getPermissionApiForQueue(URI queue)
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.