| 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 |
|---|---|
CloudService |
CloudControllerClientImpl.getService(String service) |
CloudService |
CloudControllerClient.getService(String service)
Get cloud service.
|
CloudService |
CloudControllerClientImpl.getService(String service,
boolean required) |
CloudService |
CloudControllerClient.getService(String service,
boolean required)
Get cloud service.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudService> |
CloudControllerClientImpl.getServices() |
List<CloudService> |
CloudControllerClient.getServices()
Get list of cloud services.
|
List<CloudService> |
CloudControllerClientImpl.getServicesByMetadataLabelSelector(String labelSelector) |
List<CloudService> |
CloudControllerClient.getServicesByMetadataLabelSelector(String labelSelector) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudControllerClientImpl.createService(CloudService service) |
void |
CloudControllerClient.createService(CloudService service)
Create a service.
|
void |
CloudControllerClientImpl.createUserProvidedService(CloudService service,
Map<String,Object> credentials) |
void |
CloudControllerClient.createUserProvidedService(CloudService service,
Map<String,Object> credentials)
Create a user-provided service.
|
void |
CloudControllerClientImpl.createUserProvidedService(CloudService service,
Map<String,Object> credentials,
String syslogDrainUrl) |
void |
CloudControllerClient.createUserProvidedService(CloudService service,
Map<String,Object> credentials,
String syslogDrainUrl)
Create a user-provided service for logging.
|
| Modifier and Type | Method and Description |
|---|---|
CloudService |
RawCloudService.derive() |
| Modifier and Type | Method and Description |
|---|---|
abstract Derivable<CloudService> |
RawCloudServiceInstance.getService() |
abstract Derivable<CloudService> |
RawCloudServiceKey.getService() |
Derivable<CloudService> |
ImmutableRawCloudServiceKey.getService() |
Derivable<CloudService> |
ImmutableRawCloudServiceInstance.getService() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawCloudServiceKey.Builder |
ImmutableRawCloudServiceKey.Builder.service(Derivable<CloudService> service)
Initializes the value for the
service attribute. |
ImmutableRawCloudServiceInstance.Builder |
ImmutableRawCloudServiceInstance.Builder.service(Derivable<CloudService> service)
Initializes the value for the
service attribute. |
ImmutableRawCloudServiceKey |
ImmutableRawCloudServiceKey.withService(Derivable<CloudService> value)
Copy the current immutable object by setting a value for the
service attribute. |
ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.withService(Derivable<CloudService> value)
Copy the current immutable object by setting a value for the
service attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCloudService
Immutable implementation of
CloudService. |
| Modifier and Type | Method and Description |
|---|---|
default CloudService |
CloudService.derive() |
CloudService |
CloudServiceKey.getService() |
CloudService |
CloudServiceInstance.getService() |
CloudService |
ImmutableCloudServiceInstance.getService() |
CloudService |
ImmutableCloudServiceKey.getService() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudService |
ImmutableCloudService.copyOf(CloudService instance)
Creates an immutable copy of a
CloudService value. |
ImmutableCloudService.Builder |
ImmutableCloudService.Builder.from(CloudService instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudService instance. |
ImmutableCloudServiceInstance.Builder |
ImmutableCloudServiceInstance.Builder.service(CloudService service)
Initializes the value for the
service attribute. |
ImmutableCloudServiceKey.Builder |
ImmutableCloudServiceKey.Builder.service(CloudService service)
Initializes the value for the
service attribute. |
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withService(CloudService value)
Copy the current immutable object by setting a value for the
service attribute. |
ImmutableCloudServiceKey |
ImmutableCloudServiceKey.withService(CloudService value)
Copy the current immutable object by setting a value for the
service attribute. |
| Modifier and Type | Method and Description |
|---|---|
CloudService |
CloudControllerRestClient.getService(String service) |
CloudService |
CloudControllerRestClientImpl.getService(String serviceName) |
CloudService |
CloudControllerRestClient.getService(String service,
boolean required) |
CloudService |
CloudControllerRestClientImpl.getService(String serviceName,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudService> |
CloudControllerRestClient.getServices() |
List<CloudService> |
CloudControllerRestClientImpl.getServices() |
List<CloudService> |
CloudControllerRestClient.getServicesByMetadataLabelSelector(String labelSelector) |
List<CloudService> |
CloudControllerRestClientImpl.getServicesByMetadataLabelSelector(String labelSelector) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudControllerRestClient.createService(CloudService service) |
void |
CloudControllerRestClientImpl.createService(CloudService service) |
void |
CloudControllerRestClient.createUserProvidedService(CloudService service,
Map<String,Object> credentials) |
void |
CloudControllerRestClientImpl.createUserProvidedService(CloudService service,
Map<String,Object> credentials) |
void |
CloudControllerRestClient.createUserProvidedService(CloudService service,
Map<String,Object> credentials,
String syslogDrainUrl) |
void |
CloudControllerRestClientImpl.createUserProvidedService(CloudService service,
Map<String,Object> credentials,
String syslogDrainUrl) |
Copyright © 2020 SAP SE. All rights reserved.