Uses of Class
com.oracle.bmc.databasemanagement.model.CloudAsmConnectionCredentialsByDetails.Role
- 
Packages that use CloudAsmConnectionCredentialsByDetails.Role Package Description com.oracle.bmc.databasemanagement.model 
- 
- 
Uses of CloudAsmConnectionCredentialsByDetails.Role in com.oracle.bmc.databasemanagement.modelMethods in com.oracle.bmc.databasemanagement.model that return CloudAsmConnectionCredentialsByDetails.Role Modifier and Type Method Description static CloudAsmConnectionCredentialsByDetails.RoleCloudAsmConnectionCredentialsByDetails.Role. create(String key)CloudAsmConnectionCredentialsByDetails.RoleCloudAsmConnectionCredentialsByDetails. getRole()The role of the user connecting to the ASM instance.static CloudAsmConnectionCredentialsByDetails.RoleCloudAsmConnectionCredentialsByDetails.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudAsmConnectionCredentialsByDetails.Role[]CloudAsmConnectionCredentialsByDetails.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 CloudAsmConnectionCredentialsByDetails.Role Modifier and Type Method Description CloudAsmConnectionCredentialsByDetails.BuilderCloudAsmConnectionCredentialsByDetails.Builder. role(CloudAsmConnectionCredentialsByDetails.Role role)The role of the user connecting to the ASM instance.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudAsmConnectionCredentialsByDetails.Role Constructor Description CloudAsmConnectionCredentialsByDetails(String credentialName, String userName, String passwordSecretId, CloudAsmConnectionCredentialsByDetails.Role role)Deprecated.
 
-