Uses of Class
software.amazon.awssdk.services.fis.model.ActionTarget
-
Packages that use ActionTarget Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ActionTarget in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ActionTarget Modifier and Type Method Description Map<String,ActionTarget>Action. targets()The supported targets for the action.Map<String,ActionTarget>ActionSummary. targets()The targets for the action.Method parameters in software.amazon.awssdk.services.fis.model with type arguments of type ActionTarget Modifier and Type Method Description Action.BuilderAction.Builder. targets(Map<String,ActionTarget> targets)The supported targets for the action.ActionSummary.BuilderActionSummary.Builder. targets(Map<String,ActionTarget> targets)The targets for the action.
-