Uses of Class
com.oracle.bmc.datacatalog.responses.UpdateCustomPropertyResponse
-
Packages that use UpdateCustomPropertyResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of UpdateCustomPropertyResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return UpdateCustomPropertyResponse Modifier and Type Method Description UpdateCustomPropertyResponseDataCatalog. updateCustomProperty(UpdateCustomPropertyRequest request)Updates a specific custom property identified by the given key.UpdateCustomPropertyResponseDataCatalogClient. updateCustomProperty(UpdateCustomPropertyRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type UpdateCustomPropertyResponse Modifier and Type Method Description Future<UpdateCustomPropertyResponse>DataCatalogAsync. updateCustomProperty(UpdateCustomPropertyRequest request, AsyncHandler<UpdateCustomPropertyRequest,UpdateCustomPropertyResponse> handler)Updates a specific custom property identified by the given key.Future<UpdateCustomPropertyResponse>DataCatalogAsyncClient. updateCustomProperty(UpdateCustomPropertyRequest request, AsyncHandler<UpdateCustomPropertyRequest,UpdateCustomPropertyResponse> handler)Method parameters in com.oracle.bmc.datacatalog with type arguments of type UpdateCustomPropertyResponse Modifier and Type Method Description Future<UpdateCustomPropertyResponse>DataCatalogAsync. updateCustomProperty(UpdateCustomPropertyRequest request, AsyncHandler<UpdateCustomPropertyRequest,UpdateCustomPropertyResponse> handler)Updates a specific custom property identified by the given key.Future<UpdateCustomPropertyResponse>DataCatalogAsyncClient. updateCustomProperty(UpdateCustomPropertyRequest request, AsyncHandler<UpdateCustomPropertyRequest,UpdateCustomPropertyResponse> handler) -
Uses of UpdateCustomPropertyResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return UpdateCustomPropertyResponse Modifier and Type Method Description UpdateCustomPropertyResponseUpdateCustomPropertyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type UpdateCustomPropertyResponse Modifier and Type Method Description UpdateCustomPropertyResponse.BuilderUpdateCustomPropertyResponse.Builder. copy(UpdateCustomPropertyResponse o)Copy method to populate the builder with values from the given instance.
-