Uses of Class
com.oracle.bmc.datacatalog.responses.GetAttributeTagResponse
-
Packages that use GetAttributeTagResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of GetAttributeTagResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return GetAttributeTagResponse Modifier and Type Method Description GetAttributeTagResponse
DataCatalog. getAttributeTag(GetAttributeTagRequest request)
Gets a specific entity attribute tag by key.GetAttributeTagResponse
DataCatalogClient. getAttributeTag(GetAttributeTagRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetAttributeTagResponse Modifier and Type Method Description Future<GetAttributeTagResponse>
DataCatalogAsync. getAttributeTag(GetAttributeTagRequest request, AsyncHandler<GetAttributeTagRequest,GetAttributeTagResponse> handler)
Gets a specific entity attribute tag by key.Future<GetAttributeTagResponse>
DataCatalogAsyncClient. getAttributeTag(GetAttributeTagRequest request, AsyncHandler<GetAttributeTagRequest,GetAttributeTagResponse> handler)
-
Uses of GetAttributeTagResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return GetAttributeTagResponse Modifier and Type Method Description GetAttributeTagResponse
GetAttributeTagResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type GetAttributeTagResponse Modifier and Type Method Description GetAttributeTagResponse.Builder
GetAttributeTagResponse.Builder. copy(GetAttributeTagResponse o)
Copy method to populate the builder with values from the given instance.
-