public interface UserProvidedServiceInstances
Mono<CreateUserProvidedServiceInstanceResponse> create(CreateUserProvidedServiceInstanceRequest request)
request - the Create User Provided Service Instance requestMono<Void> delete(DeleteUserProvidedServiceInstanceRequest request)
request - the Delete User Provided Service Instance requestMono<GetUserProvidedServiceInstanceResponse> get(GetUserProvidedServiceInstanceRequest request)
request - the Get User Provided Service Instance requestMono<ListUserProvidedServiceInstancesResponse> list(ListUserProvidedServiceInstancesRequest request)
request - the List User Provided Service Instances requestMono<ListUserProvidedServiceInstanceServiceBindingsResponse> listServiceBindings(ListUserProvidedServiceInstanceServiceBindingsRequest request)
request - the List Service Bindings requestMono<UpdateUserProvidedServiceInstanceResponse> update(UpdateUserProvidedServiceInstanceRequest request)
request - the Update User Provided Service Instance requestCopyright © 2016 Pivotal Software, Inc.. All rights reserved.