Uses of Class
com.oracle.bmc.dataintegration.requests.GetDataEntityRequest
-
Packages that use GetDataEntityRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetDataEntityRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetDataEntityRequest Modifier and Type Method Description GetDataEntityResponse
DataIntegration. getDataEntity(GetDataEntityRequest request)
Retrieves the data entity details with the given name from live schema.Future<GetDataEntityResponse>
DataIntegrationAsync. getDataEntity(GetDataEntityRequest request, AsyncHandler<GetDataEntityRequest,GetDataEntityResponse> handler)
Retrieves the data entity details with the given name from live schema.Future<GetDataEntityResponse>
DataIntegrationAsyncClient. getDataEntity(GetDataEntityRequest request, AsyncHandler<GetDataEntityRequest,GetDataEntityResponse> handler)
GetDataEntityResponse
DataIntegrationClient. getDataEntity(GetDataEntityRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetDataEntityRequest Modifier and Type Method Description Future<GetDataEntityResponse>
DataIntegrationAsync. getDataEntity(GetDataEntityRequest request, AsyncHandler<GetDataEntityRequest,GetDataEntityResponse> handler)
Retrieves the data entity details with the given name from live schema.Future<GetDataEntityResponse>
DataIntegrationAsyncClient. getDataEntity(GetDataEntityRequest request, AsyncHandler<GetDataEntityRequest,GetDataEntityResponse> handler)
-
Uses of GetDataEntityRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetDataEntityRequest Modifier and Type Method Description GetDataEntityRequest
GetDataEntityRequest.Builder. build()
Build the instance of GetDataEntityRequest as configured by this builderGetDataEntityRequest
GetDataEntityRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDataEntityRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetDataEntityRequest Modifier and Type Method Description GetDataEntityRequest.Builder
GetDataEntityRequest.Builder. copy(GetDataEntityRequest o)
Copy method to populate the builder with values from the given instance.
-