Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.binding |
Service binding models
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.EndpointBuilder.build()
Construct an
Endpoint from the provided values |
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
CreateServiceInstanceAppBindingResponse.getEndpoints()
Get the set of endpoints that can be used by an application to connect to the service instance.
|
List<Endpoint> |
GetServiceInstanceAppBindingResponse.getEndpoints()
Get the set of endpoints that can be used by an application to connect to the service instance.
|
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder |
CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder.endpoints(Endpoint... endpoints)
Add a set of endpoints from the provided array to the endpoints that can be used by an application to connect
to the service instance.
|
GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder |
GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder.endpoints(Endpoint... endpoints)
Add a set of endpoints from the provided array to the endpoints that can be used by an application to connect
to the service instance.
|
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder |
CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder.endpoints(List<Endpoint> endpoints)
Add a set of endpoints from the provided List to the endpoints that can be used by an application
to connect to the service instance.
|
GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder |
GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder.endpoints(List<Endpoint> endpoints)
Add a set of endpoints from the provided List to the endpoints that can be used by an application
to connect to the service instance.
|
Constructor and Description |
---|
CreateServiceInstanceAppBindingResponse(boolean async,
String operation,
boolean bindingExisted,
Map<String,Object> credentials,
String syslogDrainUrl,
List<VolumeMount> volumeMounts,
List<Endpoint> endpoints)
Construct a new
CreateServiceInstanceAppBindingResponse |
GetServiceInstanceAppBindingResponse(Map<String,Object> parameters,
Map<String,Object> credentials,
String syslogDrainUrl,
List<VolumeMount> volumeMounts,
List<Endpoint> endpoints)
Construct a new
GetServiceInstanceAppBindingResponse |