Spring Cloud - Cloud Foundry Service Broker
A B C D E G H I N O P S T U V W 

A

addInterceptors(InterceptorRegistry) - Method in class org.springframework.cloud.servicebroker.config.BrokerApiVersionConfig
 
and() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
API_VERSION_ANY - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
API_VERSION_CURRENT - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
async - Variable in class org.springframework.cloud.servicebroker.model.AsyncServiceInstanceResponse
Indicates whether the request to the service broker is complete.
ASYNC_REQUIRED_ERROR - Static variable in class org.springframework.cloud.servicebroker.model.AsyncRequiredErrorMessage
 
asyncAccepted - Variable in class org.springframework.cloud.servicebroker.model.AsyncServiceInstanceRequest
Indicates whether clients of the service broker allow the broker to complete the request asynchronously.
AsyncParameterizedServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request that supports arbitrary parameters and asynchronous behavior.
AsyncParameterizedServiceInstanceRequest(Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.AsyncParameterizedServiceInstanceRequest
 
AsyncRequiredErrorMessage - Class in org.springframework.cloud.servicebroker.model
An error returned when a broker requires an asynchronous request.
AsyncRequiredErrorMessage(String) - Constructor for class org.springframework.cloud.servicebroker.model.AsyncRequiredErrorMessage
This broker requires asynchronous processing.
AsyncServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request that supports asynchronous behavior.
AsyncServiceInstanceRequest() - Constructor for class org.springframework.cloud.servicebroker.model.AsyncServiceInstanceRequest
 
AsyncServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response that support asynchronous behavior.
AsyncServiceInstanceResponse() - Constructor for class org.springframework.cloud.servicebroker.model.AsyncServiceInstanceResponse
 

B

BaseController - Class in org.springframework.cloud.servicebroker.controller
Base controller.
BaseController(CatalogService) - Constructor for class org.springframework.cloud.servicebroker.controller.BaseController
 
beanCatalogService(Catalog) - Method in class org.springframework.cloud.servicebroker.config.ServiceBrokerAutoConfiguration
 
BeanCatalogService - Class in org.springframework.cloud.servicebroker.service
An implementation of the CatalogService that allows the Catalog to be specified as a Spring Bean.
BeanCatalogService(Catalog) - Constructor for class org.springframework.cloud.servicebroker.service.BeanCatalogService
 
brokerApiVersion() - Method in class org.springframework.cloud.servicebroker.config.ServiceBrokerAutoConfiguration
 
BrokerApiVersion - Class in org.springframework.cloud.servicebroker.model
 
BrokerApiVersion(String, String) - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
BrokerApiVersion(String) - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
BrokerApiVersion() - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
BrokerApiVersionConfig - Class in org.springframework.cloud.servicebroker.config
 
BrokerApiVersionConfig() - Constructor for class org.springframework.cloud.servicebroker.config.BrokerApiVersionConfig
 
BrokerApiVersionInterceptor - Class in org.springframework.cloud.servicebroker.interceptor
 
BrokerApiVersionInterceptor() - Constructor for class org.springframework.cloud.servicebroker.interceptor.BrokerApiVersionInterceptor
 
BrokerApiVersionInterceptor(BrokerApiVersion) - Constructor for class org.springframework.cloud.servicebroker.interceptor.BrokerApiVersionInterceptor
 

C

Catalog - Class in org.springframework.cloud.servicebroker.model
The catalog of services offered by the service broker.
Catalog() - Constructor for class org.springframework.cloud.servicebroker.model.Catalog
 
Catalog(List<ServiceDefinition>) - Constructor for class org.springframework.cloud.servicebroker.model.Catalog
 
CatalogController - Class in org.springframework.cloud.servicebroker.controller
See: http://docs.cloudfoundry.org/services/api.html
CatalogController(CatalogService) - Constructor for class org.springframework.cloud.servicebroker.controller.CatalogController
 
catalogService - Variable in class org.springframework.cloud.servicebroker.controller.BaseController
 
CatalogService - Interface in org.springframework.cloud.servicebroker.service
This interface is implemented by service brokers to process requests to retrieve the service catalog.
createServiceInstance(String, CreateServiceInstanceRequest, boolean) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
createServiceInstance(CreateServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Create (provision) a new service instance.
CreateServiceInstanceAppBindingResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to create a new service instance binding for an application.
CreateServiceInstanceAppBindingResponse() - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceAppBindingResponse
 
createServiceInstanceBinding(String, String, CreateServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
createServiceInstanceBinding(CreateServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.NonBindableServiceInstanceBindingService
 
createServiceInstanceBinding(CreateServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
Create a new binding to a service instance.
CreateServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request to bind to a service instance binding.
CreateServiceInstanceBindingRequest() - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
CreateServiceInstanceBindingRequest(String, String, String, Map<String, Object>, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
CreateServiceInstanceBindingRequest(String, String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
CreateServiceInstanceBindingResponse - Interface in org.springframework.cloud.servicebroker.model
Marker interface for types of service instance binding create requests.
CreateServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request to create a new service instance.
CreateServiceInstanceRequest() - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
CreateServiceInstanceRequest(String, String, String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
CreateServiceInstanceRequest(String, String, String, String) - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
CreateServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to create a new service instance.
CreateServiceInstanceResponse() - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceResponse
 
CreateServiceInstanceRouteBindingResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to create a new service instance binding for a route.
CreateServiceInstanceRouteBindingResponse() - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRouteBindingResponse
 

D

DashboardClient - Class in org.springframework.cloud.servicebroker.model
 
DashboardClient() - Constructor for class org.springframework.cloud.servicebroker.model.DashboardClient
 
DashboardClient(String, String, String) - Constructor for class org.springframework.cloud.servicebroker.model.DashboardClient
 
DEFAULT_API_VERSION_HEADER - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
deleteServiceInstance(String, String, String, boolean) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
deleteServiceInstance(DeleteServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Delete (deprovision) a service instance.
deleteServiceInstanceBinding(String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
deleteServiceInstanceBinding(DeleteServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.NonBindableServiceInstanceBindingService
 
deleteServiceInstanceBinding(DeleteServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
Delete a service instance binding.
DeleteServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request to delete a service instance binding.
DeleteServiceInstanceBindingRequest(String, String, String, String, ServiceDefinition) - Constructor for class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceBindingRequest
 
DeleteServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request to delete a service instance.
DeleteServiceInstanceRequest(String, String, String, ServiceDefinition, boolean) - Constructor for class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceRequest
 
DeleteServiceInstanceRequest(String, String, String, ServiceDefinition) - Constructor for class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceRequest
 
DeleteServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to delete a service instance.
DeleteServiceInstanceResponse() - Constructor for class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceResponse
 

E

ErrorMessage - Class in org.springframework.cloud.servicebroker.model
Used to send errors back to the cloud controller.
ErrorMessage(String) - Constructor for class org.springframework.cloud.servicebroker.model.ErrorMessage
 

G

getAppGuid() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
getBoundAppGuid() - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
getBoundRoute() - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
getCatalog() - Method in class org.springframework.cloud.servicebroker.controller.CatalogController
 
getCatalog() - Method in class org.springframework.cloud.servicebroker.service.BeanCatalogService
 
getCatalog() - Method in interface org.springframework.cloud.servicebroker.service.CatalogService
Return the catalog of services provided by the service broker.
getCredentials() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
getDashboardUrl() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getError() - Method in class org.springframework.cloud.servicebroker.model.AsyncRequiredErrorMessage
 
getErrorResponse(String, HttpStatus) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
getId() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
getLastOperation(GetLastServiceOperationRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Get the status of the last requested operation for a service instance.
GetLastServiceOperationRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request to get the state of the last operation on a service instance.
GetLastServiceOperationRequest(String) - Constructor for class org.springframework.cloud.servicebroker.model.GetLastServiceOperationRequest
 
GetLastServiceOperationResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to get the state of the last operation on a service instance.
GetLastServiceOperationResponse() - Constructor for class org.springframework.cloud.servicebroker.model.GetLastServiceOperationResponse
 
getOrganizationGuid() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getParameters(Class<T>) - Method in class org.springframework.cloud.servicebroker.model.AsyncParameterizedServiceInstanceRequest
 
getParameters(Class<T>) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
getPlanId() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getRequiredServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
getServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
getServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.service.BeanCatalogService
 
getServiceDefinition(String) - Method in interface org.springframework.cloud.servicebroker.service.CatalogService
Get a service definition from the catalog by ID.
getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
getServiceInstanceLastOperation(String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
getServiceInstanceLastOperation() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getSpaceGuid() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getStateValue() - Method in class org.springframework.cloud.servicebroker.model.GetLastServiceOperationResponse
 
getSyslogDrainUrl() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
getValue() - Method in enum org.springframework.cloud.servicebroker.model.OperationState
 

H

handleException(ServiceBrokerApiVersionException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(ServiceInstanceDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(ServiceDefinitionDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(HttpMessageNotReadableException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(MethodArgumentNotValidException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(ServiceBrokerAsyncRequiredException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(Exception) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(ServiceInstanceBindingExistsException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
handleException(ServiceInstanceExistsException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
handleException(ServiceInstanceUpdateNotSupportedException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 

I

isAsync() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 

N

nonBindableServiceInstanceBindingService() - Method in class org.springframework.cloud.servicebroker.config.ServiceBrokerAutoConfiguration
 
NonBindableServiceInstanceBindingService - Class in org.springframework.cloud.servicebroker.service
Default implementation of ServiceInstanceBindingService for service brokers that do not support bindable services.
NonBindableServiceInstanceBindingService() - Constructor for class org.springframework.cloud.servicebroker.service.NonBindableServiceInstanceBindingService
 

O

OperationState - Enum in org.springframework.cloud.servicebroker.model
The list of acceptable states for a request that is being processed asynchronously.
org.springframework.cloud.servicebroker.config - package org.springframework.cloud.servicebroker.config
 
org.springframework.cloud.servicebroker.controller - package org.springframework.cloud.servicebroker.controller
 
org.springframework.cloud.servicebroker.exception - package org.springframework.cloud.servicebroker.exception
 
org.springframework.cloud.servicebroker.interceptor - package org.springframework.cloud.servicebroker.interceptor
 
org.springframework.cloud.servicebroker.model - package org.springframework.cloud.servicebroker.model
 
org.springframework.cloud.servicebroker.service - package org.springframework.cloud.servicebroker.service
 

P

parameters - Variable in class org.springframework.cloud.servicebroker.model.AsyncParameterizedServiceInstanceRequest
Parameters passed by the user in the form of a JSON structure.
Plan - Class in org.springframework.cloud.servicebroker.model
A service plan available for a ServiceDefinition
Plan() - Constructor for class org.springframework.cloud.servicebroker.model.Plan
 
Plan(String, String, String) - Constructor for class org.springframework.cloud.servicebroker.model.Plan
 
Plan(String, String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.Plan
 
Plan(String, String, String, Map<String, Object>, boolean) - Constructor for class org.springframework.cloud.servicebroker.model.Plan
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.cloud.servicebroker.interceptor.BrokerApiVersionInterceptor
 

S

ServiceBindingResource - Enum in org.springframework.cloud.servicebroker.model
The list of acceptable keys for the bindResource map in a service instance binding request.
ServiceBrokerApiVersionException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that the version of the API supported by the broker doesn't match the version in a request.
ServiceBrokerApiVersionException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionException
 
ServiceBrokerAsyncRequiredException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a broker requires accepts_incomplete to be true to successfully process a request.
ServiceBrokerAsyncRequiredException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerAsyncRequiredException
 
ServiceBrokerAutoConfiguration - Class in org.springframework.cloud.servicebroker.config
 
ServiceBrokerAutoConfiguration() - Constructor for class org.springframework.cloud.servicebroker.config.ServiceBrokerAutoConfiguration
 
ServiceBrokerException - Exception in org.springframework.cloud.servicebroker.exception
General exception for underlying broker errors (like connectivity to the service being brokered).
ServiceBrokerException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
 
ServiceBrokerException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
 
ServiceBrokerException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
 
ServiceDefinition - Class in org.springframework.cloud.servicebroker.model
A service offered by this broker.
ServiceDefinition() - Constructor for class org.springframework.cloud.servicebroker.model.ServiceDefinition
 
ServiceDefinition(String, String, String, boolean, List<Plan>) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceDefinition
 
ServiceDefinition(String, String, String, boolean, boolean, List<Plan>, List<String>, Map<String, Object>, List<String>, DashboardClient) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceDefinition
 
ServiceDefinitionDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a request includes a service definition ID does not exist.
ServiceDefinitionDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceDefinitionDoesNotExistException
 
ServiceDefinitionRequires - Enum in org.springframework.cloud.servicebroker.model
The list of acceptable values for the requires field of a service definition.
ServiceInstance - Class in org.springframework.cloud.servicebroker.model
Deprecated.
This class is no longer used internally to represent service instances. Implementing brokers should create their own class to represent service instances and persist them as necessary. The will remain in the project for a time as a convenience, but it should no longer be used by implementing brokers.
ServiceInstance(CreateServiceInstanceRequest) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
Create a ServiceInstance from a create request.
ServiceInstance(DeleteServiceInstanceRequest) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
Create a ServiceInstance from a delete request.
ServiceInstance(UpdateServiceInstanceRequest) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
Create a service instance from an update request.
ServiceInstanceBinding - Class in org.springframework.cloud.servicebroker.model
Deprecated.
This class is no longer used internally to represent service instance bindings. Implementing brokers should create their own class to represent service instances bindings and persist them as necessary. The will remain in the project for a time as a convenience, but it should no longer be used by implementing brokers.
ServiceInstanceBinding(String, String, Map<String, Object>, String, String) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
ServiceInstanceBindingController - Class in org.springframework.cloud.servicebroker.controller
See: http://docs.cloudfoundry.org/services/api.html
ServiceInstanceBindingController(CatalogService, ServiceInstanceBindingService) - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
ServiceInstanceBindingDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a request is received for an unknown service instance binding ID.
ServiceInstanceBindingDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingDoesNotExistException
 
ServiceInstanceBindingExistsException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a duplicate request to bind to a service instance is received.
ServiceInstanceBindingExistsException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingExistsException
 
ServiceInstanceBindingService - Interface in org.springframework.cloud.servicebroker.service
This interface is implemented by service brokers to process requests to create and delete service instance bindings.
ServiceInstanceController - Class in org.springframework.cloud.servicebroker.controller
See: http://docs.cloudfoundry.org/services/api.html
ServiceInstanceController(CatalogService, ServiceInstanceService) - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
ServiceInstanceDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a request is received for an unknown service instance ID.
ServiceInstanceDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceDoesNotExistException
 
ServiceInstanceExistsException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a duplicate service instance creation request is received.
ServiceInstanceExistsException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceExistsException
 
ServiceInstanceService - Interface in org.springframework.cloud.servicebroker.service
This interface is implemented by service brokers to process requests related to provisioning, updating, and deprovisioning service instances.
ServiceInstanceUpdateNotSupportedException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that the plan change requested is not supported or if the request can not currently be fulfilled due to the state of the instance.
ServiceInstanceUpdateNotSupportedException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
 
ServiceInstanceUpdateNotSupportedException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
 
ServiceInstanceUpdateNotSupportedException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
 

T

toString() - Method in enum org.springframework.cloud.servicebroker.model.ServiceBindingResource
 
toString() - Method in enum org.springframework.cloud.servicebroker.model.ServiceDefinitionRequires
 

U

updateServiceInstance(String, UpdateServiceInstanceRequest, boolean) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
updateServiceInstance(UpdateServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Update a service instance.
UpdateServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request to update a service instance.
UpdateServiceInstanceRequest() - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
UpdateServiceInstanceRequest(String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
UpdateServiceInstanceRequest(String, String) - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
UpdateServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to update a service instance.
UpdateServiceInstanceResponse() - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceResponse
 

V

valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.OperationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.ServiceBindingResource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.ServiceDefinitionRequires
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.servicebroker.model.OperationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.servicebroker.model.ServiceBindingResource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.servicebroker.model.ServiceDefinitionRequires
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAsync(boolean) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceResponse
 
withAsync(boolean) - Method in class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceResponse
 
withAsync(boolean) - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
withAsync(boolean) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceResponse
 
withAsyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
withAsyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceRequest
 
withAsyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
withBindingId(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
withCredentials(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceAppBindingResponse
 
withDashboardUrl(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceResponse
 
withDashboardUrl(String) - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
withDeleteOperation(boolean) - Method in class org.springframework.cloud.servicebroker.model.GetLastServiceOperationResponse
 
withDescription(String) - Method in class org.springframework.cloud.servicebroker.model.GetLastServiceOperationResponse
 
withLastOperation(GetLastServiceOperationResponse) - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
withOperationState(OperationState) - Method in class org.springframework.cloud.servicebroker.model.GetLastServiceOperationResponse
 
withRouteServiceUrl(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRouteBindingResponse
 
withServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
withServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
withServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
withServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
withServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
withServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
withSyslogDrainUrl(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceAppBindingResponse
 
A B C D E G H I N O P S T U V W 
Spring Cloud - Cloud Foundry Service Broker