Uses of Class
com.oracle.bmc.datasafe.requests.DownloadSensitiveDataModelRequest
-
Packages that use DownloadSensitiveDataModelRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of DownloadSensitiveDataModelRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type DownloadSensitiveDataModelRequest Modifier and Type Method Description DownloadSensitiveDataModelResponse
DataSafe. downloadSensitiveDataModel(DownloadSensitiveDataModelRequest request)
Downloads an already-generated file corresponding to the specified sensitive data model.Future<DownloadSensitiveDataModelResponse>
DataSafeAsync. downloadSensitiveDataModel(DownloadSensitiveDataModelRequest request, AsyncHandler<DownloadSensitiveDataModelRequest,DownloadSensitiveDataModelResponse> handler)
Downloads an already-generated file corresponding to the specified sensitive data model.Future<DownloadSensitiveDataModelResponse>
DataSafeAsyncClient. downloadSensitiveDataModel(DownloadSensitiveDataModelRequest request, AsyncHandler<DownloadSensitiveDataModelRequest,DownloadSensitiveDataModelResponse> handler)
DownloadSensitiveDataModelResponse
DataSafeClient. downloadSensitiveDataModel(DownloadSensitiveDataModelRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DownloadSensitiveDataModelRequest Modifier and Type Method Description Future<DownloadSensitiveDataModelResponse>
DataSafeAsync. downloadSensitiveDataModel(DownloadSensitiveDataModelRequest request, AsyncHandler<DownloadSensitiveDataModelRequest,DownloadSensitiveDataModelResponse> handler)
Downloads an already-generated file corresponding to the specified sensitive data model.Future<DownloadSensitiveDataModelResponse>
DataSafeAsyncClient. downloadSensitiveDataModel(DownloadSensitiveDataModelRequest request, AsyncHandler<DownloadSensitiveDataModelRequest,DownloadSensitiveDataModelResponse> handler)
-
Uses of DownloadSensitiveDataModelRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DownloadSensitiveDataModelRequest Modifier and Type Method Description DownloadSensitiveDataModelRequest
DownloadSensitiveDataModelRequest.Builder. build()
Build the instance of DownloadSensitiveDataModelRequest as configured by this builderDownloadSensitiveDataModelRequest
DownloadSensitiveDataModelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DownloadSensitiveDataModelRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type DownloadSensitiveDataModelRequest Modifier and Type Method Description DownloadSensitiveDataModelRequest.Builder
DownloadSensitiveDataModelRequest.Builder. copy(DownloadSensitiveDataModelRequest o)
Copy method to populate the builder with values from the given instance.
-