Class AWSEC2SecurityGroupToSecurityGroup
java.lang.Object
org.jclouds.ec2.compute.functions.EC2SecurityGroupToSecurityGroup
org.jclouds.aws.ec2.compute.functions.AWSEC2SecurityGroupToSecurityGroup
- All Implemented Interfaces:
 com.google.common.base.Function<SecurityGroup,,SecurityGroup> Function<SecurityGroup,SecurityGroup> 
A function for transforming an EC2-specific SecurityGroup into a generic
 SecurityGroup object.
- 
Field Summary
Fields inherited from class org.jclouds.ec2.compute.functions.EC2SecurityGroupToSecurityGroup
locations, logger - 
Constructor Summary
ConstructorsConstructorDescriptionAWSEC2SecurityGroupToSecurityGroup(com.google.common.base.Supplier<Set<? extends Location>> locations)  - 
Method Summary
Methods inherited from class org.jclouds.ec2.compute.functions.EC2SecurityGroupToSecurityGroup
applyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals 
- 
Constructor Details
- 
AWSEC2SecurityGroupToSecurityGroup
 
 - 
 - 
Method Details
- 
idOrName
- Overrides:
 idOrNamein classEC2SecurityGroupToSecurityGroup
 
 -