Uses of Class
com.oracle.bmc.databasemanagement.model.AsmConnectionCredentials
-
Packages that use AsmConnectionCredentials Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AsmConnectionCredentials in com.oracle.bmc.databasemanagement.model
Subclasses of AsmConnectionCredentials in com.oracle.bmc.databasemanagement.model Modifier and Type Class Description class
AsmConnectionCredentailsByName
The existing named credential used to connect to the ASM instance.class
AsmConnectionCredentialsByDetails
The credentials used to connect to the ASM instance.Methods in com.oracle.bmc.databasemanagement.model that return AsmConnectionCredentials Modifier and Type Method Description AsmConnectionCredentials
ExternalAsmConnectionInfo. getConnectionCredentials()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type AsmConnectionCredentials Modifier and Type Method Description ExternalAsmConnectionInfo.Builder
ExternalAsmConnectionInfo.Builder. connectionCredentials(AsmConnectionCredentials connectionCredentials)
Constructors in com.oracle.bmc.databasemanagement.model with parameters of type AsmConnectionCredentials Constructor Description ExternalAsmConnectionInfo(AsmConnectionString connectionString, AsmConnectionCredentials connectionCredentials)
Deprecated.
-