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.dataintegrationMethods in com.oracle.bmc.dataintegration with parameters of type DeleteExportRequestRequest Modifier and Type Method Description DeleteExportRequestResponseDataIntegration. 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)DeleteExportRequestResponseDataIntegrationClient. 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.requestsMethods in com.oracle.bmc.dataintegration.requests that return DeleteExportRequestRequest Modifier and Type Method Description DeleteExportRequestRequestDeleteExportRequestRequest.Builder. build()Build the instance of DeleteExportRequestRequest as configured by this builderDeleteExportRequestRequestDeleteExportRequestRequest.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.BuilderDeleteExportRequestRequest.Builder. copy(DeleteExportRequestRequest o)Copy method to populate the builder with values from the given instance.
 
-