Uses of Class
com.cloudera.cdp.df.model.CatalogCollection
Packages that use CatalogCollection
-
Uses of CatalogCollection in com.cloudera.cdp.df.model
Methods in com.cloudera.cdp.df.model that return CatalogCollectionModifier and TypeMethodDescriptionCreateCollectionResponse.getCatalogCollection()
Getter for catalogCollection.DeleteCollectionResponse.getCatalogCollection()
Getter for catalogCollection.DescribeCollectionResponse.getCatalogCollection()
Getter for catalogCollection.UpdateCollectionResponse.getCatalogCollection()
Getter for catalogCollection.Methods in com.cloudera.cdp.df.model that return types with arguments of type CatalogCollectionModifier and TypeMethodDescriptionListCollectionsResponse.getCollections()
Getter for collections.Methods in com.cloudera.cdp.df.model with parameters of type CatalogCollectionModifier and TypeMethodDescriptionvoid
CreateCollectionResponse.setCatalogCollection
(CatalogCollection catalogCollection) Setter for catalogCollection.void
DeleteCollectionResponse.setCatalogCollection
(CatalogCollection catalogCollection) Setter for catalogCollection.void
DescribeCollectionResponse.setCatalogCollection
(CatalogCollection catalogCollection) Setter for catalogCollection.void
UpdateCollectionResponse.setCatalogCollection
(CatalogCollection catalogCollection) Setter for catalogCollection.Method parameters in com.cloudera.cdp.df.model with type arguments of type CatalogCollectionModifier and TypeMethodDescriptionvoid
ListCollectionsResponse.setCollections
(List<CatalogCollection> collections) Setter for collections.