| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
RdsDbUserDetails |
RdsDbUserDetails.clone() |
RdsDbUserDetails |
Resource.getRdsDbUserDetails()
Contains information about the user details through which anomalous login attempt was made.
|
RdsDbUserDetails |
RdsDbUserDetails.withApplication(String application)
The application name used in the anomalous login attempt.
|
RdsDbUserDetails |
RdsDbUserDetails.withAuthMethod(String authMethod)
The authentication method used by the user involved in the finding.
|
RdsDbUserDetails |
RdsDbUserDetails.withDatabase(String database)
The name of the database instance involved in the anomalous login attempt.
|
RdsDbUserDetails |
RdsDbUserDetails.withSsl(String ssl)
The version of the Secure Socket Layer (SSL) used for the network.
|
RdsDbUserDetails |
RdsDbUserDetails.withUser(String user)
The user name used in the anomalous login attempt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setRdsDbUserDetails(RdsDbUserDetails rdsDbUserDetails)
Contains information about the user details through which anomalous login attempt was made.
|
Resource |
Resource.withRdsDbUserDetails(RdsDbUserDetails rdsDbUserDetails)
Contains information about the user details through which anomalous login attempt was made.
|
Copyright © 2024. All rights reserved.