Uses of Class
com.couchbase.client.java.manager.analytics.link.CouchbaseRemoteAnalyticsLink.EncryptionLevel
-
Packages that use CouchbaseRemoteAnalyticsLink.EncryptionLevel Package Description com.couchbase.client.java.manager.analytics.link -
-
Uses of CouchbaseRemoteAnalyticsLink.EncryptionLevel in com.couchbase.client.java.manager.analytics.link
Methods in com.couchbase.client.java.manager.analytics.link that return CouchbaseRemoteAnalyticsLink.EncryptionLevel Modifier and Type Method Description CouchbaseRemoteAnalyticsLink.EncryptionLevel
CouchbaseRemoteAnalyticsLink. encryption()
Returns the encryption level for the link to the remote cluster.static CouchbaseRemoteAnalyticsLink.EncryptionLevel
CouchbaseRemoteAnalyticsLink.EncryptionLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static CouchbaseRemoteAnalyticsLink.EncryptionLevel[]
CouchbaseRemoteAnalyticsLink.EncryptionLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.manager.analytics.link with parameters of type CouchbaseRemoteAnalyticsLink.EncryptionLevel Modifier and Type Method Description CouchbaseRemoteAnalyticsLink
CouchbaseRemoteAnalyticsLink. encryption(CouchbaseRemoteAnalyticsLink.EncryptionLevel encryption)
Sets the encryption level for the link to the remote cluster (required).
-