Uses of Class
com.tencentcloudapi.emr.v20190103.models.Execution
-
Packages that use Execution Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of Execution in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return Execution Modifier and Type Method Description ExecutionStep. getExecutionStep()Get 执行动作。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type Execution Modifier and Type Method Description voidStep. setExecutionStep(Execution ExecutionStep)Set 执行动作。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type Execution Constructor Description Execution(Execution source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-