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 TypeMethodDescriptionvoid
Setter for chart.void
Setter for chart.void
Setter for chart.Method parameters in com.cloudera.cdp.compute.model with type arguments of type ChartModifier and TypeMethodDescriptionvoid
ListDeploymentsResponse.setAvailableCharts
(List<Chart> availableCharts) Setter for availableCharts.void
ListDeploymentsResponse.setUnavailableCharts
(List<Chart> unavailableCharts) Setter for unavailableCharts.