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<GetLastServiceOperationResponse> |
ServiceInstanceController.getServiceInstanceLastOperation(java.util.Map<java.lang.String,java.lang.String> pathVariables,
java.lang.String serviceInstanceId,
java.lang.String serviceDefinitionId,
java.lang.String planId,
java.lang.String operation,
java.lang.String apiInfoLocation,
java.lang.String originatingIdentityString) |
Modifier and Type | Method and Description |
---|---|
GetLastServiceOperationResponse |
GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder.build()
Construct a
GetLastServiceOperationResponse from the provided values. |
Modifier and Type | Method and Description |
---|---|
default GetLastServiceOperationResponse |
ServiceInstanceService.getLastOperation(GetLastServiceOperationRequest request)
Get the status of the last requested operation for a service instance.
|