Uses of Class
com.oracle.bmc.databasetoolsruntime.requests.CreateCredentialExecuteGranteeRequest
-
Packages that use CreateCredentialExecuteGranteeRequest Package Description com.oracle.bmc.databasetoolsruntime com.oracle.bmc.databasetoolsruntime.requests -
-
Uses of CreateCredentialExecuteGranteeRequest in com.oracle.bmc.databasetoolsruntime
Method parameters in com.oracle.bmc.databasetoolsruntime with type arguments of type CreateCredentialExecuteGranteeRequest Modifier and Type Method Description Future<CreateCredentialExecuteGranteeResponse>DatabaseToolsRuntimeAsync. createCredentialExecuteGrantee(CreateCredentialExecuteGranteeRequest request, AsyncHandler<CreateCredentialExecuteGranteeRequest,CreateCredentialExecuteGranteeResponse> handler)Grants the EXECUTE privilege on the credential to the user specified by the key.Future<CreateCredentialExecuteGranteeResponse>DatabaseToolsRuntimeAsyncClient. createCredentialExecuteGrantee(CreateCredentialExecuteGranteeRequest request, AsyncHandler<CreateCredentialExecuteGranteeRequest,CreateCredentialExecuteGranteeResponse> handler) -
Uses of CreateCredentialExecuteGranteeRequest in com.oracle.bmc.databasetoolsruntime.requests
Methods in com.oracle.bmc.databasetoolsruntime.requests that return CreateCredentialExecuteGranteeRequest Modifier and Type Method Description CreateCredentialExecuteGranteeRequestCreateCredentialExecuteGranteeRequest.Builder. build()Build the instance of CreateCredentialExecuteGranteeRequest as configured by this builderCreateCredentialExecuteGranteeRequestCreateCredentialExecuteGranteeRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateCredentialExecuteGranteeRequest as configured by this builderMethods in com.oracle.bmc.databasetoolsruntime.requests with parameters of type CreateCredentialExecuteGranteeRequest Modifier and Type Method Description CreateCredentialExecuteGranteeRequest.BuilderCreateCredentialExecuteGranteeRequest.Builder. copy(CreateCredentialExecuteGranteeRequest o)Copy method to populate the builder with values from the given instance.
-