| Package | Description |
|---|---|
| org.trustedanalytics.cloud.cc | |
| org.trustedanalytics.cloud.cc.api | |
| org.trustedanalytics.cloud.cc.api.resources |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<CcExtendedService> |
FeignClient.getExtendedServices() |
rx.Observable<CcExtendedService> |
CcClient.getExtendedServices()
Deprecated.
|
rx.Observable<CcExtendedService> |
FeignClient.getService(UUID serviceGuid) |
rx.Observable<CcExtendedService> |
CcClient.getService(UUID serviceGuid)
Deprecated.
|
rx.Observable<CcExtendedService> |
FeignClient.getServices(UUID spaceGuid) |
rx.Observable<CcExtendedService> |
CcClient.getServices(UUID spaceGuid)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<CcExtendedService> |
CcOperationsServices.getExtendedServices()
Returns services
|
rx.Observable<CcExtendedService> |
CcOperationsServices.getService(UUID serviceGuid)
Returns service identified by given GUID.
|
rx.Observable<CcExtendedService> |
CcOperationsServices.getServices(UUID spaceGuid)
Returns services within space identified by given GUID.
|
| Modifier and Type | Method and Description |
|---|---|
CcExtendedService |
CcServiceResource.getService(UUID service) |
| Modifier and Type | Method and Description |
|---|---|
Page<CcExtendedService> |
CcServiceResource.getServices() |
Page<CcExtendedService> |
CcServiceResource.getServices(URI nextPageUrl) |
Page<CcExtendedService> |
CcSpaceResource.getServices(URI nextPageUrl) |
Page<CcExtendedService> |
CcSpaceResource.getServices(UUID space) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.