Uses of Class
com.oracle.bmc.dataintegration.responses.GetDataEntityResponse
-
Packages that use GetDataEntityResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetDataEntityResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetDataEntityResponse Modifier and Type Method Description GetDataEntityResponse
DataIntegration. getDataEntity(GetDataEntityRequest request)
Retrieves the data entity details with the given name from live schema.GetDataEntityResponse
DataIntegrationClient. getDataEntity(GetDataEntityRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetDataEntityResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetDataEntityResponse 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 GetDataEntityResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetDataEntityResponse Modifier and Type Method Description GetDataEntityResponse
GetDataEntityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetDataEntityResponse Modifier and Type Method Description GetDataEntityResponse.Builder
GetDataEntityResponse.Builder. copy(GetDataEntityResponse o)
Copy method to populate the builder with values from the given instance.
-