Uses of Class
com.oracle.bmc.dataintegration.requests.UpdateExportRequestRequest
- 
Packages that use UpdateExportRequestRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests 
- 
- 
Uses of UpdateExportRequestRequest in com.oracle.bmc.dataintegrationMethods in com.oracle.bmc.dataintegration with parameters of type UpdateExportRequestRequest Modifier and Type Method Description UpdateExportRequestResponseDataIntegration. updateExportRequest(UpdateExportRequestRequest request)Updates the status of a export object request.Future<UpdateExportRequestResponse>DataIntegrationAsync. updateExportRequest(UpdateExportRequestRequest request, AsyncHandler<UpdateExportRequestRequest,UpdateExportRequestResponse> handler)Updates the status of a export object request.Future<UpdateExportRequestResponse>DataIntegrationAsyncClient. updateExportRequest(UpdateExportRequestRequest request, AsyncHandler<UpdateExportRequestRequest,UpdateExportRequestResponse> handler)UpdateExportRequestResponseDataIntegrationClient. updateExportRequest(UpdateExportRequestRequest request)Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateExportRequestRequest Modifier and Type Method Description Future<UpdateExportRequestResponse>DataIntegrationAsync. updateExportRequest(UpdateExportRequestRequest request, AsyncHandler<UpdateExportRequestRequest,UpdateExportRequestResponse> handler)Updates the status of a export object request.Future<UpdateExportRequestResponse>DataIntegrationAsyncClient. updateExportRequest(UpdateExportRequestRequest request, AsyncHandler<UpdateExportRequestRequest,UpdateExportRequestResponse> handler)
- 
Uses of UpdateExportRequestRequest in com.oracle.bmc.dataintegration.requestsMethods in com.oracle.bmc.dataintegration.requests that return UpdateExportRequestRequest Modifier and Type Method Description UpdateExportRequestRequestUpdateExportRequestRequest.Builder. build()Build the instance of UpdateExportRequestRequest as configured by this builderUpdateExportRequestRequestUpdateExportRequestRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateExportRequestRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type UpdateExportRequestRequest Modifier and Type Method Description UpdateExportRequestRequest.BuilderUpdateExportRequestRequest.Builder. copy(UpdateExportRequestRequest o)Copy method to populate the builder with values from the given instance.
 
-