| 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<CcServiceKey> |
FeignClient.createServiceKey(CcNewServiceKey serviceKey) |
rx.Observable<CcServiceKey> |
CcClient.createServiceKey(CcNewServiceKey serviceKey)
Deprecated.
|
rx.Observable<CcServiceKey> |
FeignClient.getServiceKeys() |
rx.Observable<CcServiceKey> |
CcClient.getServiceKeys()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<CcServiceKey> |
CcOperationsServices.createServiceKey(CcNewServiceKey serviceKey)
Creates a new service key
|
rx.Observable<CcServiceKey> |
CcOperationsServices.getServiceKeys()
Returns a list of all service keys acessible to user
|
| Modifier and Type | Method and Description |
|---|---|
CcServiceKey |
CcServiceResource.createServiceKey(CcNewServiceKey serviceKey) |
| Modifier and Type | Method and Description |
|---|---|
Page<CcServiceKey> |
CcServiceResource.getServiceKeys() |
Page<CcServiceKey> |
CcServiceResource.getServiceKeys(FilterQuery query) |
Page<CcServiceKey> |
CcServiceResource.getServiceKeys(URI nextPageUrl) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.