Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunctionBucketAccess
-
Packages that use EventingFunctionBucketAccess Package Description com.couchbase.client.java.manager.eventing -
-
Uses of EventingFunctionBucketAccess in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return EventingFunctionBucketAccess Modifier and Type Method Description EventingFunctionBucketAccess
EventingFunctionBucketBinding. access()
Returns the bucket access policy for the bucket binding.static EventingFunctionBucketAccess
EventingFunctionBucketAccess. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventingFunctionBucketAccess[]
EventingFunctionBucketAccess. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-