org.jclouds.rds.features
Interface SubnetGroupAsyncApi


public interface SubnetGroupAsyncApi

Provides access to Amazon RDS via the Query API

Author:
Adrian Cole
See Also:
doc, SubnetGroupApi

Method Summary
 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)
           
 

Method Detail

get

com.google.common.util.concurrent.ListenableFuture<SubnetGroup> get(String name)
See Also:
SubnetGroupApi#get()

list

com.google.common.util.concurrent.ListenableFuture<PagedIterable<SubnetGroup>> list()
See Also:
SubnetGroupApi.list()

list

com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<SubnetGroup>> list(ListSubnetGroupsOptions options)
See Also:
SubnetGroupApi.list(ListSubnetGroupsOptions)

delete

com.google.common.util.concurrent.ListenableFuture<Void> delete(String name)
See Also:
SubnetGroupApi#delete()


Copyright © 2009-2012 jclouds. All Rights Reserved.