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 GetCustomPropertyResponseDataCatalog. getCustomProperty(GetCustomPropertyRequest request)Gets a specific custom property for the given key within a data catalog.GetCustomPropertyResponseDataCatalogClient. 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 GetCustomPropertyResponseGetCustomPropertyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type GetCustomPropertyResponse Modifier and Type Method Description GetCustomPropertyResponse.BuilderGetCustomPropertyResponse.Builder. copy(GetCustomPropertyResponse o)Copy method to populate the builder with values from the given instance.
-