Interface TPSConnectorResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface TPSConnectorResource
- Author:
- Ade Lee
-
Method Summary
Modifier and TypeMethodDescriptionResponsecreateConnector(String host, String port) ResponseResponseResponsedeleteConnector(String host, String port) ResponseResponsefindConnectors(String host, String port, Integer start, Integer size) ResponsegetConnector(String id) ResponseResponsemodifyConnector(String id, TPSConnectorData data) Response
-
Method Details
-
findConnectors
-
getConnector
-
createConnector
-
modifyConnector
-
deleteConnector
-
deleteConnector
-