| 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 |
|---|---|
CloudServiceInstance |
CloudControllerClientImpl.getServiceInstance(String service) |
CloudServiceInstance |
CloudControllerClient.getServiceInstance(String service)
Get a service instance.
|
CloudServiceInstance |
CloudControllerClientImpl.getServiceInstance(String service,
boolean required) |
CloudServiceInstance |
CloudControllerClient.getServiceInstance(String service,
boolean required)
Get a service instance.
|
| Modifier and Type | Method and Description |
|---|---|
CloudServiceInstance |
RawCloudServiceInstance.derive() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCloudServiceInstance
Immutable implementation of
CloudServiceInstance. |
| Modifier and Type | Method and Description |
|---|---|
default CloudServiceInstance |
CloudServiceInstance.derive() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.copyOf(CloudServiceInstance instance)
Creates an immutable copy of a
CloudServiceInstance value. |
ImmutableCloudServiceInstance.Builder |
ImmutableCloudServiceInstance.Builder.from(CloudServiceInstance instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudServiceInstance instance. |
| Modifier and Type | Method and Description |
|---|---|
CloudServiceInstance |
CloudControllerRestClient.getServiceInstance(String serviceName) |
CloudServiceInstance |
CloudControllerRestClientImpl.getServiceInstance(String serviceName) |
CloudServiceInstance |
CloudControllerRestClient.getServiceInstance(String serviceName,
boolean required) |
CloudServiceInstance |
CloudControllerRestClientImpl.getServiceInstance(String serviceName,
boolean required) |
Copyright © 2020 SAP SE. All rights reserved.