Uses of Class
com.oracle.bmc.dataintegration.requests.CreateExportRequestRequest
-
Packages that use CreateExportRequestRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of CreateExportRequestRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type CreateExportRequestRequest Modifier and Type Method Description CreateExportRequestResponse
DataIntegration. createExportRequest(CreateExportRequestRequest request)
Export Metadata ObjectFuture<CreateExportRequestResponse>
DataIntegrationAsync. createExportRequest(CreateExportRequestRequest request, AsyncHandler<CreateExportRequestRequest,CreateExportRequestResponse> handler)
Export Metadata ObjectFuture<CreateExportRequestResponse>
DataIntegrationAsyncClient. createExportRequest(CreateExportRequestRequest request, AsyncHandler<CreateExportRequestRequest,CreateExportRequestResponse> handler)
CreateExportRequestResponse
DataIntegrationClient. createExportRequest(CreateExportRequestRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateExportRequestRequest Modifier and Type Method Description Future<CreateExportRequestResponse>
DataIntegrationAsync. createExportRequest(CreateExportRequestRequest request, AsyncHandler<CreateExportRequestRequest,CreateExportRequestResponse> handler)
Export Metadata ObjectFuture<CreateExportRequestResponse>
DataIntegrationAsyncClient. createExportRequest(CreateExportRequestRequest request, AsyncHandler<CreateExportRequestRequest,CreateExportRequestResponse> handler)
-
Uses of CreateExportRequestRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateExportRequestRequest Modifier and Type Method Description CreateExportRequestRequest
CreateExportRequestRequest.Builder. build()
Build the instance of CreateExportRequestRequest as configured by this builderCreateExportRequestRequest
CreateExportRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateExportRequestRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type CreateExportRequestRequest Modifier and Type Method Description CreateExportRequestRequest.Builder
CreateExportRequestRequest.Builder. copy(CreateExportRequestRequest o)
Copy method to populate the builder with values from the given instance.
-