Uses of Class
com.tencentcloudapi.batch.v20170312.models.ComputeEnvView
-
Packages that use ComputeEnvView Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of ComputeEnvView in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return ComputeEnvView Modifier and Type Method Description ComputeEnvView[]
DescribeComputeEnvsResponse. getComputeEnvSet()
Get 计算环境列表Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type ComputeEnvView Modifier and Type Method Description void
DescribeComputeEnvsResponse. setComputeEnvSet(ComputeEnvView[] ComputeEnvSet)
Set 计算环境列表Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type ComputeEnvView Constructor Description ComputeEnvView(ComputeEnvView 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.
-