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