Package | Description |
---|---|
org.springframework.cloud.servicebroker.controller |
Provides Service Broker API endpoints
|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
org.springframework.cloud.servicebroker.service |
Service interfaces and default implementations
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<GetServiceInstanceResponse> |
ServiceInstanceController.getServiceInstance(java.util.Map<java.lang.String,java.lang.String> pathVariables,
java.lang.String serviceInstanceId,
java.lang.String apiInfoLocation,
java.lang.String originatingIdentityString) |
Modifier and Type | Method and Description |
---|---|
GetServiceInstanceResponse |
GetServiceInstanceResponse.GetServiceInstanceResponseBuilder.build()
Construct a
GetServiceInstanceResponse from the provided values. |
Modifier and Type | Method and Description |
---|---|
default GetServiceInstanceResponse |
ServiceInstanceService.getServiceInstance(GetServiceInstanceRequest request)
Get the details of a service instance.
|