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 CreateEntityResponseDataCatalog. 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)CreateEntityResponseDataCatalogClient. 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 CreateEntityRequestCreateEntityRequest.Builder. build()Build the instance of CreateEntityRequest as configured by this builderCreateEntityRequestCreateEntityRequest.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.BuilderCreateEntityRequest.Builder. copy(CreateEntityRequest o)Copy method to populate the builder with values from the given instance.
-