Uses of Interface
org.jclouds.ec2.services.SecurityGroupClient

Packages that use SecurityGroupClient
org.jclouds.aws.ec2.services   
org.jclouds.ec2   
org.jclouds.ec2.compute.loaders   
 

Uses of SecurityGroupClient in org.jclouds.aws.ec2.services
 

Subinterfaces of SecurityGroupClient in org.jclouds.aws.ec2.services
 interface AWSSecurityGroupClient
          Provides access to EC2 via their REST API.
 

Uses of SecurityGroupClient in org.jclouds.ec2
 

Methods in org.jclouds.ec2 that return SecurityGroupClient
 SecurityGroupClient EC2Client.getSecurityGroupServices()
          Provides synchronous access to SecurityGroup services.
 

Uses of SecurityGroupClient in org.jclouds.ec2.compute.loaders
 

Fields in org.jclouds.ec2.compute.loaders declared as SecurityGroupClient
protected  SecurityGroupClient CreateSecurityGroupIfNeeded.securityClient
           
 

Constructors in org.jclouds.ec2.compute.loaders with parameters of type SecurityGroupClient
CreateSecurityGroupIfNeeded(SecurityGroupClient securityClient, com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.