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)查询执行详细信息 | 
| DescribeExecutionHistoryResponse | DescribeExecutionHistory(DescribeExecutionHistoryRequest req)一次执行会有很多步骤,经过很多节点,这个接口描述某一次执行的事件的历史 | 
| DescribeExecutionsResponse | DescribeExecutions(DescribeExecutionsRequest req)对状态机的执行历史进行描述. | 
| DescribeFlowServiceDetailResponse | DescribeFlowServiceDetail(DescribeFlowServiceDetailRequest req)查询该用户指定状态机下的详情数据。 | 
| DescribeFlowServicesResponse | DescribeFlowServices(DescribeFlowServicesRequest req)查询指定用户下所有状态机,以列表形式返回 | 
| ModifyFlowServiceResponse | ModifyFlowService(ModifyFlowServiceRequest req)该接口用于修改状态机 | 
| StartExecutionResponse | StartExecution(StartExecutionRequest req)为指定的状态机启动一次执行 | 
| StopExecutionResponse | StopExecution(StopExecutionRequest req)终止某个状态机 | 
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, internalRequest, internalRequestRaw, processResponseJson, processResponseSSE, retry, setClientProfile, setCredential, setRegion, setRegionBreakerpublic AswClient(Credential credential, String region)
public AswClient(Credential credential, String region, ClientProfile profile)
public CreateFlowServiceResponse CreateFlowService(CreateFlowServiceRequest req) throws TencentCloudSDKException
req - CreateFlowServiceRequestTencentCloudSDKExceptionpublic DescribeExecutionResponse DescribeExecution(DescribeExecutionRequest req) throws TencentCloudSDKException
req - DescribeExecutionRequestTencentCloudSDKExceptionpublic DescribeExecutionHistoryResponse DescribeExecutionHistory(DescribeExecutionHistoryRequest req) throws TencentCloudSDKException
req - DescribeExecutionHistoryRequestTencentCloudSDKExceptionpublic DescribeExecutionsResponse DescribeExecutions(DescribeExecutionsRequest req) throws TencentCloudSDKException
req - DescribeExecutionsRequestTencentCloudSDKExceptionpublic DescribeFlowServiceDetailResponse DescribeFlowServiceDetail(DescribeFlowServiceDetailRequest req) throws TencentCloudSDKException
req - DescribeFlowServiceDetailRequestTencentCloudSDKExceptionpublic DescribeFlowServicesResponse DescribeFlowServices(DescribeFlowServicesRequest req) throws TencentCloudSDKException
req - DescribeFlowServicesRequestTencentCloudSDKExceptionpublic ModifyFlowServiceResponse ModifyFlowService(ModifyFlowServiceRequest req) throws TencentCloudSDKException
req - ModifyFlowServiceRequestTencentCloudSDKExceptionpublic StartExecutionResponse StartExecution(StartExecutionRequest req) throws TencentCloudSDKException
req - StartExecutionRequestTencentCloudSDKExceptionpublic StopExecutionResponse StopExecution(StopExecutionRequest req) throws TencentCloudSDKException
req - StopExecutionRequestTencentCloudSDKExceptionCopyright © 2025. All rights reserved.