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