| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static InitCommand |
InitCommand.argvCommand(List<String> argv)
(experimental) Run a command from an argv array.
|
static InitCommand |
InitCommand.argvCommand(List<String> argv,
InitCommandOptions options)
(experimental) Run a command from an argv array.
|
static InitCommand |
InitCommand.shellCommand(String shellCommand)
(experimental) Run a shell command.
|
static InitCommand |
InitCommand.shellCommand(String shellCommand,
InitCommandOptions options)
(experimental) Run a shell command.
|
Copyright © 2021. All rights reserved.