Uses of Class
software.amazon.awssdk.services.ssm.model.Target
Packages that use Target
-
Uses of Target in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type TargetModifier and TypeMethodDescriptionAssociation.targets()The managed nodes targeted by the request to create an association.AssociationDescription.targets()The managed nodes targeted by the request.AssociationVersionInfo.targets()The targets specified for the association when the association version was created.AutomationExecution.targets()The specified targets.AutomationExecutionInputs.targets()Information about the resources that would be included in the actual runbook execution, if it were to be run.AutomationExecutionMetadata.targets()The targets defined by the user when starting the automation.Command.targets()An array of search criteria that targets managed nodes using a Key,Value combination that you specify.CreateAssociationBatchRequestEntry.targets()The managed nodes targeted by the request.CreateAssociationRequest.targets()The targets for the association.DescribeMaintenanceWindowScheduleRequest.targets()The managed node ID or key-value pair to retrieve information about.DescribeMaintenanceWindowsForTargetRequest.targets()The managed node ID or key-value pair to retrieve information about.GetMaintenanceWindowTaskResponse.targets()The targets where the task should run.MaintenanceWindowTarget.targets()The targets, either managed nodes or tags.MaintenanceWindowTask.targets()The targets (either managed nodes or tags).RegisterTargetWithMaintenanceWindowRequest.targets()The targets to register with the maintenance window.RegisterTaskWithMaintenanceWindowRequest.targets()The targets (either managed nodes or maintenance window targets).Runbook.targets()A key-value mapping to target resources that the runbook operation performs tasks on.SendCommandRequest.targets()An array of search criteria that targets managed nodes using aKey,Valuecombination that you specify.StartAccessRequestRequest.targets()The node you are requesting access to.StartAutomationExecutionRequest.targets()A key-value mapping to target resources.StepExecution.targets()The targets for the step execution.TargetLocation.targets()A list of key-value mappings to target resources.UpdateAssociationRequest.targets()The targets of the association.UpdateMaintenanceWindowTargetRequest.targets()The targets to add or replace.UpdateMaintenanceWindowTargetResponse.targets()The updated targets.UpdateMaintenanceWindowTaskRequest.targets()The targets (either managed nodes or tags) to modify.UpdateMaintenanceWindowTaskResponse.targets()The updated target values.Methods in software.amazon.awssdk.services.ssm.model with parameters of type TargetModifier and TypeMethodDescriptionThe managed nodes targeted by the request to create an association.The managed nodes targeted by the request.The targets specified for the association when the association version was created.The specified targets.Information about the resources that would be included in the actual runbook execution, if it were to be run.The targets defined by the user when starting the automation.An array of search criteria that targets managed nodes using a Key,Value combination that you specify.The managed nodes targeted by the request.The targets for the association.The managed node ID or key-value pair to retrieve information about.The managed node ID or key-value pair to retrieve information about.The targets where the task should run.The targets, either managed nodes or tags.The targets (either managed nodes or tags).The targets to register with the maintenance window.The targets (either managed nodes or maintenance window targets).A key-value mapping to target resources that the runbook operation performs tasks on.An array of search criteria that targets managed nodes using aKey,Valuecombination that you specify.The node you are requesting access to.A key-value mapping to target resources.The targets for the step execution.A list of key-value mappings to target resources.The targets of the association.The targets to add or replace.The updated targets.The targets (either managed nodes or tags) to modify.The updated target values.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type TargetModifier and TypeMethodDescriptionAssociation.Builder.targets(Collection<Target> targets) The managed nodes targeted by the request to create an association.AssociationDescription.Builder.targets(Collection<Target> targets) The managed nodes targeted by the request.AssociationVersionInfo.Builder.targets(Collection<Target> targets) The targets specified for the association when the association version was created.AutomationExecution.Builder.targets(Collection<Target> targets) The specified targets.AutomationExecutionInputs.Builder.targets(Collection<Target> targets) Information about the resources that would be included in the actual runbook execution, if it were to be run.AutomationExecutionMetadata.Builder.targets(Collection<Target> targets) The targets defined by the user when starting the automation.Command.Builder.targets(Collection<Target> targets) An array of search criteria that targets managed nodes using a Key,Value combination that you specify.CreateAssociationBatchRequestEntry.Builder.targets(Collection<Target> targets) The managed nodes targeted by the request.CreateAssociationRequest.Builder.targets(Collection<Target> targets) The targets for the association.DescribeMaintenanceWindowScheduleRequest.Builder.targets(Collection<Target> targets) The managed node ID or key-value pair to retrieve information about.DescribeMaintenanceWindowsForTargetRequest.Builder.targets(Collection<Target> targets) The managed node ID or key-value pair to retrieve information about.GetMaintenanceWindowTaskResponse.Builder.targets(Collection<Target> targets) The targets where the task should run.MaintenanceWindowTarget.Builder.targets(Collection<Target> targets) The targets, either managed nodes or tags.MaintenanceWindowTask.Builder.targets(Collection<Target> targets) The targets (either managed nodes or tags).RegisterTargetWithMaintenanceWindowRequest.Builder.targets(Collection<Target> targets) The targets to register with the maintenance window.RegisterTaskWithMaintenanceWindowRequest.Builder.targets(Collection<Target> targets) The targets (either managed nodes or maintenance window targets).Runbook.Builder.targets(Collection<Target> targets) A key-value mapping to target resources that the runbook operation performs tasks on.SendCommandRequest.Builder.targets(Collection<Target> targets) An array of search criteria that targets managed nodes using aKey,Valuecombination that you specify.StartAccessRequestRequest.Builder.targets(Collection<Target> targets) The node you are requesting access to.StartAutomationExecutionRequest.Builder.targets(Collection<Target> targets) A key-value mapping to target resources.StepExecution.Builder.targets(Collection<Target> targets) The targets for the step execution.TargetLocation.Builder.targets(Collection<Target> targets) A list of key-value mappings to target resources.UpdateAssociationRequest.Builder.targets(Collection<Target> targets) The targets of the association.UpdateMaintenanceWindowTargetRequest.Builder.targets(Collection<Target> targets) The targets to add or replace.UpdateMaintenanceWindowTargetResponse.Builder.targets(Collection<Target> targets) The updated targets.UpdateMaintenanceWindowTaskRequest.Builder.targets(Collection<Target> targets) The targets (either managed nodes or tags) to modify.UpdateMaintenanceWindowTaskResponse.Builder.targets(Collection<Target> targets) The updated target values.