Uses of Class
com.oracle.bmc.datacatalog.requests.DeleteEntityRequest
-
Packages that use DeleteEntityRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of DeleteEntityRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type DeleteEntityRequest Modifier and Type Method Description DeleteEntityResponse
DataCatalog. deleteEntity(DeleteEntityRequest request)
Deletes a specific data entity.Future<DeleteEntityResponse>
DataCatalogAsync. deleteEntity(DeleteEntityRequest request, AsyncHandler<DeleteEntityRequest,DeleteEntityResponse> handler)
Deletes a specific data entity.Future<DeleteEntityResponse>
DataCatalogAsyncClient. deleteEntity(DeleteEntityRequest request, AsyncHandler<DeleteEntityRequest,DeleteEntityResponse> handler)
DeleteEntityResponse
DataCatalogClient. deleteEntity(DeleteEntityRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type DeleteEntityRequest Modifier and Type Method Description Future<DeleteEntityResponse>
DataCatalogAsync. deleteEntity(DeleteEntityRequest request, AsyncHandler<DeleteEntityRequest,DeleteEntityResponse> handler)
Deletes a specific data entity.Future<DeleteEntityResponse>
DataCatalogAsyncClient. deleteEntity(DeleteEntityRequest request, AsyncHandler<DeleteEntityRequest,DeleteEntityResponse> handler)
-
Uses of DeleteEntityRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return DeleteEntityRequest Modifier and Type Method Description DeleteEntityRequest
DeleteEntityRequest.Builder. build()
Build the instance of DeleteEntityRequest as configured by this builderDeleteEntityRequest
DeleteEntityRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteEntityRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type DeleteEntityRequest Modifier and Type Method Description DeleteEntityRequest.Builder
DeleteEntityRequest.Builder. copy(DeleteEntityRequest o)
Copy method to populate the builder with values from the given instance.
-