Uses of Class
software.amazon.awssdk.services.elasticache.model.Authentication
-
Packages that use Authentication Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of Authentication in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return Authentication Modifier and Type Method Description AuthenticationCreateUserResponse. authentication()Denotes whether the user requires a password to authenticate.AuthenticationDeleteUserResponse. authentication()Denotes whether the user requires a password to authenticate.AuthenticationModifyUserResponse. authentication()Denotes whether the user requires a password to authenticate.AuthenticationUser. authentication()Denotes whether the user requires a password to authenticate.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type Authentication Modifier and Type Method Description CreateUserResponse.BuilderCreateUserResponse.Builder. authentication(Authentication authentication)Denotes whether the user requires a password to authenticate.DeleteUserResponse.BuilderDeleteUserResponse.Builder. authentication(Authentication authentication)Denotes whether the user requires a password to authenticate.ModifyUserResponse.BuilderModifyUserResponse.Builder. authentication(Authentication authentication)Denotes whether the user requires a password to authenticate.User.BuilderUser.Builder. authentication(Authentication authentication)Denotes whether the user requires a password to authenticate.
-