Uses of Interface
software.amazon.awssdk.services.guardduty.model.LoginAttribute.Builder
-
Packages that use LoginAttribute.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of LoginAttribute.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return LoginAttribute.Builder Modifier and Type Method Description LoginAttribute.BuilderLoginAttribute.Builder. application(String application)Indicates the application name used to attempt log in.static LoginAttribute.BuilderLoginAttribute. builder()LoginAttribute.BuilderLoginAttribute.Builder. failedLoginAttempts(Integer failedLoginAttempts)Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database instance.LoginAttribute.BuilderLoginAttribute.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.BuilderLoginAttribute. toBuilder()LoginAttribute.BuilderLoginAttribute.Builder. user(String user)Indicates the user name which attempted to log in.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type LoginAttribute.Builder Modifier and Type Method Description static Class<? extends LoginAttribute.Builder>LoginAttribute. serializableBuilderClass()
-