| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
RunCommandParameters |
RunCommandParameters.clone() |
RunCommandParameters |
Target.getRunCommandParameters()
Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
|
RunCommandParameters |
RunCommandParameters.withRunCommandTargets(Collection<RunCommandTarget> runCommandTargets)
Currently, we support including only one
RunCommandTarget block, which specifies either an array of
InstanceIds or a tag. |
RunCommandParameters |
RunCommandParameters.withRunCommandTargets(RunCommandTarget... runCommandTargets)
Currently, we support including only one
RunCommandTarget block, which specifies either an array of
InstanceIds or a tag. |
| Modifier and Type | Method and Description |
|---|---|
void |
Target.setRunCommandParameters(RunCommandParameters runCommandParameters)
Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
|
Target |
Target.withRunCommandParameters(RunCommandParameters runCommandParameters)
Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
|
Copyright © 2020. All rights reserved.