Uses of Class
com.oracle.bmc.apmsynthetics.model.Password
-
Packages that use Password Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of Password in com.oracle.bmc.apmsynthetics.model
Subclasses of Password in com.oracle.bmc.apmsynthetics.model Modifier and Type Class Description class
PasswordInText
Password.class
PasswordInVault
Vault secret OCID for password that can be used with monitor Resource Principal.Methods in com.oracle.bmc.apmsynthetics.model that return Password Modifier and Type Method Description Password
BasicAuthenticationDetails. getPassword()
Methods in com.oracle.bmc.apmsynthetics.model with parameters of type Password Modifier and Type Method Description BasicAuthenticationDetails.Builder
BasicAuthenticationDetails.Builder. password(Password password)
Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type Password Constructor Description BasicAuthenticationDetails(String username, Password password)
Deprecated.
-