Uses of Class
software.amazon.awssdk.services.guardduty.model.LoginAttribute
-
Packages that use LoginAttribute Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of LoginAttribute in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type LoginAttribute Modifier and Type Method Description List<LoginAttribute>RdsLoginAttemptAction. loginAttributes()Indicates the login attributes used in the login attempt.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type LoginAttribute Modifier and Type Method Description RdsLoginAttemptAction.BuilderRdsLoginAttemptAction.Builder. loginAttributes(LoginAttribute... loginAttributes)Indicates the login attributes used in the login attempt.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type LoginAttribute Modifier and Type Method Description RdsLoginAttemptAction.BuilderRdsLoginAttemptAction.Builder. loginAttributes(Collection<LoginAttribute> loginAttributes)Indicates the login attributes used in the login attempt.
-