程序包 | 说明 |
---|---|
com.aliyun.sdk.service.ecs20140526 | |
com.aliyun.sdk.service.ecs20140526.models |
限定符和类型 | 方法和说明 |
---|---|
CompletableFuture<CreateCommandResponse> |
DefaultAsyncClient.createCommand(CreateCommandRequest request)
## [](#)Usage notes
* You can create commands of the following types:
* Batch commands (RunBatScript), applicable to Windows instances
* PowerShell commands (RunPowerShellScript), applicable to Windows instances
* Shell commands (RunShellScript), applicable to Linux instances
* You can specify the Timeout parameter to set the maximum timeout period for executions of a command on Elastic Compute Service (ECS) instances.
|
CompletableFuture<CreateCommandResponse> |
AsyncClient.createCommand(CreateCommandRequest request)
## [](#)Usage notes
* You can create commands of the following types:
* Batch commands (RunBatScript), applicable to Windows instances
* PowerShell commands (RunPowerShellScript), applicable to Windows instances
* Shell commands (RunShellScript), applicable to Linux instances
* You can specify the Timeout parameter to set the maximum timeout period for executions of a command on Elastic Compute Service (ECS) instances.
|
限定符和类型 | 方法和说明 |
---|---|
CreateCommandResponse |
CreateCommandResponse.Builder.build() |
static CreateCommandResponse |
CreateCommandResponse.create() |
Copyright © 2024. All rights reserved.