Uses of Class
software.amazon.awssdk.services.ssm.model.TargetLocation
Packages that use TargetLocation
-
Uses of TargetLocation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return TargetLocationModifier and TypeMethodDescriptionfinal 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 TargetLocationModifier and TypeMethodDescriptionfinal List<TargetLocation>AssociationDescription.targetLocations()The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.final 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.final List<TargetLocation>AutomationExecution.targetLocations()The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.final List<TargetLocation>AutomationExecutionInputs.targetLocations()Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution preview operation.final List<TargetLocation>CreateAssociationBatchRequestEntry.targetLocations()Use this action to create an association in multiple Regions and multiple accounts.final 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.final List<TargetLocation>Runbook.targetLocations()Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.final 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.final 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 TargetLocationModifier and TypeMethodDescriptionStepExecution.Builder.targetLocation(TargetLocation targetLocation) The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.AssociationDescription.Builder.targetLocations(TargetLocation... targetLocations) The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.AssociationVersionInfo.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.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.Builder.targetLocations(TargetLocation... targetLocations) Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution preview operation.CreateAssociationBatchRequestEntry.Builder.targetLocations(TargetLocation... targetLocations) Use this action to create an association in multiple Regions and multiple accounts.CreateAssociationRequest.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.Builder.targetLocations(TargetLocation... targetLocations) Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.StartAutomationExecutionRequest.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.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 TargetLocationModifier and TypeMethodDescriptionAssociationDescription.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.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.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.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.Builder.targetLocations(Collection<TargetLocation> targetLocations) Use this action to create an association in multiple Regions and multiple accounts.CreateAssociationRequest.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.Builder.targetLocations(Collection<TargetLocation> targetLocations) Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.StartAutomationExecutionRequest.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.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.