Uses of Class
com.oracle.bmc.databasemanagement.model.AsmConnectionCredentialsByDetails.Role
-
Packages that use AsmConnectionCredentialsByDetails.Role Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AsmConnectionCredentialsByDetails.Role in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AsmConnectionCredentialsByDetails.Role Modifier and Type Method Description static AsmConnectionCredentialsByDetails.Role
AsmConnectionCredentialsByDetails.Role. create(String key)
AsmConnectionCredentialsByDetails.Role
AsmConnectionCredentialsByDetails. getRole()
The role of the user connecting to the ASM instance.static AsmConnectionCredentialsByDetails.Role
AsmConnectionCredentialsByDetails.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static AsmConnectionCredentialsByDetails.Role[]
AsmConnectionCredentialsByDetails.Role. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type AsmConnectionCredentialsByDetails.Role Modifier and Type Method Description AsmConnectionCredentialsByDetails.Builder
AsmConnectionCredentialsByDetails.Builder. role(AsmConnectionCredentialsByDetails.Role role)
The role of the user connecting to the ASM instance.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type AsmConnectionCredentialsByDetails.Role Constructor Description AsmConnectionCredentialsByDetails(String credentialName, String userName, String passwordSecretId, AsmConnectionCredentialsByDetails.Role role)
Deprecated.
-