Uses of Class
com.oracle.bmc.dataintegration.responses.UpdateImportRequestResponse
-
Packages that use UpdateImportRequestResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of UpdateImportRequestResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return UpdateImportRequestResponse Modifier and Type Method Description UpdateImportRequestResponse
DataIntegration. updateImportRequest(UpdateImportRequestRequest request)
Updates the status of a import object request.UpdateImportRequestResponse
DataIntegrationClient. updateImportRequest(UpdateImportRequestRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type UpdateImportRequestResponse Modifier and Type Method Description Future<UpdateImportRequestResponse>
DataIntegrationAsync. updateImportRequest(UpdateImportRequestRequest request, AsyncHandler<UpdateImportRequestRequest,UpdateImportRequestResponse> handler)
Updates the status of a import object request.Future<UpdateImportRequestResponse>
DataIntegrationAsyncClient. updateImportRequest(UpdateImportRequestRequest request, AsyncHandler<UpdateImportRequestRequest,UpdateImportRequestResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateImportRequestResponse Modifier and Type Method Description Future<UpdateImportRequestResponse>
DataIntegrationAsync. updateImportRequest(UpdateImportRequestRequest request, AsyncHandler<UpdateImportRequestRequest,UpdateImportRequestResponse> handler)
Updates the status of a import object request.Future<UpdateImportRequestResponse>
DataIntegrationAsyncClient. updateImportRequest(UpdateImportRequestRequest request, AsyncHandler<UpdateImportRequestRequest,UpdateImportRequestResponse> handler)
-
Uses of UpdateImportRequestResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return UpdateImportRequestResponse Modifier and Type Method Description UpdateImportRequestResponse
UpdateImportRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type UpdateImportRequestResponse Modifier and Type Method Description UpdateImportRequestResponse.Builder
UpdateImportRequestResponse.Builder. copy(UpdateImportRequestResponse o)
Copy method to populate the builder with values from the given instance.
-