| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.adapters | |
| org.cloudfoundry.client.lib.domain | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
CloudServiceKey |
CloudControllerClientImpl.createServiceKey(String serviceName,
String serviceKeyName,
Map<String,Object> parameters) |
CloudServiceKey |
CloudControllerClient.createServiceKey(String serviceName,
String serviceKeyName,
Map<String,Object> parameters)
Create a service key.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudServiceKey> |
CloudControllerClientImpl.getServiceKeys(String serviceName) |
List<CloudServiceKey> |
CloudControllerClient.getServiceKeys(String serviceName)
Get service keys for a service.
|
| Modifier and Type | Method and Description |
|---|---|
CloudServiceKey |
RawCloudServiceKey.derive() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCloudServiceKey
Immutable implementation of
CloudServiceKey. |
| Modifier and Type | Method and Description |
|---|---|
default CloudServiceKey |
CloudServiceKey.derive() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudServiceKey |
ImmutableCloudServiceKey.copyOf(CloudServiceKey instance)
Creates an immutable copy of a
CloudServiceKey value. |
ImmutableCloudServiceKey.Builder |
ImmutableCloudServiceKey.Builder.from(CloudServiceKey instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudServiceKey instance. |
| Modifier and Type | Method and Description |
|---|---|
CloudServiceKey |
CloudControllerRestClient.createServiceKey(String service,
String serviceKey,
Map<String,Object> parameters) |
CloudServiceKey |
CloudControllerRestClientImpl.createServiceKey(String serviceName,
String name,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudServiceKey> |
CloudControllerRestClient.getServiceKeys(String serviceName) |
List<CloudServiceKey> |
CloudControllerRestClientImpl.getServiceKeys(String serviceName) |
Copyright © 2020 SAP SE. All rights reserved.