Uses of Class
com.tencentcloudapi.emr.v20190103.models.Step
-
Packages that use Step Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of Step in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return Step Modifier and Type Method Description Step[]RunJobFlowRequest. getSteps()Get 作业流程执行步骤。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type Step Modifier and Type Method Description voidRunJobFlowRequest. setSteps(Step[] Steps)Set 作业流程执行步骤。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type Step Constructor Description Step(Step 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.
-