Package | Description |
---|---|
com.couchbase.client.java.manager.analytics.link |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CouchbaseRemoteAnalyticsLink |
CouchbaseRemoteAnalyticsLink.encryption(CouchbaseRemoteAnalyticsLink.EncryptionLevel encryption)
Sets the encryption level for the link to the remote cluster (required).
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.