Uses of Class
com.oracle.bmc.mysql.model.CertificateGenerationType
-
Packages that use CertificateGenerationType Package Description com.oracle.bmc.mysql.model -
-
Uses of CertificateGenerationType in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return CertificateGenerationType Modifier and Type Method Description static CertificateGenerationType
CertificateGenerationType. create(String key)
CertificateGenerationType
SecureConnectionDetails. getCertificateGenerationType()
Select whether to use MySQL Database Service-managed certificate (SYSTEM) or your own certificate (BYOC).static CertificateGenerationType
CertificateGenerationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CertificateGenerationType[]
CertificateGenerationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type CertificateGenerationType Modifier and Type Method Description SecureConnectionDetails.Builder
SecureConnectionDetails.Builder. certificateGenerationType(CertificateGenerationType certificateGenerationType)
Select whether to use MySQL Database Service-managed certificate (SYSTEM) or your own certificate (BYOC).Constructors in com.oracle.bmc.mysql.model with parameters of type CertificateGenerationType Constructor Description SecureConnectionDetails(String certificateId, CertificateGenerationType certificateGenerationType)
Deprecated.
-