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