Uses of Class
com.oracle.bmc.dataintegration.responses.GetImportRequestResponse
-
Packages that use GetImportRequestResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetImportRequestResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetImportRequestResponse Modifier and Type Method Description GetImportRequestResponse
DataIntegration. getImportRequest(GetImportRequestRequest request)
This endpoint can be used to get the summary/details of object being imported.GetImportRequestResponse
DataIntegrationClient. getImportRequest(GetImportRequestRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetImportRequestResponse Modifier and Type Method Description Future<GetImportRequestResponse>
DataIntegrationAsync. getImportRequest(GetImportRequestRequest request, AsyncHandler<GetImportRequestRequest,GetImportRequestResponse> handler)
This endpoint can be used to get the summary/details of object being imported.Future<GetImportRequestResponse>
DataIntegrationAsyncClient. getImportRequest(GetImportRequestRequest request, AsyncHandler<GetImportRequestRequest,GetImportRequestResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetImportRequestResponse Modifier and Type Method Description Future<GetImportRequestResponse>
DataIntegrationAsync. getImportRequest(GetImportRequestRequest request, AsyncHandler<GetImportRequestRequest,GetImportRequestResponse> handler)
This endpoint can be used to get the summary/details of object being imported.Future<GetImportRequestResponse>
DataIntegrationAsyncClient. getImportRequest(GetImportRequestRequest request, AsyncHandler<GetImportRequestRequest,GetImportRequestResponse> handler)
-
Uses of GetImportRequestResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetImportRequestResponse Modifier and Type Method Description GetImportRequestResponse
GetImportRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetImportRequestResponse Modifier and Type Method Description GetImportRequestResponse.Builder
GetImportRequestResponse.Builder. copy(GetImportRequestResponse o)
Copy method to populate the builder with values from the given instance.
-