Uses of Class
com.oracle.bmc.bds.model.KerberosDetails
-
Packages that use KerberosDetails Package Description com.oracle.bmc.bds.model -
-
Uses of KerberosDetails in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return KerberosDetails Modifier and Type Method Description KerberosDetails
KerberosDetails.Builder. build()
Methods in com.oracle.bmc.bds.model that return types with arguments of type KerberosDetails Modifier and Type Method Description List<KerberosDetails>
CloudSqlDetails. getKerberosDetails()
Details about the Kerberos principals.Methods in com.oracle.bmc.bds.model with parameters of type KerberosDetails Modifier and Type Method Description KerberosDetails.Builder
KerberosDetails.Builder. copy(KerberosDetails model)
Method parameters in com.oracle.bmc.bds.model with type arguments of type KerberosDetails Modifier and Type Method Description CloudSqlDetails.Builder
CloudSqlDetails.Builder. kerberosDetails(List<KerberosDetails> kerberosDetails)
Details about the Kerberos principals.Constructor parameters in com.oracle.bmc.bds.model with type arguments of type KerberosDetails Constructor Description CloudSqlDetails(String shape, Long blockVolumeSizeInGBs, Boolean isKerberosMappedToDatabaseUsers, String ipAddress, List<KerberosDetails> kerberosDetails)
Deprecated.
-