@Generated(value="software.amazon.awssdk:codegen") public final class LoginAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoginAttribute.Builder,LoginAttribute>
Information about the login attempts.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoginAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
application()
Indicates the application name used to attempt log in.
|
static LoginAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failedLoginAttempts()
Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database
instance.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoginAttribute.Builder> |
serializableBuilderClass() |
Integer |
successfulLoginAttempts()
Represents the sum of successful connections (a correct combination of login attributes) made to the database
instance by the actor.
|
LoginAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
user()
Indicates the user name which attempted to log in.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String user()
Indicates the user name which attempted to log in.
public final String application()
Indicates the application name used to attempt log in.
public final Integer failedLoginAttempts()
Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database instance.
public final Integer successfulLoginAttempts()
Represents the sum of successful connections (a correct combination of login attributes) made to the database instance by the actor.
public LoginAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoginAttribute.Builder,LoginAttribute>public static LoginAttribute.Builder builder()
public static Class<? extends LoginAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.