Uses of Class
org.jclouds.cloudsigma.domain.ProfileInfo

Packages that use ProfileInfo
org.jclouds.cloudsigma   
org.jclouds.cloudsigma.domain   
org.jclouds.cloudsigma.functions   
 

Uses of ProfileInfo in org.jclouds.cloudsigma
 

Methods in org.jclouds.cloudsigma that return ProfileInfo
 ProfileInfo CloudSigmaClient.getProfileInfo()
          Get profile info
 

Methods in org.jclouds.cloudsigma that return types with arguments of type ProfileInfo
 com.google.common.util.concurrent.ListenableFuture<ProfileInfo> CloudSigmaAsyncClient.getProfileInfo()
           
 

Uses of ProfileInfo in org.jclouds.cloudsigma.domain
 

Methods in org.jclouds.cloudsigma.domain that return ProfileInfo
 ProfileInfo ProfileInfo.Builder.build()
           
 

Uses of ProfileInfo in org.jclouds.cloudsigma.functions
 

Methods in org.jclouds.cloudsigma.functions that return ProfileInfo
 ProfileInfo KeyValuesDelimitedByBlankLinesToProfileInfo.apply(HttpResponse response)
           
 ProfileInfo MapToProfileInfo.apply(Map<String,String> from)
           
 

Methods in org.jclouds.cloudsigma.functions that return types with arguments of type ProfileInfo
 Set<ProfileInfo> ListOfKeyValuesDelimitedByBlankLinesToProfileInfoSet.apply(HttpResponse response)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.