Uses of Class
org.cloudfoundry.client.lib.domain.CloudService

Packages that use CloudService
org.cloudfoundry.client.lib   
org.cloudfoundry.client.lib.rest   
 

Uses of CloudService in org.cloudfoundry.client.lib
 

Methods in org.cloudfoundry.client.lib that return CloudService
 CloudService CloudFoundryOperations.getService(String service)
          Get cloud service.
 CloudService CloudFoundryClient.getService(String service)
           
 

Methods in org.cloudfoundry.client.lib that return types with arguments of type CloudService
 List<CloudService> CloudFoundryOperations.getServices()
          Get list of cloud services.
 List<CloudService> CloudFoundryClient.getServices()
           
 

Methods in org.cloudfoundry.client.lib with parameters of type CloudService
 void CloudFoundryOperations.createService(CloudService service)
          Create a service.
 void CloudFoundryClient.createService(CloudService service)
           
 

Uses of CloudService in org.cloudfoundry.client.lib.rest
 

Methods in org.cloudfoundry.client.lib.rest that return CloudService
 CloudService CloudControllerClientImpl.getService(String serviceName)
           
 CloudService CloudControllerClient.getService(String service)
           
 

Methods in org.cloudfoundry.client.lib.rest that return types with arguments of type CloudService
 List<CloudService> CloudControllerClientImpl.getServices()
           
 List<CloudService> CloudControllerClient.getServices()
           
 

Methods in org.cloudfoundry.client.lib.rest with parameters of type CloudService
 void CloudControllerClientImpl.createService(CloudService service)
           
 void CloudControllerClient.createService(CloudService service)
           
 



Copyright © 2013. All rights reserved.