public interface SubnetGroupAsyncApi
SubnetGroupApi| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
delete(String name) |
com.google.common.util.concurrent.ListenableFuture<SubnetGroup> |
get(String name) |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<SubnetGroup>> |
list() |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<SubnetGroup>> |
list(ListSubnetGroupsOptions options) |
@Named(value="rds:DescribeDBSubnetGroups") com.google.common.util.concurrent.ListenableFuture<SubnetGroup> get(String name)
SubnetGroupApi#get()@Named(value="rds:DescribeDBSubnetGroups") com.google.common.util.concurrent.ListenableFuture<PagedIterable<SubnetGroup>> list()
SubnetGroupApi.list()@Named(value="rds:DescribeDBSubnetGroups") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<SubnetGroup>> list(ListSubnetGroupsOptions options)
Copyright © 2009-2013 jclouds. All Rights Reserved.