Uses of Class
com.cloudera.cdp.compute.model.Chart
Packages that use Chart
-
Uses of Chart in com.cloudera.cdp.compute.model
Methods in com.cloudera.cdp.compute.model that return ChartModifier and TypeMethodDescriptionDeployment.getChart()Getter for chart.History.getChart()Getter for chart.UpgradeDeploymentResponse.getChart()Getter for chart.Methods in com.cloudera.cdp.compute.model that return types with arguments of type ChartModifier and TypeMethodDescriptionListDeploymentsResponse.getAvailableCharts()Getter for availableCharts.ListDeploymentsResponse.getUnavailableCharts()Getter for unavailableCharts.Methods in com.cloudera.cdp.compute.model with parameters of type ChartModifier and TypeMethodDescriptionvoidSetter for chart.voidSetter for chart.voidSetter for chart.Method parameters in com.cloudera.cdp.compute.model with type arguments of type ChartModifier and TypeMethodDescriptionvoidListDeploymentsResponse.setAvailableCharts(List<Chart> availableCharts) Setter for availableCharts.voidListDeploymentsResponse.setUnavailableCharts(List<Chart> unavailableCharts) Setter for unavailableCharts.