public class AswClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
AswClient(Credential credential,
String region) |
AswClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
CreateFlowServiceResponse |
CreateFlowService(CreateFlowServiceRequest req)
该接口用于生成状态机服务
|
DescribeExecutionResponse |
DescribeExecution(DescribeExecutionRequest req)
查询执行详细信息
|
DescribeExecutionsResponse |
DescribeExecutions(DescribeExecutionsRequest req)
对状态机的执行历史进行描述.
|
DescribeFlowServiceDetailResponse |
DescribeFlowServiceDetail(DescribeFlowServiceDetailRequest req)
查询该用户指定状态机下的详情数据。
|
ModifyFlowServiceResponse |
ModifyFlowService(ModifyFlowServiceRequest req)
该接口用于修改状态机
|
StartExecutionResponse |
StartExecution(StartExecutionRequest req)
为指定的状态机启动一次执行
|
call, getClientProfile, getCredential, getRegion, internalRequest, setClientProfile, setCredential, setRegion
public AswClient(Credential credential, String region)
public AswClient(Credential credential, String region, ClientProfile profile)
public CreateFlowServiceResponse CreateFlowService(CreateFlowServiceRequest req) throws TencentCloudSDKException
req
- CreateFlowServiceRequestTencentCloudSDKException
public DescribeExecutionResponse DescribeExecution(DescribeExecutionRequest req) throws TencentCloudSDKException
req
- DescribeExecutionRequestTencentCloudSDKException
public DescribeExecutionsResponse DescribeExecutions(DescribeExecutionsRequest req) throws TencentCloudSDKException
req
- DescribeExecutionsRequestTencentCloudSDKException
public DescribeFlowServiceDetailResponse DescribeFlowServiceDetail(DescribeFlowServiceDetailRequest req) throws TencentCloudSDKException
req
- DescribeFlowServiceDetailRequestTencentCloudSDKException
public ModifyFlowServiceResponse ModifyFlowService(ModifyFlowServiceRequest req) throws TencentCloudSDKException
req
- ModifyFlowServiceRequestTencentCloudSDKException
public StartExecutionResponse StartExecution(StartExecutionRequest req) throws TencentCloudSDKException
req
- StartExecutionRequestTencentCloudSDKException
Copyright © 2020. All rights reserved.