Uses of Class
com.oracle.bmc.dataintegration.requests.UpdateImportRequestRequest
-
Packages that use UpdateImportRequestRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of UpdateImportRequestRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type UpdateImportRequestRequest Modifier and Type Method Description UpdateImportRequestResponse
DataIntegration. updateImportRequest(UpdateImportRequestRequest request)
Updates the status of a import object request.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)
UpdateImportRequestResponse
DataIntegrationClient. updateImportRequest(UpdateImportRequestRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateImportRequestRequest 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 UpdateImportRequestRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return UpdateImportRequestRequest Modifier and Type Method Description UpdateImportRequestRequest
UpdateImportRequestRequest.Builder. build()
Build the instance of UpdateImportRequestRequest as configured by this builderUpdateImportRequestRequest
UpdateImportRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateImportRequestRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type UpdateImportRequestRequest Modifier and Type Method Description UpdateImportRequestRequest.Builder
UpdateImportRequestRequest.Builder. copy(UpdateImportRequestRequest o)
Copy method to populate the builder with values from the given instance.
-