Uses of Class
org.jclouds.aws.ec2.options.CreateSecurityGroupOptions

Packages that use CreateSecurityGroupOptions
org.jclouds.aws.ec2.features   
org.jclouds.aws.ec2.options   
 

Uses of CreateSecurityGroupOptions in org.jclouds.aws.ec2.features
 

Methods in org.jclouds.aws.ec2.features with parameters of type CreateSecurityGroupOptions
 String AWSSecurityGroupApi.createSecurityGroupInRegionAndReturnId(String region, String name, String description, CreateSecurityGroupOptions... options)
           
 

Uses of CreateSecurityGroupOptions in org.jclouds.aws.ec2.options
 

Methods in org.jclouds.aws.ec2.options that return CreateSecurityGroupOptions
 CreateSecurityGroupOptions CreateSecurityGroupOptions.vpcId(String vpcId)
          ID of the VPC.
static CreateSecurityGroupOptions CreateSecurityGroupOptions.Builder.vpcId(String vpcId)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.