Uses of Class
com.oracle.bmc.dataintegration.requests.GetExportRequestRequest
- 
Packages that use GetExportRequestRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests 
- 
- 
Uses of GetExportRequestRequest in com.oracle.bmc.dataintegrationMethods in com.oracle.bmc.dataintegration with parameters of type GetExportRequestRequest Modifier and Type Method Description GetExportRequestResponseDataIntegration. getExportRequest(GetExportRequestRequest request)This endpoint can be used to get the summary/details of object being exported.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)GetExportRequestResponseDataIntegrationClient. getExportRequest(GetExportRequestRequest request)Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetExportRequestRequest 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 GetExportRequestRequest in com.oracle.bmc.dataintegration.requestsMethods in com.oracle.bmc.dataintegration.requests that return GetExportRequestRequest Modifier and Type Method Description GetExportRequestRequestGetExportRequestRequest.Builder. build()Build the instance of GetExportRequestRequest as configured by this builderGetExportRequestRequestGetExportRequestRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetExportRequestRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetExportRequestRequest Modifier and Type Method Description GetExportRequestRequest.BuilderGetExportRequestRequest.Builder. copy(GetExportRequestRequest o)Copy method to populate the builder with values from the given instance.
 
-