| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
static Authentication.Builder |
Authentication.builder() |
Authentication.Builder |
Authentication.Builder.passwordCount(Integer passwordCount)
The number of passwords belonging to the user.
|
Authentication.Builder |
Authentication.toBuilder() |
Authentication.Builder |
Authentication.Builder.type(AuthenticationType type)
Indicates whether the user requires a password to authenticate.
|
Authentication.Builder |
Authentication.Builder.type(String type)
Indicates whether the user requires a password to authenticate.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Authentication.Builder> |
Authentication.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default User.Builder |
User.Builder.authentication(Consumer<Authentication.Builder> authentication)
Denotes whether the user requires a password to authenticate.
|
Copyright © 2022. All rights reserved.