Uses of Class
com.oracle.bmc.databasetoolsruntime.model.UpdateCredentialDetails
-
Packages that use UpdateCredentialDetails Package Description com.oracle.bmc.databasetoolsruntime.model com.oracle.bmc.databasetoolsruntime.requests -
-
Uses of UpdateCredentialDetails in com.oracle.bmc.databasetoolsruntime.model
Subclasses of UpdateCredentialDetails in com.oracle.bmc.databasetoolsruntime.model Modifier and Type Class Description classUpdateCredentialBasicDetailsCredential information to be updated for the BASIC type. -
Uses of UpdateCredentialDetails in com.oracle.bmc.databasetoolsruntime.requests
Methods in com.oracle.bmc.databasetoolsruntime.requests that return UpdateCredentialDetails Modifier and Type Method Description UpdateCredentialDetailsUpdateCredentialRequest. getBody$()Alternative accessor for the body parameter.UpdateCredentialDetailsUpdateCredentialRequest. getUpdateCredentialDetails()The information to be updated.Methods in com.oracle.bmc.databasetoolsruntime.requests with parameters of type UpdateCredentialDetails Modifier and Type Method Description UpdateCredentialRequest.BuilderUpdateCredentialRequest.Builder. body$(UpdateCredentialDetails body)Alternative setter for the body parameter.UpdateCredentialRequest.BuilderUpdateCredentialRequest.Builder. updateCredentialDetails(UpdateCredentialDetails updateCredentialDetails)The information to be updated.
-