Uses of Class
com.cloudera.cdp.dfworkload.model.FlowParameterGroup
Packages that use FlowParameterGroup
-
Uses of FlowParameterGroup in com.cloudera.cdp.dfworkload.model
Methods in com.cloudera.cdp.dfworkload.model that return types with arguments of type FlowParameterGroupModifier and TypeMethodDescriptionRpcImportedDeploymentConfiguration.getFlowParameterGroups()
Getter for flowParameterGroups.ChangeFlowVersionRequest.getParameterGroups()
Getter for parameterGroups.CreateDeploymentRequest.getParameterGroups()
Getter for parameterGroups.RpcDeploymentConfiguration.getParameterGroups()
Getter for parameterGroups.RpcDeploymentConfigurationMetadata.getParameterGroups()
Getter for parameterGroups.UpdateDeploymentRequest.getParameterGroups()
Getter for parameterGroups.Method parameters in com.cloudera.cdp.dfworkload.model with type arguments of type FlowParameterGroupModifier and TypeMethodDescriptionvoid
RpcImportedDeploymentConfiguration.setFlowParameterGroups
(List<FlowParameterGroup> flowParameterGroups) Setter for flowParameterGroups.void
ChangeFlowVersionRequest.setParameterGroups
(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.void
CreateDeploymentRequest.setParameterGroups
(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.void
RpcDeploymentConfiguration.setParameterGroups
(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.void
RpcDeploymentConfigurationMetadata.setParameterGroups
(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.void
UpdateDeploymentRequest.setParameterGroups
(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.