Uses of Class
com.oracle.bmc.datacatalog.requests.UpdateCustomPropertyRequest
-
Packages that use UpdateCustomPropertyRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of UpdateCustomPropertyRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type UpdateCustomPropertyRequest Modifier and Type Method Description UpdateCustomPropertyResponseDataCatalog. updateCustomProperty(UpdateCustomPropertyRequest request)Updates a specific custom property identified by the given key.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)UpdateCustomPropertyResponseDataCatalogClient. updateCustomProperty(UpdateCustomPropertyRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type UpdateCustomPropertyRequest 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 UpdateCustomPropertyRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return UpdateCustomPropertyRequest Modifier and Type Method Description UpdateCustomPropertyRequestUpdateCustomPropertyRequest.Builder. build()Build the instance of UpdateCustomPropertyRequest as configured by this builderUpdateCustomPropertyRequestUpdateCustomPropertyRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateCustomPropertyRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type UpdateCustomPropertyRequest Modifier and Type Method Description UpdateCustomPropertyRequest.BuilderUpdateCustomPropertyRequest.Builder. copy(UpdateCustomPropertyRequest o)Copy method to populate the builder with values from the given instance.
-