Uses of Class
com.oracle.bmc.datasafe.requests.DownloadPrivilegeScriptRequest
-
Packages that use DownloadPrivilegeScriptRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of DownloadPrivilegeScriptRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type DownloadPrivilegeScriptRequest Modifier and Type Method Description DownloadPrivilegeScriptResponse
DataSafe. downloadPrivilegeScript(DownloadPrivilegeScriptRequest request)
Downloads the privilege script to grant/revoke required roles from the Data Safe account on the target database.Future<DownloadPrivilegeScriptResponse>
DataSafeAsync. downloadPrivilegeScript(DownloadPrivilegeScriptRequest request, AsyncHandler<DownloadPrivilegeScriptRequest,DownloadPrivilegeScriptResponse> handler)
Downloads the privilege script to grant/revoke required roles from the Data Safe account on the target database.Future<DownloadPrivilegeScriptResponse>
DataSafeAsyncClient. downloadPrivilegeScript(DownloadPrivilegeScriptRequest request, AsyncHandler<DownloadPrivilegeScriptRequest,DownloadPrivilegeScriptResponse> handler)
DownloadPrivilegeScriptResponse
DataSafeClient. downloadPrivilegeScript(DownloadPrivilegeScriptRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DownloadPrivilegeScriptRequest Modifier and Type Method Description Future<DownloadPrivilegeScriptResponse>
DataSafeAsync. downloadPrivilegeScript(DownloadPrivilegeScriptRequest request, AsyncHandler<DownloadPrivilegeScriptRequest,DownloadPrivilegeScriptResponse> handler)
Downloads the privilege script to grant/revoke required roles from the Data Safe account on the target database.Future<DownloadPrivilegeScriptResponse>
DataSafeAsyncClient. downloadPrivilegeScript(DownloadPrivilegeScriptRequest request, AsyncHandler<DownloadPrivilegeScriptRequest,DownloadPrivilegeScriptResponse> handler)
-
Uses of DownloadPrivilegeScriptRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DownloadPrivilegeScriptRequest Modifier and Type Method Description DownloadPrivilegeScriptRequest
DownloadPrivilegeScriptRequest.Builder. build()
Build the instance of DownloadPrivilegeScriptRequest as configured by this builderDownloadPrivilegeScriptRequest
DownloadPrivilegeScriptRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DownloadPrivilegeScriptRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type DownloadPrivilegeScriptRequest Modifier and Type Method Description DownloadPrivilegeScriptRequest.Builder
DownloadPrivilegeScriptRequest.Builder. copy(DownloadPrivilegeScriptRequest o)
Copy method to populate the builder with values from the given instance.
-