| Package | Description |
|---|---|
| org.cloudfoundry.operations.services |
| Modifier and Type | Method and Description |
|---|---|
ServiceKey |
ServiceKey.Builder.build()
Builds a new
ServiceKey. |
| Modifier and Type | Method and Description |
|---|---|
Mono<ServiceKey> |
DefaultServices.getServiceKey(GetServiceKeyRequest request) |
Mono<ServiceKey> |
Services.getServiceKey(GetServiceKeyRequest request)
Get a service key
|
Flux<ServiceKey> |
DefaultServices.listServiceKeys(ListServiceKeysRequest request) |
Flux<ServiceKey> |
Services.listServiceKeys(ListServiceKeysRequest request)
List the service keys for a service instance
|
| Modifier and Type | Method and Description |
|---|---|
ServiceKey.Builder |
ServiceKey.Builder.from(ServiceKey instance)
Fill a builder with attribute values from the provided
ServiceKey instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.