Uses of Class
com.cloudera.cdp.dfworkload.model.ParameterRequest
Packages that use ParameterRequest
-
Uses of ParameterRequest in com.cloudera.cdp.dfworkload.model
Methods in com.cloudera.cdp.dfworkload.model that return types with arguments of type ParameterRequestModifier and TypeMethodDescriptionCreateParameterGroupRequest.getParameters()Getter for parameters.UpdateParameterGroupRequest.getParameters()Getter for parameters.Method parameters in com.cloudera.cdp.dfworkload.model with type arguments of type ParameterRequestModifier and TypeMethodDescriptionvoidCreateParameterGroupRequest.setParameters(List<ParameterRequest> parameters) Setter for parameters.voidUpdateParameterGroupRequest.setParameters(List<ParameterRequest> parameters) Setter for parameters.