Uses of Class
com.oracle.bmc.datacatalog.model.AttributeTagSummary
-
Packages that use AttributeTagSummary Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model -
-
Uses of AttributeTagSummary in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type AttributeTagSummary Modifier and Type Method Description Iterable<AttributeTagSummary>
DataCatalogPaginators. listAttributeTagsRecordIterator(ListAttributeTagsRequest request)
Creates a new iterable which will iterate over theAttributeTagSummary
objects contained in responses from the listAttributeTags operation. -
Uses of AttributeTagSummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return AttributeTagSummary Modifier and Type Method Description AttributeTagSummary
AttributeTagSummary.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type AttributeTagSummary Modifier and Type Method Description List<AttributeTagSummary>
AttributeTagCollection. getItems()
Collection of attribute tags.Methods in com.oracle.bmc.datacatalog.model with parameters of type AttributeTagSummary Modifier and Type Method Description AttributeTagSummary.Builder
AttributeTagSummary.Builder. copy(AttributeTagSummary model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type AttributeTagSummary Modifier and Type Method Description AttributeTagCollection.Builder
AttributeTagCollection.Builder. items(List<AttributeTagSummary> items)
Collection of attribute tags.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type AttributeTagSummary Constructor Description AttributeTagCollection(Integer count, List<AttributeTagSummary> items)
Deprecated.
-