Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdatePreferredCredentialResponse
-
Packages that use UpdatePreferredCredentialResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of UpdatePreferredCredentialResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return UpdatePreferredCredentialResponse Modifier and Type Method Description UpdatePreferredCredentialResponse
DbManagement. updatePreferredCredential(UpdatePreferredCredentialRequest request)
Updates the preferred credential based on the credentialName.UpdatePreferredCredentialResponse
DbManagementClient. updatePreferredCredential(UpdatePreferredCredentialRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdatePreferredCredentialResponse Modifier and Type Method Description Future<UpdatePreferredCredentialResponse>
DbManagementAsync. updatePreferredCredential(UpdatePreferredCredentialRequest request, AsyncHandler<UpdatePreferredCredentialRequest,UpdatePreferredCredentialResponse> handler)
Updates the preferred credential based on the credentialName.Future<UpdatePreferredCredentialResponse>
DbManagementAsyncClient. updatePreferredCredential(UpdatePreferredCredentialRequest request, AsyncHandler<UpdatePreferredCredentialRequest,UpdatePreferredCredentialResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdatePreferredCredentialResponse Modifier and Type Method Description Future<UpdatePreferredCredentialResponse>
DbManagementAsync. updatePreferredCredential(UpdatePreferredCredentialRequest request, AsyncHandler<UpdatePreferredCredentialRequest,UpdatePreferredCredentialResponse> handler)
Updates the preferred credential based on the credentialName.Future<UpdatePreferredCredentialResponse>
DbManagementAsyncClient. updatePreferredCredential(UpdatePreferredCredentialRequest request, AsyncHandler<UpdatePreferredCredentialRequest,UpdatePreferredCredentialResponse> handler)
-
Uses of UpdatePreferredCredentialResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return UpdatePreferredCredentialResponse Modifier and Type Method Description UpdatePreferredCredentialResponse
UpdatePreferredCredentialResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdatePreferredCredentialResponse Modifier and Type Method Description UpdatePreferredCredentialResponse.Builder
UpdatePreferredCredentialResponse.Builder. copy(UpdatePreferredCredentialResponse o)
Copy method to populate the builder with values from the given instance.
-