public interface UserProvidedServiceInstances
Mono<AssociateUserProvidedServiceInstanceRouteResponse> associateRoute(AssociateUserProvidedServiceInstanceRouteRequest request)
request - the Associate Route With User Provided Service Instance requestMono<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<ListUserProvidedServiceInstanceRoutesResponse> listRoutes(ListUserProvidedServiceInstanceRoutesRequest request)
request - the List User Provided Service Instance Routes requestMono<ListUserProvidedServiceInstanceServiceBindingsResponse> listServiceBindings(ListUserProvidedServiceInstanceServiceBindingsRequest request)
request - the List Service Bindings requestMono<Void> removeRoute(RemoveUserProvidedServiceInstanceRouteRequest request)
request - the Remove Route from the User Provided Service Instance requestMono<UpdateUserProvidedServiceInstanceResponse> update(UpdateUserProvidedServiceInstanceRequest request)
request - the Update User Provided Service Instance requestCopyright © 2020. All rights reserved.