Uses of Class
com.oracle.bmc.datacatalog.model.AttributeSummary
-
Packages that use AttributeSummary Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model -
-
Uses of AttributeSummary in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type AttributeSummary Modifier and Type Method Description Iterable<AttributeSummary>DataCatalogPaginators. listAttributesRecordIterator(ListAttributesRequest request)Creates a new iterable which will iterate over theAttributeSummaryobjects contained in responses from the listAttributes operation. -
Uses of AttributeSummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return AttributeSummary Modifier and Type Method Description AttributeSummaryAttributeSummary.Builder. build()Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type AttributeSummary Modifier and Type Method Description List<AttributeSummary>AttributeCollection. getItems()Collection of attributes.Methods in com.oracle.bmc.datacatalog.model with parameters of type AttributeSummary Modifier and Type Method Description AttributeSummary.BuilderAttributeSummary.Builder. copy(AttributeSummary model)Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type AttributeSummary Modifier and Type Method Description AttributeCollection.BuilderAttributeCollection.Builder. items(List<AttributeSummary> items)Collection of attributes.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type AttributeSummary Constructor Description AttributeCollection(Integer count, List<AttributeSummary> items)Deprecated.
-