Uses of Class
io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Builder
Packages that use RedisProtocolOptions.Builder
-
Uses of RedisProtocolOptions.Builder in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 that return RedisProtocolOptions.BuilderModifier and TypeMethodDescriptionRedisProtocolOptions.Builder.addAllCredentials(Iterable<? extends RedisProtocolOptions.Credential> values) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.addCredentials(int index, RedisProtocolOptions.Credential value) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.addCredentials(int index, RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.addCredentials(RedisProtocolOptions.Credential value) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.addCredentials(RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RedisProtocolOptions.Builder.clear()RedisProtocolOptions.Builder.clearAuthPassword()Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.RedisProtocolOptions.Builder.clearAuthUsername()Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.RedisProtocolOptions.Builder.clearAwsIam()The cluster level configuration for AWS IAM authenticationRedisProtocolOptions.Builder.clearCredentials()If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RedisProtocolOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RedisProtocolOptions.Builder.clone()RedisProtocolOptions.Builder.mergeAuthPassword(DataSource value) Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.RedisProtocolOptions.Builder.mergeAuthUsername(DataSource value) Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.RedisProtocolOptions.Builder.mergeAwsIam(AwsIam value) The cluster level configuration for AWS IAM authenticationRedisProtocolOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProtocolOptions.Builder.mergeFrom(com.google.protobuf.Message other) RedisProtocolOptions.Builder.mergeFrom(RedisProtocolOptions other) RedisProtocolOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RedisProtocolOptions.BuilderRedisProtocolOptions.newBuilder()static RedisProtocolOptions.BuilderRedisProtocolOptions.newBuilder(RedisProtocolOptions prototype) RedisProtocolOptions.newBuilderForType()protected RedisProtocolOptions.BuilderRedisProtocolOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RedisProtocolOptions.Builder.removeCredentials(int index) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.setAuthPassword(DataSource value) Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.RedisProtocolOptions.Builder.setAuthPassword(DataSource.Builder builderForValue) Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.RedisProtocolOptions.Builder.setAuthUsername(DataSource value) Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.RedisProtocolOptions.Builder.setAuthUsername(DataSource.Builder builderForValue) Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.The cluster level configuration for AWS IAM authenticationRedisProtocolOptions.Builder.setAwsIam(AwsIam.Builder builderForValue) The cluster level configuration for AWS IAM authenticationRedisProtocolOptions.Builder.setCredentials(int index, RedisProtocolOptions.Credential value) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.setCredentials(int index, RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RedisProtocolOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RedisProtocolOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RedisProtocolOptions.toBuilder()