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 TypeMethodDescriptionvoidCreateCollectionResponse.setCatalogCollection(CatalogCollection catalogCollection) Setter for catalogCollection.voidDeleteCollectionResponse.setCatalogCollection(CatalogCollection catalogCollection) Setter for catalogCollection.voidDescribeCollectionResponse.setCatalogCollection(CatalogCollection catalogCollection) Setter for catalogCollection.voidUpdateCollectionResponse.setCatalogCollection(CatalogCollection catalogCollection) Setter for catalogCollection.Method parameters in com.cloudera.cdp.df.model with type arguments of type CatalogCollectionModifier and TypeMethodDescriptionvoidListCollectionsResponse.setCollections(List<CatalogCollection> collections) Setter for collections.