Uses of Class
software.amazon.awssdk.services.elasticache.model.AuthenticationMode
-
Packages that use AuthenticationMode Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of AuthenticationMode in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return AuthenticationMode Modifier and Type Method Description AuthenticationModeCreateUserRequest. authenticationMode()Specifies how to authenticate the user.AuthenticationModeModifyUserRequest. authenticationMode()Specifies how to authenticate the user.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type AuthenticationMode Modifier and Type Method Description CreateUserRequest.BuilderCreateUserRequest.Builder. authenticationMode(AuthenticationMode authenticationMode)Specifies how to authenticate the user.ModifyUserRequest.BuilderModifyUserRequest.Builder. authenticationMode(AuthenticationMode authenticationMode)Specifies how to authenticate the user.
-