Uses of Class
com.cloudera.cdp.datahub.model.CustomConfigurations
-
Uses of CustomConfigurations in com.cloudera.cdp.datahub.model
Modifier and TypeMethodDescriptionCreateCustomConfigurationsResponse.getCustomConfigurations()
Getter for customConfigurations.DescribeCustomConfigurationsResponse.getCustomConfigurations()
Getter for customConfigurations.Modifier and TypeMethodDescriptionDeleteCustomConfigurationsResponse.getCustomConfigurations()
Getter for customConfigurations.ListCustomConfigurationsResponse.getCustomConfigurations()
Getter for customConfigurations.Modifier and TypeMethodDescriptionvoid
CreateCustomConfigurationsResponse.setCustomConfigurations
(CustomConfigurations customConfigurations) Setter for customConfigurations.void
DescribeCustomConfigurationsResponse.setCustomConfigurations
(CustomConfigurations customConfigurations) Setter for customConfigurations.Modifier and TypeMethodDescriptionvoid
DeleteCustomConfigurationsResponse.setCustomConfigurations
(List<CustomConfigurations> customConfigurations) Setter for customConfigurations.void
ListCustomConfigurationsResponse.setCustomConfigurations
(List<CustomConfigurations> customConfigurations) Setter for customConfigurations.