Uses of Class
com.oracle.bmc.dataintegration.requests.DeleteExportRequestRequest
-
Packages that use DeleteExportRequestRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of DeleteExportRequestRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type DeleteExportRequestRequest Modifier and Type Method Description DeleteExportRequestResponse
DataIntegration. deleteExportRequest(DeleteExportRequestRequest request)
Delete export object request using the specified identifier.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)
DeleteExportRequestResponse
DataIntegrationClient. deleteExportRequest(DeleteExportRequestRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteExportRequestRequest 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 DeleteExportRequestRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return DeleteExportRequestRequest Modifier and Type Method Description DeleteExportRequestRequest
DeleteExportRequestRequest.Builder. build()
Build the instance of DeleteExportRequestRequest as configured by this builderDeleteExportRequestRequest
DeleteExportRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteExportRequestRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type DeleteExportRequestRequest Modifier and Type Method Description DeleteExportRequestRequest.Builder
DeleteExportRequestRequest.Builder. copy(DeleteExportRequestRequest o)
Copy method to populate the builder with values from the given instance.
-