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<DeleteServiceInstanceResponse> |
ServiceInstanceController.deleteServiceInstance(Map<String,String> pathVariables,
String serviceInstanceId,
String serviceDefinitionId,
String planId,
boolean acceptsIncomplete,
String apiInfoLocation,
String originatingIdentityString) |
Modifier and Type | Method and Description |
---|---|
DeleteServiceInstanceResponse |
DeleteServiceInstanceResponse.DeleteServiceInstanceResponseBuilder.build()
Construct a
DeleteServiceInstanceResponse from the provided values. |
Modifier and Type | Method and Description |
---|---|
DeleteServiceInstanceResponse |
ServiceInstanceService.deleteServiceInstance(DeleteServiceInstanceRequest request)
Delete (deprovision) a service instance.
|