Class AswClient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractClient
-
- com.tencentcloudapi.asw.v20200722.AswClient
-
public class AswClient extends AbstractClient
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
-
-
Constructor Summary
Constructors Constructor Description AswClient(Credential credential, String region)AswClient(Credential credential, String region, ClientProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateFlowServiceResponseCreateFlowService(CreateFlowServiceRequest req)该接口用于生成状态机服务DescribeExecutionResponseDescribeExecution(DescribeExecutionRequest req)查询执行详细信息DescribeExecutionHistoryResponseDescribeExecutionHistory(DescribeExecutionHistoryRequest req)一次执行会有很多步骤,经过很多节点,这个接口描述某一次执行的事件的历史DescribeExecutionsResponseDescribeExecutions(DescribeExecutionsRequest req)对状态机的执行历史进行描述.DescribeFlowServiceDetailResponseDescribeFlowServiceDetail(DescribeFlowServiceDetailRequest req)查询该用户指定状态机下的详情数据。DescribeFlowServicesResponseDescribeFlowServices(DescribeFlowServicesRequest req)查询指定用户下所有状态机,以列表形式返回ModifyFlowServiceResponseModifyFlowService(ModifyFlowServiceRequest req)该接口用于修改状态机StartExecutionResponseStartExecution(StartExecutionRequest req)为指定的状态机启动一次执行StopExecutionResponseStopExecution(StopExecutionRequest req)终止某个状态机-
Methods inherited from class com.tencentcloudapi.common.AbstractClient
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
-
-
-
-
Constructor Detail
-
AswClient
public AswClient(Credential credential, String region)
-
AswClient
public AswClient(Credential credential, String region, ClientProfile profile)
-
-
Method Detail
-
CreateFlowService
public CreateFlowServiceResponse CreateFlowService(CreateFlowServiceRequest req) throws TencentCloudSDKException
该接口用于生成状态机服务- Parameters:
req- CreateFlowServiceRequest- Returns:
- CreateFlowServiceResponse
- Throws:
TencentCloudSDKException
-
DescribeExecution
public DescribeExecutionResponse DescribeExecution(DescribeExecutionRequest req) throws TencentCloudSDKException
查询执行详细信息- Parameters:
req- DescribeExecutionRequest- Returns:
- DescribeExecutionResponse
- Throws:
TencentCloudSDKException
-
DescribeExecutionHistory
public DescribeExecutionHistoryResponse DescribeExecutionHistory(DescribeExecutionHistoryRequest req) throws TencentCloudSDKException
一次执行会有很多步骤,经过很多节点,这个接口描述某一次执行的事件的历史- Parameters:
req- DescribeExecutionHistoryRequest- Returns:
- DescribeExecutionHistoryResponse
- Throws:
TencentCloudSDKException
-
DescribeExecutions
public DescribeExecutionsResponse DescribeExecutions(DescribeExecutionsRequest req) throws TencentCloudSDKException
对状态机的执行历史进行描述.- Parameters:
req- DescribeExecutionsRequest- Returns:
- DescribeExecutionsResponse
- Throws:
TencentCloudSDKException
-
DescribeFlowServiceDetail
public DescribeFlowServiceDetailResponse DescribeFlowServiceDetail(DescribeFlowServiceDetailRequest req) throws TencentCloudSDKException
查询该用户指定状态机下的详情数据。- Parameters:
req- DescribeFlowServiceDetailRequest- Returns:
- DescribeFlowServiceDetailResponse
- Throws:
TencentCloudSDKException
-
DescribeFlowServices
public DescribeFlowServicesResponse DescribeFlowServices(DescribeFlowServicesRequest req) throws TencentCloudSDKException
查询指定用户下所有状态机,以列表形式返回- Parameters:
req- DescribeFlowServicesRequest- Returns:
- DescribeFlowServicesResponse
- Throws:
TencentCloudSDKException
-
ModifyFlowService
public ModifyFlowServiceResponse ModifyFlowService(ModifyFlowServiceRequest req) throws TencentCloudSDKException
该接口用于修改状态机- Parameters:
req- ModifyFlowServiceRequest- Returns:
- ModifyFlowServiceResponse
- Throws:
TencentCloudSDKException
-
StartExecution
public StartExecutionResponse StartExecution(StartExecutionRequest req) throws TencentCloudSDKException
为指定的状态机启动一次执行- Parameters:
req- StartExecutionRequest- Returns:
- StartExecutionResponse
- Throws:
TencentCloudSDKException
-
StopExecution
public StopExecutionResponse StopExecution(StopExecutionRequest req) throws TencentCloudSDKException
终止某个状态机- Parameters:
req- StopExecutionRequest- Returns:
- StopExecutionResponse
- Throws:
TencentCloudSDKException
-
-