Uses of Class
com.oracle.bmc.dataintegration.responses.UpdateExportRequestResponse
- 
Packages that use UpdateExportRequestResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses 
- 
- 
Uses of UpdateExportRequestResponse in com.oracle.bmc.dataintegrationMethods in com.oracle.bmc.dataintegration that return UpdateExportRequestResponse Modifier and Type Method Description UpdateExportRequestResponseDataIntegration. updateExportRequest(UpdateExportRequestRequest request)Updates the status of a export object request.UpdateExportRequestResponseDataIntegrationClient. updateExportRequest(UpdateExportRequestRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type UpdateExportRequestResponse 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)Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateExportRequestResponse 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 UpdateExportRequestResponse in com.oracle.bmc.dataintegration.responsesMethods in com.oracle.bmc.dataintegration.responses that return UpdateExportRequestResponse Modifier and Type Method Description UpdateExportRequestResponseUpdateExportRequestResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type UpdateExportRequestResponse Modifier and Type Method Description UpdateExportRequestResponse.BuilderUpdateExportRequestResponse.Builder. copy(UpdateExportRequestResponse o)Copy method to populate the builder with values from the given instance.
 
-