Uses of Class
com.oracle.bmc.dataintegration.responses.CreateExportRequestResponse
-
Packages that use CreateExportRequestResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of CreateExportRequestResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateExportRequestResponse Modifier and Type Method Description CreateExportRequestResponse
DataIntegration. createExportRequest(CreateExportRequestRequest request)
Export Metadata ObjectCreateExportRequestResponse
DataIntegrationClient. createExportRequest(CreateExportRequestRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateExportRequestResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateExportRequestResponse 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 CreateExportRequestResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateExportRequestResponse Modifier and Type Method Description CreateExportRequestResponse
CreateExportRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateExportRequestResponse Modifier and Type Method Description CreateExportRequestResponse.Builder
CreateExportRequestResponse.Builder. copy(CreateExportRequestResponse o)
Copy method to populate the builder with values from the given instance.
-