Uses of Class
com.oracle.bmc.dataintegration.requests.DeleteImportRequestRequest
-
Packages that use DeleteImportRequestRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of DeleteImportRequestRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type DeleteImportRequestRequest Modifier and Type Method Description DeleteImportRequestResponse
DataIntegration. deleteImportRequest(DeleteImportRequestRequest request)
Delete import object request using the specified identifier.Future<DeleteImportRequestResponse>
DataIntegrationAsync. deleteImportRequest(DeleteImportRequestRequest request, AsyncHandler<DeleteImportRequestRequest,DeleteImportRequestResponse> handler)
Delete import object request using the specified identifier.Future<DeleteImportRequestResponse>
DataIntegrationAsyncClient. deleteImportRequest(DeleteImportRequestRequest request, AsyncHandler<DeleteImportRequestRequest,DeleteImportRequestResponse> handler)
DeleteImportRequestResponse
DataIntegrationClient. deleteImportRequest(DeleteImportRequestRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteImportRequestRequest Modifier and Type Method Description Future<DeleteImportRequestResponse>
DataIntegrationAsync. deleteImportRequest(DeleteImportRequestRequest request, AsyncHandler<DeleteImportRequestRequest,DeleteImportRequestResponse> handler)
Delete import object request using the specified identifier.Future<DeleteImportRequestResponse>
DataIntegrationAsyncClient. deleteImportRequest(DeleteImportRequestRequest request, AsyncHandler<DeleteImportRequestRequest,DeleteImportRequestResponse> handler)
-
Uses of DeleteImportRequestRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return DeleteImportRequestRequest Modifier and Type Method Description DeleteImportRequestRequest
DeleteImportRequestRequest.Builder. build()
Build the instance of DeleteImportRequestRequest as configured by this builderDeleteImportRequestRequest
DeleteImportRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteImportRequestRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type DeleteImportRequestRequest Modifier and Type Method Description DeleteImportRequestRequest.Builder
DeleteImportRequestRequest.Builder. copy(DeleteImportRequestRequest o)
Copy method to populate the builder with values from the given instance.
-