Uses of Class
com.oracle.bmc.databasetoolsruntime.responses.UpdateCredentialResponse
-
Packages that use UpdateCredentialResponse Package Description com.oracle.bmc.databasetoolsruntime com.oracle.bmc.databasetoolsruntime.responses -
-
Uses of UpdateCredentialResponse in com.oracle.bmc.databasetoolsruntime
Methods in com.oracle.bmc.databasetoolsruntime that return UpdateCredentialResponse Modifier and Type Method Description UpdateCredentialResponseDatabaseToolsRuntime. updateCredential(UpdateCredentialRequest request)Update a credentialUpdateCredentialResponseDatabaseToolsRuntimeClient. updateCredential(UpdateCredentialRequest request)Methods in com.oracle.bmc.databasetoolsruntime that return types with arguments of type UpdateCredentialResponse Modifier and Type Method Description Future<UpdateCredentialResponse>DatabaseToolsRuntimeAsync. updateCredential(UpdateCredentialRequest request, AsyncHandler<UpdateCredentialRequest,UpdateCredentialResponse> handler)Update a credentialFuture<UpdateCredentialResponse>DatabaseToolsRuntimeAsyncClient. updateCredential(UpdateCredentialRequest request, AsyncHandler<UpdateCredentialRequest,UpdateCredentialResponse> handler)Method parameters in com.oracle.bmc.databasetoolsruntime with type arguments of type UpdateCredentialResponse Modifier and Type Method Description Future<UpdateCredentialResponse>DatabaseToolsRuntimeAsync. updateCredential(UpdateCredentialRequest request, AsyncHandler<UpdateCredentialRequest,UpdateCredentialResponse> handler)Update a credentialFuture<UpdateCredentialResponse>DatabaseToolsRuntimeAsyncClient. updateCredential(UpdateCredentialRequest request, AsyncHandler<UpdateCredentialRequest,UpdateCredentialResponse> handler) -
Uses of UpdateCredentialResponse in com.oracle.bmc.databasetoolsruntime.responses
Methods in com.oracle.bmc.databasetoolsruntime.responses that return UpdateCredentialResponse Modifier and Type Method Description UpdateCredentialResponseUpdateCredentialResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasetoolsruntime.responses with parameters of type UpdateCredentialResponse Modifier and Type Method Description UpdateCredentialResponse.BuilderUpdateCredentialResponse.Builder. copy(UpdateCredentialResponse o)Copy method to populate the builder with values from the given instance.
-