| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
LoginAttribute.Builder |
LoginAttribute.Builder.application(String application)
Indicates the application name used to attempt log in.
|
static LoginAttribute.Builder |
LoginAttribute.builder() |
LoginAttribute.Builder |
LoginAttribute.Builder.failedLoginAttempts(Integer failedLoginAttempts)
Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database
instance.
|
LoginAttribute.Builder |
LoginAttribute.Builder.successfulLoginAttempts(Integer successfulLoginAttempts)
Represents the sum of successful connections (a correct combination of login attributes) made to the database
instance by the actor.
|
LoginAttribute.Builder |
LoginAttribute.toBuilder() |
LoginAttribute.Builder |
LoginAttribute.Builder.user(String user)
Indicates the user name which attempted to log in.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoginAttribute.Builder> |
LoginAttribute.serializableBuilderClass() |
Copyright © 2023. All rights reserved.