Uses of Class
com.oracle.bmc.datacatalog.requests.UpdateEntityRequest
-
Packages that use UpdateEntityRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of UpdateEntityRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type UpdateEntityRequest Modifier and Type Method Description UpdateEntityResponseDataCatalog. updateEntity(UpdateEntityRequest request)Updates a specific data entity.Future<UpdateEntityResponse>DataCatalogAsync. updateEntity(UpdateEntityRequest request, AsyncHandler<UpdateEntityRequest,UpdateEntityResponse> handler)Updates a specific data entity.Future<UpdateEntityResponse>DataCatalogAsyncClient. updateEntity(UpdateEntityRequest request, AsyncHandler<UpdateEntityRequest,UpdateEntityResponse> handler)UpdateEntityResponseDataCatalogClient. updateEntity(UpdateEntityRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type UpdateEntityRequest Modifier and Type Method Description Future<UpdateEntityResponse>DataCatalogAsync. updateEntity(UpdateEntityRequest request, AsyncHandler<UpdateEntityRequest,UpdateEntityResponse> handler)Updates a specific data entity.Future<UpdateEntityResponse>DataCatalogAsyncClient. updateEntity(UpdateEntityRequest request, AsyncHandler<UpdateEntityRequest,UpdateEntityResponse> handler) -
Uses of UpdateEntityRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return UpdateEntityRequest Modifier and Type Method Description UpdateEntityRequestUpdateEntityRequest.Builder. build()Build the instance of UpdateEntityRequest as configured by this builderUpdateEntityRequestUpdateEntityRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateEntityRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type UpdateEntityRequest Modifier and Type Method Description UpdateEntityRequest.BuilderUpdateEntityRequest.Builder. copy(UpdateEntityRequest o)Copy method to populate the builder with values from the given instance.
-