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.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type UpdateExportRequestRequest Modifier and Type Method Description UpdateExportRequestResponse
DataIntegration. 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)
UpdateExportRequestResponse
DataIntegrationClient. 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.requests
Methods in com.oracle.bmc.dataintegration.requests that return UpdateExportRequestRequest Modifier and Type Method Description UpdateExportRequestRequest
UpdateExportRequestRequest.Builder. build()
Build the instance of UpdateExportRequestRequest as configured by this builderUpdateExportRequestRequest
UpdateExportRequestRequest.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.Builder
UpdateExportRequestRequest.Builder. copy(UpdateExportRequestRequest o)
Copy method to populate the builder with values from the given instance.
-