Uses of Class
com.cloudera.cdp.compute.model.Deployment
Packages that use Deployment
-
Uses of Deployment in com.cloudera.cdp.compute.model
Methods in com.cloudera.cdp.compute.model that return DeploymentModifier and TypeMethodDescriptionDescribeDeploymentResponse.getDeployment()Getter for deployment.Methods in com.cloudera.cdp.compute.model that return types with arguments of type DeploymentModifier and TypeMethodDescriptionListDeploymentsResponse.getInstalledDeployments()Getter for installedDeployments.Methods in com.cloudera.cdp.compute.model with parameters of type DeploymentModifier and TypeMethodDescriptionvoidDescribeDeploymentResponse.setDeployment(Deployment deployment) Setter for deployment.Method parameters in com.cloudera.cdp.compute.model with type arguments of type DeploymentModifier and TypeMethodDescriptionvoidListDeploymentsResponse.setInstalledDeployments(List<Deployment> installedDeployments) Setter for installedDeployments.