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<CreateServiceInstanceResponse> |
ServiceInstanceController.createServiceInstance(java.util.Map<java.lang.String,java.lang.String> pathVariables,
java.lang.String serviceInstanceId,
boolean acceptsIncomplete,
java.lang.String apiInfoLocation,
java.lang.String originatingIdentityString,
@Valid CreateServiceInstanceRequest request) |
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceResponse |
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder.build()
Construct a
CreateServiceInstanceResponse from the provided values. |
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceResponse |
ServiceInstanceService.createServiceInstance(CreateServiceInstanceRequest request)
Create (provision) a new service instance.
|