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()A list ofParameterNameandParameterValuepairs.Methods in software.amazon.awssdk.services.backup.model with parameters of type ControlInputParameter Modifier and Type Method Description FrameworkControl.BuilderFrameworkControl.Builder. controlInputParameters(ControlInputParameter... controlInputParameters)A list ofParameterNameandParameterValuepairs.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)A list ofParameterNameandParameterValuepairs.
-