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 UpdateEntityResponse
DataCatalog. 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)
UpdateEntityResponse
DataCatalogClient. 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 UpdateEntityRequest
UpdateEntityRequest.Builder. build()
Build the instance of UpdateEntityRequest as configured by this builderUpdateEntityRequest
UpdateEntityRequest.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.Builder
UpdateEntityRequest.Builder. copy(UpdateEntityRequest o)
Copy method to populate the builder with values from the given instance.
-