Package org.jclouds.rds.features

Examples of org.jclouds.rds.features.SubnetGroupApi.list()


      final SubnetGroupApi subnetGroupApi = api.getSubnetGroupApiForRegion(region);
      return new Function<Object, IterableWithMarker<SubnetGroup>>() {

         @Override
         public IterableWithMarker<SubnetGroup> apply(Object input) {
            return subnetGroupApi.list(ListSubnetGroupsOptions.Builder.afterMarker(input));
         }

         @Override
         public String toString() {
            return "listSubnetGroupsInRegion(" + region + ")";
View Full Code Here


      final SubnetGroupApi subnetGroupApi = api.getSubnetGroupApiForRegion(region);
      return new Function<Object, IterableWithMarker<SubnetGroup>>() {

         @Override
         public IterableWithMarker<SubnetGroup> apply(Object input) {
            return subnetGroupApi.list(ListSubnetGroupsOptions.Builder.afterMarker(input));
         }

         @Override
         public String toString() {
            return "listSubnetGroupsInRegion(" + region + ")";
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.