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