Uses of Class
com.oracle.bmc.databasetoolsruntime.model.DatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format
-
Packages that use DatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format Package Description com.oracle.bmc.databasetoolsruntime.model -
-
Uses of DatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format in com.oracle.bmc.databasetoolsruntime.model
Methods in com.oracle.bmc.databasetoolsruntime.model that return DatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format Modifier and Type Method Description static DatabaseApiGatewayConfigCertificatePrivateKeyFileName.FormatDatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format. create(String key)DatabaseApiGatewayConfigCertificatePrivateKeyFileName.FormatDatabaseApiGatewayConfigCertificatePrivateKeyFileName. getFormat()The format of the filestatic DatabaseApiGatewayConfigCertificatePrivateKeyFileName.FormatDatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format[]DatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasetoolsruntime.model with parameters of type DatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format Modifier and Type Method Description DatabaseApiGatewayConfigCertificatePrivateKeyFileName.BuilderDatabaseApiGatewayConfigCertificatePrivateKeyFileName.Builder. format(DatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format format)The format of the fileConstructors in com.oracle.bmc.databasetoolsruntime.model with parameters of type DatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format Constructor Description DatabaseApiGatewayConfigCertificatePrivateKeyFileName(DatabaseApiGatewayConfigCertificatePrivateKeyFileName.Format format, String path)Deprecated.
-