Uses of Class
com.oracle.bmc.servicemesh.model.TlsCertificate.Type
-
Packages that use TlsCertificate.Type Package Description com.oracle.bmc.servicemesh.model -
-
Uses of TlsCertificate.Type in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return TlsCertificate.Type Modifier and Type Method Description static TlsCertificate.Type
TlsCertificate.Type. create(String key)
static TlsCertificate.Type
TlsCertificate.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TlsCertificate.Type[]
TlsCertificate.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-