Uses of Class
com.cloudera.cdp.dfworkload.model.ParameterGroupSummary
Packages that use ParameterGroupSummary
-
Uses of ParameterGroupSummary in com.cloudera.cdp.dfworkload.model
Methods in com.cloudera.cdp.dfworkload.model that return ParameterGroupSummaryModifier and TypeMethodDescriptionCreateParameterGroupResponse.getParameterGroup()Getter for parameterGroup.Methods in com.cloudera.cdp.dfworkload.model that return types with arguments of type ParameterGroupSummaryModifier and TypeMethodDescriptionListParameterGroupsResponse.getParameterGroups()Getter for parameterGroups.Methods in com.cloudera.cdp.dfworkload.model with parameters of type ParameterGroupSummaryModifier and TypeMethodDescriptionvoidCreateParameterGroupResponse.setParameterGroup(ParameterGroupSummary parameterGroup) Setter for parameterGroup.Method parameters in com.cloudera.cdp.dfworkload.model with type arguments of type ParameterGroupSummaryModifier and TypeMethodDescriptionvoidListParameterGroupsResponse.setParameterGroups(List<ParameterGroupSummary> parameterGroups) Setter for parameterGroups.