Package | Description |
---|---|
com.tencentcloudapi.batch.v20170312.models |
Modifier and Type | Method and Description |
---|---|
Authentication[] |
Task.getAuthentications()
Get Authorization information
|
Authentication[] |
ComputeEnvCreateInfo.getAuthentications()
Get Authorization information
Note: This field may return `null`, indicating that no valid value was found.
|
Authentication[] |
NamedComputeEnv.getAuthentications()
Get Authorization information
|
Authentication[] |
DescribeComputeEnvCreateInfoResponse.getAuthentications()
Get Authorization information
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setAuthentications(Authentication[] Authentications)
Set Authorization information
|
void |
ComputeEnvCreateInfo.setAuthentications(Authentication[] Authentications)
Set Authorization information
Note: This field may return `null`, indicating that no valid value was found.
|
void |
NamedComputeEnv.setAuthentications(Authentication[] Authentications)
Set Authorization information
|
void |
DescribeComputeEnvCreateInfoResponse.setAuthentications(Authentication[] Authentications)
Set Authorization information
|
Constructor and 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.
|
Copyright © 2023. All rights reserved.