Package | Description |
---|---|
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 |
---|---|
DeleteServiceInstanceRequest |
DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder.build()
Construct a
DeleteServiceInstanceRequest from the provided values. |
Modifier and Type | Method and Description |
---|---|
DeleteServiceInstanceResponse |
ServiceInstanceService.deleteServiceInstance(DeleteServiceInstanceRequest request)
Delete (deprovision) a service instance.
|