Uses of Class
software.amazon.awssdk.services.ssm.model.TargetLocation
-
Packages that use TargetLocation Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of TargetLocation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return TargetLocation Modifier and Type Method Description TargetLocationStepExecution. targetLocation()The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type TargetLocation Modifier and Type Method Description List<TargetLocation>AssociationDescription. targetLocations()The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.List<TargetLocation>AssociationVersionInfo. targetLocations()The combination of Amazon Web Services Regions and Amazon Web Services accounts where you wanted to run the association when this association version was created.List<TargetLocation>AutomationExecution. targetLocations()The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.List<TargetLocation>AutomationExecutionInputs. targetLocations()Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution preview operation.List<TargetLocation>CreateAssociationBatchRequestEntry. targetLocations()Use this action to create an association in multiple Regions and multiple accounts.List<TargetLocation>CreateAssociationRequest. targetLocations()A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.List<TargetLocation>Runbook. targetLocations()Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.List<TargetLocation>StartAutomationExecutionRequest. targetLocations()A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the automation.List<TargetLocation>UpdateAssociationRequest. targetLocations()A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.Methods in software.amazon.awssdk.services.ssm.model with parameters of type TargetLocation Modifier and Type Method Description StepExecution.BuilderStepExecution.Builder. targetLocation(TargetLocation targetLocation)The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.AssociationDescription.BuilderAssociationDescription.Builder. targetLocations(TargetLocation... targetLocations)The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.AssociationVersionInfo.BuilderAssociationVersionInfo.Builder. targetLocations(TargetLocation... targetLocations)The combination of Amazon Web Services Regions and Amazon Web Services accounts where you wanted to run the association when this association version was created.AutomationExecution.BuilderAutomationExecution.Builder. targetLocations(TargetLocation... targetLocations)The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.AutomationExecutionInputs.BuilderAutomationExecutionInputs.Builder. targetLocations(TargetLocation... targetLocations)Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution preview operation.CreateAssociationBatchRequestEntry.BuilderCreateAssociationBatchRequestEntry.Builder. targetLocations(TargetLocation... targetLocations)Use this action to create an association in multiple Regions and multiple accounts.CreateAssociationRequest.BuilderCreateAssociationRequest.Builder. targetLocations(TargetLocation... targetLocations)A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.Runbook.BuilderRunbook.Builder. targetLocations(TargetLocation... targetLocations)Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.StartAutomationExecutionRequest.BuilderStartAutomationExecutionRequest.Builder. targetLocations(TargetLocation... targetLocations)A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the automation.UpdateAssociationRequest.BuilderUpdateAssociationRequest.Builder. targetLocations(TargetLocation... targetLocations)A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type TargetLocation Modifier and Type Method Description AssociationDescription.BuilderAssociationDescription.Builder. targetLocations(Collection<TargetLocation> targetLocations)The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.AssociationVersionInfo.BuilderAssociationVersionInfo.Builder. targetLocations(Collection<TargetLocation> targetLocations)The combination of Amazon Web Services Regions and Amazon Web Services accounts where you wanted to run the association when this association version was created.AutomationExecution.BuilderAutomationExecution.Builder. targetLocations(Collection<TargetLocation> targetLocations)The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.AutomationExecutionInputs.BuilderAutomationExecutionInputs.Builder. targetLocations(Collection<TargetLocation> targetLocations)Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution preview operation.CreateAssociationBatchRequestEntry.BuilderCreateAssociationBatchRequestEntry.Builder. targetLocations(Collection<TargetLocation> targetLocations)Use this action to create an association in multiple Regions and multiple accounts.CreateAssociationRequest.BuilderCreateAssociationRequest.Builder. targetLocations(Collection<TargetLocation> targetLocations)A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.Runbook.BuilderRunbook.Builder. targetLocations(Collection<TargetLocation> targetLocations)Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.StartAutomationExecutionRequest.BuilderStartAutomationExecutionRequest.Builder. targetLocations(Collection<TargetLocation> targetLocations)A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the automation.UpdateAssociationRequest.BuilderUpdateAssociationRequest.Builder. targetLocations(Collection<TargetLocation> targetLocations)A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.
-