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 |
---|---|
ResponseEntity<UpdateServiceInstanceResponse> |
ServiceInstanceController.updateServiceInstance(Map<String,String> pathVariables,
String serviceInstanceId,
boolean acceptsIncomplete,
String apiInfoLocation,
String originatingIdentityString,
@Valid UpdateServiceInstanceRequest request) |
Modifier and Type | Method and Description |
---|---|
UpdateServiceInstanceResponse |
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder.build()
Construct an
UpdateServiceInstanceResponse from the provided values. |
Modifier and Type | Method and Description |
---|---|
default UpdateServiceInstanceResponse |
ServiceInstanceService.updateServiceInstance(UpdateServiceInstanceRequest request)
Update a service instance.
|