Uses of Class
com.oracle.bmc.datacatalog.model.AttributeTag
-
Packages that use AttributeTag Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.responses -
-
Uses of AttributeTag in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return AttributeTag Modifier and Type Method Description AttributeTag
AttributeTag.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type AttributeTag Modifier and Type Method Description AttributeTag.Builder
AttributeTag.Builder. copy(AttributeTag model)
-
Uses of AttributeTag in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return AttributeTag Modifier and Type Method Description AttributeTag
CreateAttributeTagResponse. getAttributeTag()
The returned AttributeTag instance.AttributeTag
GetAttributeTagResponse. getAttributeTag()
The returned AttributeTag instance.Methods in com.oracle.bmc.datacatalog.responses with parameters of type AttributeTag Modifier and Type Method Description CreateAttributeTagResponse.Builder
CreateAttributeTagResponse.Builder. attributeTag(AttributeTag attributeTag)
The returned AttributeTag instance.GetAttributeTagResponse.Builder
GetAttributeTagResponse.Builder. attributeTag(AttributeTag attributeTag)
The returned AttributeTag instance.
-