Package | Description |
---|---|
org.springframework.cloud.servicebroker.controller |
Provides Service Broker API endpoints
|
org.springframework.cloud.servicebroker.model.binding |
Service binding models
|
org.springframework.cloud.servicebroker.service |
Service interfaces and default implementations
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<GetServiceInstanceBindingResponse> |
ServiceInstanceBindingController.getServiceInstanceBinding(java.util.Map<java.lang.String,java.lang.String> pathVariables,
java.lang.String serviceInstanceId,
java.lang.String bindingId,
java.lang.String apiInfoLocation,
java.lang.String originatingIdentityString) |
Modifier and Type | Class and Description |
---|---|
class |
GetServiceInstanceAppBindingResponse
Details of a response to a request to retrieve a service instance binding associated with an application.
|
class |
GetServiceInstanceRouteBindingResponse
Details of a response to a request to create a new service instance binding associated with a route.
|
Modifier and Type | Method and Description |
---|---|
default GetServiceInstanceBindingResponse |
ServiceInstanceBindingService.getServiceInstanceBinding(GetServiceInstanceBindingRequest request)
Get the details of a binding to a service instance.
|