Uses of Class
software.amazon.awssdk.services.memorydb.model.Authentication
-
Packages that use Authentication Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of Authentication in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return Authentication Modifier and Type Method Description AuthenticationUser. authentication()Denotes whether the user requires a password to authenticate.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type Authentication Modifier and Type Method Description User.BuilderUser.Builder. authentication(Authentication authentication)Denotes whether the user requires a password to authenticate.
-