Uses of Class
com.tencentcloudapi.batch.v20170312.models.Authentication
-
Packages that use Authentication Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of Authentication in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return Authentication Modifier and Type Method Description Authentication[]ComputeEnvCreateInfo. getAuthentications()Get 授权信息 注意:此字段可能返回 null,表示取不到有效值。Authentication[]DescribeComputeEnvCreateInfoResponse. getAuthentications()Get 授权信息Authentication[]NamedComputeEnv. getAuthentications()Get 授权信息Authentication[]NamedCpmComputeEnv. getAuthentications()Get 授权信息Authentication[]Task. getAuthentications()Get 授权信息Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type Authentication Modifier and Type Method Description voidComputeEnvCreateInfo. setAuthentications(Authentication[] Authentications)Set 授权信息 注意:此字段可能返回 null,表示取不到有效值。voidDescribeComputeEnvCreateInfoResponse. setAuthentications(Authentication[] Authentications)Set 授权信息voidNamedComputeEnv. setAuthentications(Authentication[] Authentications)Set 授权信息voidNamedCpmComputeEnv. setAuthentications(Authentication[] Authentications)Set 授权信息voidTask. setAuthentications(Authentication[] Authentications)Set 授权信息Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type Authentication Constructor Description Authentication(Authentication 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.
-