Uses of Interface
com.hashicorp.cdktf.providers.aws.memorydb_user.MemorydbUserAuthenticationMode
-
Packages that use MemorydbUserAuthenticationMode Package Description com.hashicorp.cdktf.providers.aws.memorydb_user aws_memorydb_user -
-
Uses of MemorydbUserAuthenticationMode in com.hashicorp.cdktf.providers.aws.memorydb_user
Classes in com.hashicorp.cdktf.providers.aws.memorydb_user that implement MemorydbUserAuthenticationMode Modifier and Type Class Description static classMemorydbUserAuthenticationMode.Jsii$ProxyAn implementation forMemorydbUserAuthenticationModeMethods in com.hashicorp.cdktf.providers.aws.memorydb_user that return MemorydbUserAuthenticationMode Modifier and Type Method Description MemorydbUserAuthenticationModeMemorydbUserAuthenticationMode.Builder. build()Builds the configured instance.MemorydbUserAuthenticationModeMemorydbUserConfig. getAuthenticationMode()authentication_mode block.MemorydbUserAuthenticationModeMemorydbUserConfig.Jsii$Proxy. getAuthenticationMode()MemorydbUserAuthenticationModeMemorydbUser. getAuthenticationModeInput()MemorydbUserAuthenticationModeMemorydbUserAuthenticationModeOutputReference. getInternalValue()Methods in com.hashicorp.cdktf.providers.aws.memorydb_user with parameters of type MemorydbUserAuthenticationMode Modifier and Type Method Description MemorydbUser.BuilderMemorydbUser.Builder. authenticationMode(MemorydbUserAuthenticationMode authenticationMode)authentication_mode block.MemorydbUserConfig.BuilderMemorydbUserConfig.Builder. authenticationMode(MemorydbUserAuthenticationMode authenticationMode)Sets the value ofMemorydbUserConfig.getAuthenticationMode()voidMemorydbUser. putAuthenticationMode(MemorydbUserAuthenticationMode value)voidMemorydbUserAuthenticationModeOutputReference. setInternalValue(MemorydbUserAuthenticationMode value)
-