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.datasafeMethods in com.oracle.bmc.datasafe with parameters of type DownloadSensitiveDataModelRequest Modifier and Type Method Description DownloadSensitiveDataModelResponseDataSafe. 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)DownloadSensitiveDataModelResponseDataSafeClient. 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.requestsMethods in com.oracle.bmc.datasafe.requests that return DownloadSensitiveDataModelRequest Modifier and Type Method Description DownloadSensitiveDataModelRequestDownloadSensitiveDataModelRequest.Builder. build()Build the instance of DownloadSensitiveDataModelRequest as configured by this builderDownloadSensitiveDataModelRequestDownloadSensitiveDataModelRequest.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.BuilderDownloadSensitiveDataModelRequest.Builder. copy(DownloadSensitiveDataModelRequest o)Copy method to populate the builder with values from the given instance.
 
-