Uses of Class
com.oracle.bmc.dataintegration.responses.DeleteExportRequestResponse
-
Packages that use DeleteExportRequestResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of DeleteExportRequestResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return DeleteExportRequestResponse Modifier and Type Method Description DeleteExportRequestResponse
DataIntegration. deleteExportRequest(DeleteExportRequestRequest request)
Delete export object request using the specified identifier.DeleteExportRequestResponse
DataIntegrationClient. deleteExportRequest(DeleteExportRequestRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DeleteExportRequestResponse Modifier and Type Method Description Future<DeleteExportRequestResponse>
DataIntegrationAsync. deleteExportRequest(DeleteExportRequestRequest request, AsyncHandler<DeleteExportRequestRequest,DeleteExportRequestResponse> handler)
Delete export object request using the specified identifier.Future<DeleteExportRequestResponse>
DataIntegrationAsyncClient. deleteExportRequest(DeleteExportRequestRequest request, AsyncHandler<DeleteExportRequestRequest,DeleteExportRequestResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteExportRequestResponse Modifier and Type Method Description Future<DeleteExportRequestResponse>
DataIntegrationAsync. deleteExportRequest(DeleteExportRequestRequest request, AsyncHandler<DeleteExportRequestRequest,DeleteExportRequestResponse> handler)
Delete export object request using the specified identifier.Future<DeleteExportRequestResponse>
DataIntegrationAsyncClient. deleteExportRequest(DeleteExportRequestRequest request, AsyncHandler<DeleteExportRequestRequest,DeleteExportRequestResponse> handler)
-
Uses of DeleteExportRequestResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return DeleteExportRequestResponse Modifier and Type Method Description DeleteExportRequestResponse
DeleteExportRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type DeleteExportRequestResponse Modifier and Type Method Description DeleteExportRequestResponse.Builder
DeleteExportRequestResponse.Builder. copy(DeleteExportRequestResponse o)
Copy method to populate the builder with values from the given instance.
-