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