Uses of Class
org.jclouds.rds.domain.SubnetGroup

Packages that use SubnetGroup
org.jclouds.rds.domain   
org.jclouds.rds.features   
org.jclouds.rds.functions   
org.jclouds.rds.xml   
 

Uses of SubnetGroup in org.jclouds.rds.domain
 

Fields in org.jclouds.rds.domain with type parameters of type SubnetGroup
protected  com.google.common.base.Optional<SubnetGroup> Instance.subnetGroup
           
protected  com.google.common.base.Optional<SubnetGroup> Instance.Builder.subnetGroup
           
 

Methods in org.jclouds.rds.domain that return SubnetGroup
 SubnetGroup SubnetGroup.Builder.build()
           
 

Methods in org.jclouds.rds.domain that return types with arguments of type SubnetGroup
 com.google.common.base.Optional<SubnetGroup> Instance.getSubnetGroup()
          Provides the information of the subnet group associated with the DB instance, including the name, description and subnets in the subnet group.
 

Methods in org.jclouds.rds.domain with parameters of type SubnetGroup
 T SubnetGroup.Builder.fromSubnetGroup(SubnetGroup in)
           
 T Instance.Builder.subnetGroup(SubnetGroup subnetGroup)
           
 

Constructor parameters in org.jclouds.rds.domain with type arguments of type SubnetGroup
Instance(String id, com.google.common.base.Optional<String> name, String instanceClass, com.google.common.net.HostAndPort endpoint, String status, String availabilityZone, boolean multiAZ, String engine, String engineVersion, String licenseModel, String masterUsername, int allocatedStorageGB, Date createdTime, com.google.common.base.Optional<SubnetGroup> subnetGroup, Map<String,String> securityGroupNameToStatus)
           
 

Uses of SubnetGroup in org.jclouds.rds.features
 

Methods in org.jclouds.rds.features that return SubnetGroup
 SubnetGroup SubnetGroupApi.get(String name)
          Retrieves information about the specified SubnetGroup.
 

Methods in org.jclouds.rds.features that return types with arguments of type SubnetGroup
 com.google.common.util.concurrent.ListenableFuture<SubnetGroup> SubnetGroupAsyncApi.get(String name)
           
 com.google.common.util.concurrent.ListenableFuture<PagedIterable<SubnetGroup>> SubnetGroupAsyncApi.list()
           
 PagedIterable<SubnetGroup> SubnetGroupApi.list()
          Returns a list of SubnetGroups.
 com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<SubnetGroup>> SubnetGroupAsyncApi.list(ListSubnetGroupsOptions options)
           
 IterableWithMarker<SubnetGroup> SubnetGroupApi.list(ListSubnetGroupsOptions options)
          Returns a list of SubnetGroups.
 

Uses of SubnetGroup in org.jclouds.rds.functions
 

Methods in org.jclouds.rds.functions that return types with arguments of type SubnetGroup
protected  com.google.common.base.Function<Object,IterableWithMarker<SubnetGroup>> SubnetGroupsToPagedIterable.markerToNextForCallingArg0(String arg0)
           
 

Uses of SubnetGroup in org.jclouds.rds.xml
 

Methods in org.jclouds.rds.xml that return SubnetGroup
 SubnetGroup SubnetGroupHandler.getResult()
          
 

Methods in org.jclouds.rds.xml that return types with arguments of type SubnetGroup
 IterableWithMarker<SubnetGroup> DescribeDBSubnetGroupsResultHandler.getResult()
          
 



Copyright © 2009-2012 jclouds. All Rights Reserved.