Uses of Class
software.amazon.awssdk.services.backup.model.ControlInputParameter
-
Packages that use ControlInputParameter Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ControlInputParameter in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ControlInputParameter Modifier and Type Method Description List<ControlInputParameter>FrameworkControl. controlInputParameters()The name/value pairs.Methods in software.amazon.awssdk.services.backup.model with parameters of type ControlInputParameter Modifier and Type Method Description FrameworkControl.BuilderFrameworkControl.Builder. controlInputParameters(ControlInputParameter... controlInputParameters)The name/value pairs.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type ControlInputParameter Modifier and Type Method Description FrameworkControl.BuilderFrameworkControl.Builder. controlInputParameters(Collection<ControlInputParameter> controlInputParameters)The name/value pairs.
-