| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
TargetLocation |
StepExecution.targetLocation()
The combination of AWS Regions and accounts targeted by the current Automation execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetLocation> |
AutomationExecution.targetLocations()
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
List<TargetLocation> |
StartAutomationExecutionRequest.targetLocations()
A location is a combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
| Modifier and Type | Method and Description |
|---|---|
StepExecution.Builder |
StepExecution.Builder.targetLocation(TargetLocation targetLocation)
The combination of AWS Regions and accounts targeted by the current Automation execution.
|
AutomationExecution.Builder |
AutomationExecution.Builder.targetLocations(TargetLocation... targetLocations)
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
StartAutomationExecutionRequest.Builder |
StartAutomationExecutionRequest.Builder.targetLocations(TargetLocation... targetLocations)
A location is a combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution.Builder |
AutomationExecution.Builder.targetLocations(Collection<TargetLocation> targetLocations)
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
StartAutomationExecutionRequest.Builder |
StartAutomationExecutionRequest.Builder.targetLocations(Collection<TargetLocation> targetLocations)
A location is a combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
Copyright © 2020. All rights reserved.