Uses of Class
software.amazon.awssdk.services.memorydb.model.AuthenticationMode
-
Packages that use AuthenticationMode Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of AuthenticationMode in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return AuthenticationMode Modifier and Type Method Description AuthenticationModeCreateUserRequest. authenticationMode()Denotes the user's authentication properties, such as whether it requires a password to authenticate.AuthenticationModeUpdateUserRequest. authenticationMode()Denotes the user's authentication properties, such as whether it requires a password to authenticate.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type AuthenticationMode Modifier and Type Method Description CreateUserRequest.BuilderCreateUserRequest.Builder. authenticationMode(AuthenticationMode authenticationMode)Denotes the user's authentication properties, such as whether it requires a password to authenticate.UpdateUserRequest.BuilderUpdateUserRequest.Builder. authenticationMode(AuthenticationMode authenticationMode)Denotes the user's authentication properties, such as whether it requires a password to authenticate.
-