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