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