Uses of Interface
software.amazon.awssdk.services.memorydb.model.AuthenticationMode.Builder
-
Packages that use AuthenticationMode.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of AuthenticationMode.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return AuthenticationMode.Builder Modifier and Type Method Description static AuthenticationMode.BuilderAuthenticationMode. builder()AuthenticationMode.BuilderAuthenticationMode.Builder. passwords(String... passwords)The password(s) used for authenticationAuthenticationMode.BuilderAuthenticationMode.Builder. passwords(Collection<String> passwords)The password(s) used for authenticationAuthenticationMode.BuilderAuthenticationMode. toBuilder()AuthenticationMode.BuilderAuthenticationMode.Builder. type(String type)Indicates whether the user requires a password to authenticate.AuthenticationMode.BuilderAuthenticationMode.Builder. type(InputAuthenticationType 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 AuthenticationMode.Builder Modifier and Type Method Description static Class<? extends AuthenticationMode.Builder>AuthenticationMode. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type AuthenticationMode.Builder Modifier and Type Method Description default CreateUserRequest.BuilderCreateUserRequest.Builder. authenticationMode(Consumer<AuthenticationMode.Builder> authenticationMode)Denotes the user's authentication properties, such as whether it requires a password to authenticate.default UpdateUserRequest.BuilderUpdateUserRequest.Builder. authenticationMode(Consumer<AuthenticationMode.Builder> authenticationMode)Denotes the user's authentication properties, such as whether it requires a password to authenticate.
-