Uses of Class
io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3.AwsIam.Builder
Packages that use AwsIam.Builder
Package
Description
-
Uses of AwsIam.Builder in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 that return AwsIam.BuilderModifier and TypeMethodDescriptionAwsIam.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AwsIam.Builder.clear()AwsIam.Builder.clearCacheName()The name of the cache, used when generating the authentication token.AwsIam.Builder.clearCredentialProvider()An AwsCredentialProvider, allowing the use of a specific credential provider chain or specific provider settingsAwsIam.Builder.clearExpirationTime()Number of seconds before the IAM authentication token will expire.AwsIam.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AwsIam.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AwsIam.Builder.clearRegion()The optional AWS region that your cache is located in.AwsIam.Builder.clearServiceName()The optional service name to be used in AWS IAM authentication.AwsIam.Builder.clone()RedisProtocolOptions.Builder.getAwsIamBuilder()The cluster level configuration for AWS IAM authenticationAwsIam.Builder.mergeCredentialProvider(AwsCredentialProvider value) An AwsCredentialProvider, allowing the use of a specific credential provider chain or specific provider settingsAwsIam.Builder.mergeExpirationTime(com.google.protobuf.Duration value) Number of seconds before the IAM authentication token will expire.AwsIam.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AwsIam.Builder.mergeFrom(com.google.protobuf.Message other) final AwsIam.BuilderAwsIam.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static AwsIam.BuilderAwsIam.newBuilder()static AwsIam.BuilderAwsIam.newBuilder(AwsIam prototype) AwsIam.newBuilderForType()protected AwsIam.BuilderAwsIam.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AwsIam.Builder.setCacheName(String value) The name of the cache, used when generating the authentication token.AwsIam.Builder.setCacheNameBytes(com.google.protobuf.ByteString value) The name of the cache, used when generating the authentication token.AwsIam.Builder.setCredentialProvider(AwsCredentialProvider value) An AwsCredentialProvider, allowing the use of a specific credential provider chain or specific provider settingsAwsIam.Builder.setCredentialProvider(AwsCredentialProvider.Builder builderForValue) An AwsCredentialProvider, allowing the use of a specific credential provider chain or specific provider settingsAwsIam.Builder.setExpirationTime(com.google.protobuf.Duration value) Number of seconds before the IAM authentication token will expire.AwsIam.Builder.setExpirationTime(com.google.protobuf.Duration.Builder builderForValue) Number of seconds before the IAM authentication token will expire.The optional AWS region that your cache is located in.AwsIam.Builder.setRegionBytes(com.google.protobuf.ByteString value) The optional AWS region that your cache is located in.AwsIam.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AwsIam.Builder.setServiceName(String value) The optional service name to be used in AWS IAM authentication.AwsIam.Builder.setServiceNameBytes(com.google.protobuf.ByteString value) The optional service name to be used in AWS IAM authentication.final AwsIam.BuilderAwsIam.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AwsIam.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 with parameters of type AwsIam.BuilderModifier and TypeMethodDescriptionRedisProtocolOptions.Builder.setAwsIam(AwsIam.Builder builderForValue) The cluster level configuration for AWS IAM authentication -
Uses of AwsIam.Builder in io.envoyproxy.envoy.extensions.health_checkers.redis.v3
Methods in io.envoyproxy.envoy.extensions.health_checkers.redis.v3 that return AwsIam.BuilderModifier and TypeMethodDescriptionRedis.Builder.getAwsIamBuilder()Use AWS IAM for health checker authenticationMethods in io.envoyproxy.envoy.extensions.health_checkers.redis.v3 with parameters of type AwsIam.BuilderModifier and TypeMethodDescriptionRedis.Builder.setAwsIam(AwsIam.Builder builderForValue) Use AWS IAM for health checker authentication