Package | Description |
---|---|
com.tencentcloudapi.batch.v20170312.models |
Modifier and Type | Method and Description |
---|---|
InputMapping[] |
Task.getInputMappings()
Get Input mapping
|
InputMapping[] |
ComputeEnvCreateInfo.getInputMappings()
Get Input mapping
Note: This field may return `null`, indicating that no valid value was found.
|
InputMapping[] |
NamedComputeEnv.getInputMappings()
Get Input mapping information
|
InputMapping[] |
DescribeComputeEnvCreateInfoResponse.getInputMappings()
Get Input mapping
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setInputMappings(InputMapping[] InputMappings)
Set Input mapping
|
void |
ComputeEnvCreateInfo.setInputMappings(InputMapping[] InputMappings)
Set Input mapping
Note: This field may return `null`, indicating that no valid value was found.
|
void |
NamedComputeEnv.setInputMappings(InputMapping[] InputMappings)
Set Input mapping information
|
void |
DescribeComputeEnvCreateInfoResponse.setInputMappings(InputMapping[] InputMappings)
Set Input mapping
|
Constructor and Description |
---|
InputMapping(InputMapping 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.