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