Uses of Class
com.oracle.bmc.dataintegration.requests.GetImportRequestRequest
-
Packages that use GetImportRequestRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetImportRequestRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetImportRequestRequest Modifier and Type Method Description GetImportRequestResponse
DataIntegration. getImportRequest(GetImportRequestRequest request)
This endpoint can be used to get the summary/details of object being imported.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)
GetImportRequestResponse
DataIntegrationClient. getImportRequest(GetImportRequestRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetImportRequestRequest 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 GetImportRequestRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetImportRequestRequest Modifier and Type Method Description GetImportRequestRequest
GetImportRequestRequest.Builder. build()
Build the instance of GetImportRequestRequest as configured by this builderGetImportRequestRequest
GetImportRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetImportRequestRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetImportRequestRequest Modifier and Type Method Description GetImportRequestRequest.Builder
GetImportRequestRequest.Builder. copy(GetImportRequestRequest o)
Copy method to populate the builder with values from the given instance.
-