| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
List<RunCommandTarget> |
RunCommandParameters.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 |
|---|---|
RunCommandParameters.Builder |
RunCommandParameters.Builder.runCommandTargets(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 |
|---|---|
RunCommandParameters.Builder |
RunCommandParameters.Builder.runCommandTargets(Collection<RunCommandTarget> runCommandTargets)
Currently, we support including only one RunCommandTarget block, which specifies either an array of
InstanceIds or a tag.
|
Copyright © 2023. All rights reserved.