Uses of Class
software.amazon.awscdk.services.ec2.InitCommand
Packages that use InitCommand
-
Uses of InitCommand in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return InitCommandModifier and TypeMethodDescriptionstatic InitCommandInitCommand.argvCommand(List<String> argv) Run a command from an argv array.static InitCommandInitCommand.argvCommand(List<String> argv, InitCommandOptions options) Run a command from an argv array.static InitCommandInitCommand.shellCommand(String shellCommand) Run a shell command.static InitCommandInitCommand.shellCommand(String shellCommand, InitCommandOptions options) Run a shell command.