Package | Description |
---|---|
org.cloudfoundry.client.lib | |
org.cloudfoundry.client.lib.rest |
Modifier and Type | Method and Description |
---|---|
CloudService |
CloudFoundryOperations.getService(String service)
Get cloud service.
|
CloudService |
CloudFoundryClient.getService(String service) |
Modifier and Type | Method and Description |
---|---|
List<CloudService> |
CloudFoundryOperations.getServices()
Get list of cloud services.
|
List<CloudService> |
CloudFoundryClient.getServices() |
Modifier and Type | Method and Description |
---|---|
void |
CloudFoundryOperations.createService(CloudService service)
Create a service.
|
void |
CloudFoundryClient.createService(CloudService service) |
void |
CloudFoundryOperations.createUserProvidedService(CloudService service,
Map<String,Object> credentials)
Create a user-provided service.
|
void |
CloudFoundryClient.createUserProvidedService(CloudService service,
Map<String,Object> credentials) |
Modifier and Type | Method and Description |
---|---|
CloudService |
CloudControllerClientImpl.getService(String serviceName) |
CloudService |
CloudControllerClient.getService(String service) |
Modifier and Type | Method and Description |
---|---|
List<CloudService> |
CloudControllerClientImpl.getServices() |
List<CloudService> |
CloudControllerClient.getServices() |
Modifier and Type | Method and Description |
---|---|
void |
CloudControllerClientImpl.createService(CloudService service) |
void |
CloudControllerClient.createService(CloudService service) |
void |
CloudControllerClientImpl.createUserProvidedService(CloudService service,
Map<String,Object> credentials) |
void |
CloudControllerClient.createUserProvidedService(CloudService service,
Map<String,Object> credentials) |
Copyright © 2014. All rights reserved.