Uses of Class
com.oracle.bmc.dns.model.DnssecDigestType
-
Packages that use DnssecDigestType Package Description com.oracle.bmc.dns.model -
-
Uses of DnssecDigestType in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return DnssecDigestType Modifier and Type Method Description static DnssecDigestType
DnssecDigestType. create(String key)
DnssecDigestType
DnssecKeyVersionDsData. getDigestType()
The type of the digest associated with the rdata.static DnssecDigestType
DnssecDigestType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DnssecDigestType[]
DnssecDigestType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dns.model with parameters of type DnssecDigestType Modifier and Type Method Description DnssecKeyVersionDsData.Builder
DnssecKeyVersionDsData.Builder. digestType(DnssecDigestType digestType)
The type of the digest associated with the rdata.Constructors in com.oracle.bmc.dns.model with parameters of type DnssecDigestType Constructor Description DnssecKeyVersionDsData(String rdata, DnssecDigestType digestType)
Deprecated.
-