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 AttributeTagAttributeTag.Builder. build()Methods in com.oracle.bmc.datacatalog.model with parameters of type AttributeTag Modifier and Type Method Description AttributeTag.BuilderAttributeTag.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 AttributeTagCreateAttributeTagResponse. getAttributeTag()The returned AttributeTag instance.AttributeTagGetAttributeTagResponse. getAttributeTag()The returned AttributeTag instance.Methods in com.oracle.bmc.datacatalog.responses with parameters of type AttributeTag Modifier and Type Method Description CreateAttributeTagResponse.BuilderCreateAttributeTagResponse.Builder. attributeTag(AttributeTag attributeTag)The returned AttributeTag instance.GetAttributeTagResponse.BuilderGetAttributeTagResponse.Builder. attributeTag(AttributeTag attributeTag)The returned AttributeTag instance.
-