org.jclouds.ec2.compute.functions
Class EC2SecurityGroupIdFromName

java.lang.Object
  extended by org.jclouds.ec2.compute.functions.EC2SecurityGroupIdFromName
All Implemented Interfaces:
com.google.common.base.Function<String,String>

@Singleton
public class EC2SecurityGroupIdFromName
extends Object
implements com.google.common.base.Function<String,String>


Field Summary
protected  EC2Api api
           
 
Constructor Summary
EC2SecurityGroupIdFromName(EC2Api api)
           
 
Method Summary
 String apply(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

api

protected EC2Api api
Constructor Detail

EC2SecurityGroupIdFromName

@Inject
public EC2SecurityGroupIdFromName(EC2Api api)
Method Detail

apply

public String apply(String input)
Specified by:
apply in interface com.google.common.base.Function<String,String>


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