Uses of Class
software.amazon.awssdk.services.controlcatalog.model.ControlParameter
-
Packages that use ControlParameter Package Description software.amazon.awssdk.services.controlcatalog.model -
-
Uses of ControlParameter in software.amazon.awssdk.services.controlcatalog.model
Methods in software.amazon.awssdk.services.controlcatalog.model that return types with arguments of type ControlParameter Modifier and Type Method Description List<ControlParameter>GetControlResponse. parameters()Returns an array ofControlParameterobjects that specify the parameters a control supports.Methods in software.amazon.awssdk.services.controlcatalog.model with parameters of type ControlParameter Modifier and Type Method Description GetControlResponse.BuilderGetControlResponse.Builder. parameters(ControlParameter... parameters)Returns an array ofControlParameterobjects that specify the parameters a control supports.Method parameters in software.amazon.awssdk.services.controlcatalog.model with type arguments of type ControlParameter Modifier and Type Method Description GetControlResponse.BuilderGetControlResponse.Builder. parameters(Collection<ControlParameter> parameters)Returns an array ofControlParameterobjects that specify the parameters a control supports.
-