Uses of Class
com.oracle.bmc.databasetoolsruntime.responses.CreateCredentialExecuteGranteeResponse
-
Packages that use CreateCredentialExecuteGranteeResponse Package Description com.oracle.bmc.databasetoolsruntime com.oracle.bmc.databasetoolsruntime.responses -
-
Uses of CreateCredentialExecuteGranteeResponse in com.oracle.bmc.databasetoolsruntime
Methods in com.oracle.bmc.databasetoolsruntime that return CreateCredentialExecuteGranteeResponse Modifier and Type Method Description CreateCredentialExecuteGranteeResponseDatabaseToolsRuntime. createCredentialExecuteGrantee(CreateCredentialExecuteGranteeRequest request)Grants the EXECUTE privilege on the credential to the user specified by the key.CreateCredentialExecuteGranteeResponseDatabaseToolsRuntimeClient. createCredentialExecuteGrantee(CreateCredentialExecuteGranteeRequest request)Methods in com.oracle.bmc.databasetoolsruntime that return types with arguments of type CreateCredentialExecuteGranteeResponse 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)Method parameters in com.oracle.bmc.databasetoolsruntime with type arguments of type CreateCredentialExecuteGranteeResponse 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 CreateCredentialExecuteGranteeResponse in com.oracle.bmc.databasetoolsruntime.responses
Methods in com.oracle.bmc.databasetoolsruntime.responses that return CreateCredentialExecuteGranteeResponse Modifier and Type Method Description CreateCredentialExecuteGranteeResponseCreateCredentialExecuteGranteeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasetoolsruntime.responses with parameters of type CreateCredentialExecuteGranteeResponse Modifier and Type Method Description CreateCredentialExecuteGranteeResponse.BuilderCreateCredentialExecuteGranteeResponse.Builder. copy(CreateCredentialExecuteGranteeResponse o)Copy method to populate the builder with values from the given instance.
-