Uses of Interface
software.amazon.awssdk.services.memorydb.model.Authentication.Builder
-
Packages that use Authentication.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of Authentication.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return Authentication.Builder Modifier and Type Method Description static Authentication.BuilderAuthentication. builder()Authentication.BuilderAuthentication.Builder. passwordCount(Integer passwordCount)The number of passwords belonging to the user.Authentication.BuilderAuthentication. toBuilder()Authentication.BuilderAuthentication.Builder. type(String type)Indicates whether the user requires a password to authenticate.Authentication.BuilderAuthentication.Builder. type(AuthenticationType type)Indicates whether the user requires a password to authenticate.Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type Authentication.Builder Modifier and Type Method Description static Class<? extends Authentication.Builder>Authentication. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type Authentication.Builder Modifier and Type Method Description default User.BuilderUser.Builder. authentication(Consumer<Authentication.Builder> authentication)Denotes whether the user requires a password to authenticate.
-