| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
LoginAttribute |
LoginAttribute.clone() |
LoginAttribute |
LoginAttribute.withApplication(String application)
Indicates the application name used to attempt log in.
|
LoginAttribute |
LoginAttribute.withFailedLoginAttempts(Integer failedLoginAttempts)
Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database
instance.
|
LoginAttribute |
LoginAttribute.withSuccessfulLoginAttempts(Integer successfulLoginAttempts)
Represents the sum of successful connections (a correct combination of login attributes) made to the database
instance by the actor.
|
LoginAttribute |
LoginAttribute.withUser(String user)
Indicates the user name which attempted to log in.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoginAttribute> |
RdsLoginAttemptAction.getLoginAttributes()
Indicates the login attributes used in the login attempt.
|
| Modifier and Type | Method and Description |
|---|---|
RdsLoginAttemptAction |
RdsLoginAttemptAction.withLoginAttributes(LoginAttribute... loginAttributes)
Indicates the login attributes used in the login attempt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RdsLoginAttemptAction.setLoginAttributes(Collection<LoginAttribute> loginAttributes)
Indicates the login attributes used in the login attempt.
|
RdsLoginAttemptAction |
RdsLoginAttemptAction.withLoginAttributes(Collection<LoginAttribute> loginAttributes)
Indicates the login attributes used in the login attempt.
|
Copyright © 2024. All rights reserved.