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