| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
TargetLocation |
TargetLocation.clone() |
TargetLocation |
StepExecution.getTargetLocation()
The combination of AWS Regions and accounts targeted by the current Automation execution.
|
TargetLocation |
TargetLocation.withAccounts(Collection<String> accounts)
The AWS accounts targeted by the current Automation execution.
|
TargetLocation |
TargetLocation.withAccounts(String... accounts)
The AWS accounts targeted by the current Automation execution.
|
TargetLocation |
TargetLocation.withExecutionRoleName(String executionRoleName)
The Automation execution role used by the currently running Automation.
|
TargetLocation |
TargetLocation.withRegions(Collection<String> regions)
The AWS Regions targeted by the current Automation execution.
|
TargetLocation |
TargetLocation.withRegions(String... regions)
The AWS Regions targeted by the current Automation execution.
|
TargetLocation |
TargetLocation.withTargetLocationMaxConcurrency(String targetLocationMaxConcurrency)
The maximum number of AWS accounts and AWS regions allowed to run the Automation concurrently
|
TargetLocation |
TargetLocation.withTargetLocationMaxErrors(String targetLocationMaxErrors)
The maximum number of errors allowed before the system stops queueing additional Automation executions for the
currently running Automation.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetLocation> |
StartAutomationExecutionRequest.getTargetLocations()
A location is a combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
List<TargetLocation> |
AutomationExecution.getTargetLocations()
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepExecution.setTargetLocation(TargetLocation targetLocation)
The combination of AWS Regions and accounts targeted by the current Automation execution.
|
StepExecution |
StepExecution.withTargetLocation(TargetLocation targetLocation)
The combination of AWS Regions and accounts targeted by the current Automation execution.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargetLocations(TargetLocation... targetLocations)
A location is a combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
AutomationExecution |
AutomationExecution.withTargetLocations(TargetLocation... targetLocations)
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartAutomationExecutionRequest.setTargetLocations(Collection<TargetLocation> targetLocations)
A location is a combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
void |
AutomationExecution.setTargetLocations(Collection<TargetLocation> targetLocations)
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargetLocations(Collection<TargetLocation> targetLocations)
A location is a combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
AutomationExecution |
AutomationExecution.withTargetLocations(Collection<TargetLocation> targetLocations)
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
Copyright © 2019. All rights reserved.