| 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 |
|---|---|
CloudServiceBroker |
CloudControllerClientImpl.getServiceBroker(String name) |
CloudServiceBroker |
CloudControllerClient.getServiceBroker(String name)
Get a service broker.
|
CloudServiceBroker |
CloudControllerClientImpl.getServiceBroker(String name,
boolean required) |
CloudServiceBroker |
CloudControllerClient.getServiceBroker(String name,
boolean required)
Get a service broker.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudServiceBroker> |
CloudControllerClientImpl.getServiceBrokers() |
List<CloudServiceBroker> |
CloudControllerClient.getServiceBrokers()
Get all service brokers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudControllerClientImpl.createServiceBroker(CloudServiceBroker serviceBroker) |
void |
CloudControllerClient.createServiceBroker(CloudServiceBroker serviceBroker)
Create a service broker.
|
void |
CloudControllerClientImpl.updateServiceBroker(CloudServiceBroker serviceBroker) |
void |
CloudControllerClient.updateServiceBroker(CloudServiceBroker serviceBroker)
Update a service broker (unchanged forces catalog refresh).
|
| Modifier and Type | Method and Description |
|---|---|
CloudServiceBroker |
RawCloudServiceBroker.derive() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCloudServiceBroker
Immutable implementation of
CloudServiceBroker. |
| Modifier and Type | Method and Description |
|---|---|
default CloudServiceBroker |
CloudServiceBroker.derive() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudServiceBroker |
ImmutableCloudServiceBroker.copyOf(CloudServiceBroker instance)
Creates an immutable copy of a
CloudServiceBroker value. |
ImmutableCloudServiceBroker.Builder |
ImmutableCloudServiceBroker.Builder.from(CloudServiceBroker instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudServiceBroker instance. |
| Modifier and Type | Method and Description |
|---|---|
CloudServiceBroker |
CloudControllerRestClient.getServiceBroker(String name) |
CloudServiceBroker |
CloudControllerRestClientImpl.getServiceBroker(String name) |
CloudServiceBroker |
CloudControllerRestClient.getServiceBroker(String name,
boolean required) |
CloudServiceBroker |
CloudControllerRestClientImpl.getServiceBroker(String name,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudServiceBroker> |
CloudControllerRestClient.getServiceBrokers() |
List<CloudServiceBroker> |
CloudControllerRestClientImpl.getServiceBrokers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudControllerRestClient.createServiceBroker(CloudServiceBroker serviceBroker) |
void |
CloudControllerRestClientImpl.createServiceBroker(CloudServiceBroker serviceBroker) |
void |
CloudControllerRestClient.updateServiceBroker(CloudServiceBroker serviceBroker) |
void |
CloudControllerRestClientImpl.updateServiceBroker(CloudServiceBroker serviceBroker) |
Copyright © 2020 SAP SE. All rights reserved.