Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
ResolvedTargets |
ResolvedTargets.clone() |
ResolvedTargets |
AutomationExecution.getResolvedTargets()
A list of resolved targets in the rate control execution.
|
ResolvedTargets |
AutomationExecutionMetadata.getResolvedTargets()
A list of targets that resolved during the execution.
|
ResolvedTargets |
ResolvedTargets.withParameterValues(Collection<String> parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
|
ResolvedTargets |
ResolvedTargets.withParameterValues(String... parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
|
ResolvedTargets |
ResolvedTargets.withTruncated(Boolean truncated)
A boolean value indicating whether the resolved target list is truncated.
|
Modifier and Type | Method and Description |
---|---|
void |
AutomationExecution.setResolvedTargets(ResolvedTargets resolvedTargets)
A list of resolved targets in the rate control execution.
|
void |
AutomationExecutionMetadata.setResolvedTargets(ResolvedTargets resolvedTargets)
A list of targets that resolved during the execution.
|
AutomationExecution |
AutomationExecution.withResolvedTargets(ResolvedTargets resolvedTargets)
A list of resolved targets in the rate control execution.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withResolvedTargets(ResolvedTargets resolvedTargets)
A list of targets that resolved during the execution.
|
Copyright © 2020. All rights reserved.