Uses of Class
com.cloudera.cdp.dfworkload.model.DeploymentConfiguration
-
Packages that use DeploymentConfiguration Package Description com.cloudera.cdp.dfworkload.model -
-
Uses of DeploymentConfiguration in com.cloudera.cdp.dfworkload.model
Methods in com.cloudera.cdp.dfworkload.model that return DeploymentConfiguration Modifier and Type Method Description DeploymentConfiguration
GetDeploymentConfigurationResponse. getDeploymentConfiguration()
Getter for deploymentConfiguration.DeploymentConfiguration
UpdateDeploymentResponse. getDeploymentConfiguration()
Getter for deploymentConfiguration.Methods in com.cloudera.cdp.dfworkload.model with parameters of type DeploymentConfiguration Modifier and Type Method Description void
GetDeploymentConfigurationResponse. setDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Setter for deploymentConfiguration.void
UpdateDeploymentResponse. setDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Setter for deploymentConfiguration.
-