Uses of Interface
com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
-
Packages that use CloudControllerRestClient Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.rest -
-
Uses of CloudControllerRestClient in com.sap.cloudfoundry.client.facade
Constructors in com.sap.cloudfoundry.client.facade with parameters of type CloudControllerRestClient Constructor Description CloudControllerClientImpl(CloudControllerRestClient delegate)Construct a client with a pre-configured CloudControllerClient -
Uses of CloudControllerRestClient in com.sap.cloudfoundry.client.facade.rest
Classes in com.sap.cloudfoundry.client.facade.rest that implement CloudControllerRestClient Modifier and Type Class Description classCloudControllerRestClientImplAbstract implementation of the CloudControllerClient intended to serve as the base.Methods in com.sap.cloudfoundry.client.facade.rest that return CloudControllerRestClient Modifier and Type Method Description CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, CloudSpace target)CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, CloudSpace target, OAuthClient oAuthClient, Map<String,String> requestTags)CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, String organizationName, String spaceName, OAuthClient oAuthClient, Map<String,String> requestTags)
-