Uses of Class
com.oracle.bmc.dataintegration.requests.GetExportRequestRequest
-
Packages that use GetExportRequestRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetExportRequestRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetExportRequestRequest Modifier and Type Method Description GetExportRequestResponse
DataIntegration. getExportRequest(GetExportRequestRequest request)
This endpoint can be used to get the summary/details of object being exported.Future<GetExportRequestResponse>
DataIntegrationAsync. getExportRequest(GetExportRequestRequest request, AsyncHandler<GetExportRequestRequest,GetExportRequestResponse> handler)
This endpoint can be used to get the summary/details of object being exported.Future<GetExportRequestResponse>
DataIntegrationAsyncClient. getExportRequest(GetExportRequestRequest request, AsyncHandler<GetExportRequestRequest,GetExportRequestResponse> handler)
GetExportRequestResponse
DataIntegrationClient. getExportRequest(GetExportRequestRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetExportRequestRequest Modifier and Type Method Description Future<GetExportRequestResponse>
DataIntegrationAsync. getExportRequest(GetExportRequestRequest request, AsyncHandler<GetExportRequestRequest,GetExportRequestResponse> handler)
This endpoint can be used to get the summary/details of object being exported.Future<GetExportRequestResponse>
DataIntegrationAsyncClient. getExportRequest(GetExportRequestRequest request, AsyncHandler<GetExportRequestRequest,GetExportRequestResponse> handler)
-
Uses of GetExportRequestRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetExportRequestRequest Modifier and Type Method Description GetExportRequestRequest
GetExportRequestRequest.Builder. build()
Build the instance of GetExportRequestRequest as configured by this builderGetExportRequestRequest
GetExportRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetExportRequestRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetExportRequestRequest Modifier and Type Method Description GetExportRequestRequest.Builder
GetExportRequestRequest.Builder. copy(GetExportRequestRequest o)
Copy method to populate the builder with values from the given instance.
-