Uses of Interface
software.amazon.awssdk.services.elasticache.model.AuthenticationMode.Builder
-
Packages that use AuthenticationMode.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of AuthenticationMode.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return AuthenticationMode.Builder Modifier and Type Method Description static AuthenticationMode.BuilderAuthenticationMode. builder()AuthenticationMode.BuilderAuthenticationMode.Builder. passwords(String... passwords)Specifies the passwords to use for authentication ifTypeis set topassword.AuthenticationMode.BuilderAuthenticationMode.Builder. passwords(Collection<String> passwords)Specifies the passwords to use for authentication ifTypeis set topassword.AuthenticationMode.BuilderAuthenticationMode. toBuilder()AuthenticationMode.BuilderAuthenticationMode.Builder. type(String type)Specifies the authentication type.AuthenticationMode.BuilderAuthenticationMode.Builder. type(InputAuthenticationType type)Specifies the authentication type.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type AuthenticationMode.Builder Modifier and Type Method Description static Class<? extends AuthenticationMode.Builder>AuthenticationMode. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type AuthenticationMode.Builder Modifier and Type Method Description default CreateUserRequest.BuilderCreateUserRequest.Builder. authenticationMode(Consumer<AuthenticationMode.Builder> authenticationMode)Specifies how to authenticate the user.default ModifyUserRequest.BuilderModifyUserRequest.Builder. authenticationMode(Consumer<AuthenticationMode.Builder> authenticationMode)Specifies how to authenticate the user.
-