public class Client
extends com.aliyun.teaopenapi.Client
_ca, _cert, _connectTimeout, _credential, _disableHttp2, _endpoint, _endpointMap, _endpointRule, _endpointType, _globalParameters, _headers, _httpProxy, _httpsProxy, _key, _maxIdleConns, _method, _network, _noProxy, _openPlatformEndpoint, _productId, _protocol, _readTimeout, _regionId, _signatureAlgorithm, _signatureVersion, _socks5NetWork, _socks5Proxy, _spi, _suffix, _tlsMinVersion, _userAgent| 构造器和说明 |
|---|
Client(com.aliyun.teaopenapi.models.Config config) |
addRequestInterceptor, addResponseInterceptor, addRuntimeOptionsInterceptor, callApi, checkConfig, defaultAny, doRequest, doROARequest, doROARequestWithForm, doRPCRequest, execute, getAccessKeyId, getAccessKeySecret, getBearerToken, getRpcHeaders, getSecurityToken, getType, getUserAgent, setGatewayClient, setRpcHeaderspublic CreateActionResponse createActionWithOptions(CreateActionRequest request, CreateActionHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
创建执行动作
request - CreateActionRequestheaders - CreateActionHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic CreateActionResponse createAction(CreateActionRequest request) throws Exception
创建执行动作
request - CreateActionRequestExceptionpublic CreateConnectorResponse createConnectorWithOptions(CreateConnectorRequest request, CreateConnectorHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
创建连接器
request - CreateConnectorRequestheaders - CreateConnectorHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic CreateConnectorResponse createConnector(CreateConnectorRequest request) throws Exception
创建连接器
request - CreateConnectorRequestExceptionpublic CreateInvocableInstanceResponse createInvocableInstanceWithOptions(CreateInvocableInstanceRequest request, CreateInvocableInstanceHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
创建一个用于运行执行动作/集成流的可调用实例
request - CreateInvocableInstanceRequestheaders - CreateInvocableInstanceHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic CreateInvocableInstanceResponse createInvocableInstance(CreateInvocableInstanceRequest request) throws Exception
创建一个用于运行执行动作/集成流的可调用实例
request - CreateInvocableInstanceRequestExceptionpublic CreateTriggerResponse createTriggerWithOptions(CreateTriggerRequest request, CreateTriggerHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
创建触发器
request - CreateTriggerRequestheaders - CreateTriggerHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic CreateTriggerResponse createTrigger(CreateTriggerRequest request) throws Exception
创建触发器
request - CreateTriggerRequestExceptionpublic GetActionDetailResponse getActionDetailWithOptions(GetActionDetailRequest request, GetActionDetailHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取执行动作详情
request - GetActionDetailRequestheaders - GetActionDetailHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetActionDetailResponse getActionDetail(GetActionDetailRequest request) throws Exception
获取执行动作详情
request - GetActionDetailRequestExceptionpublic InvokeInstanceResponse invokeInstanceWithOptions(InvokeInstanceRequest request, InvokeInstanceHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
调用执行实例
request - InvokeInstanceRequestheaders - InvokeInstanceHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic InvokeInstanceResponse invokeInstance(InvokeInstanceRequest request) throws Exception
调用执行实例
request - InvokeInstanceRequestExceptionpublic PullDataByPageResponse pullDataByPageWithOptions(PullDataByPageRequest request, PullDataByPageHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
分页拉取连接器主数据
request - PullDataByPageRequestheaders - PullDataByPageHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic PullDataByPageResponse pullDataByPage(PullDataByPageRequest request) throws Exception
分页拉取连接器主数据
request - PullDataByPageRequestExceptionpublic PullDataByPkResponse pullDataByPkWithOptions(String dataModelId, PullDataByPkRequest request, PullDataByPkHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
通过业务主键拉取单条连接器主数据
request - PullDataByPkRequestheaders - PullDataByPkHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic PullDataByPkResponse pullDataByPk(String dataModelId, PullDataByPkRequest request) throws Exception
通过业务主键拉取单条连接器主数据
request - PullDataByPkRequestExceptionpublic SearchActionsResponse searchActionsWithOptions(SearchActionsRequest request, SearchActionsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
搜索执行动作
request - SearchActionsRequestheaders - SearchActionsHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic SearchActionsResponse searchActions(SearchActionsRequest request) throws Exception
搜索执行动作
request - SearchActionsRequestExceptionpublic SearchConnectorsResponse searchConnectorsWithOptions(SearchConnectorsRequest request, SearchConnectorsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
搜索连接器
request - SearchConnectorsRequestheaders - SearchConnectorsHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic SearchConnectorsResponse searchConnectors(SearchConnectorsRequest request) throws Exception
搜索连接器
request - SearchConnectorsRequestExceptionpublic SyncDataResponse syncDataWithOptions(SyncDataRequest request, SyncDataHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
同步连接器数据
request - SyncDataRequestheaders - SyncDataHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic SyncDataResponse syncData(SyncDataRequest request) throws Exception
同步连接器数据
request - SyncDataRequestExceptionpublic UpdateActionResponse updateActionWithOptions(UpdateActionRequest request, UpdateActionHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
更新执行动作信息
request - UpdateActionRequestheaders - UpdateActionHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic UpdateActionResponse updateAction(UpdateActionRequest request) throws Exception
更新执行动作信息
request - UpdateActionRequestExceptionpublic UpdateConnectorResponse updateConnectorWithOptions(UpdateConnectorRequest request, UpdateConnectorHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
更新连接器信息
request - UpdateConnectorRequestheaders - UpdateConnectorHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic UpdateConnectorResponse updateConnector(UpdateConnectorRequest request) throws Exception
更新连接器信息
request - UpdateConnectorRequestExceptionpublic UpdateTriggerResponse updateTriggerWithOptions(UpdateTriggerRequest request, UpdateTriggerHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
更新触发事件信息
request - UpdateTriggerRequestheaders - UpdateTriggerHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic UpdateTriggerResponse updateTrigger(UpdateTriggerRequest request) throws Exception
更新触发事件信息
request - UpdateTriggerRequestExceptionCopyright © 2025. All rights reserved.