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.dataintegration
Methods in com.oracle.bmc.dataintegration that return UpdateExportRequestResponse Modifier and Type Method Description UpdateExportRequestResponse
DataIntegration. updateExportRequest(UpdateExportRequestRequest request)
Updates the status of a export object request.UpdateExportRequestResponse
DataIntegrationClient. 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.responses
Methods in com.oracle.bmc.dataintegration.responses that return UpdateExportRequestResponse Modifier and Type Method Description UpdateExportRequestResponse
UpdateExportRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type UpdateExportRequestResponse Modifier and Type Method Description UpdateExportRequestResponse.Builder
UpdateExportRequestResponse.Builder. copy(UpdateExportRequestResponse o)
Copy method to populate the builder with values from the given instance.
-