| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
RdsDbInstanceDetails |
RdsDbInstanceDetails.clone() |
RdsDbInstanceDetails |
Resource.getRdsDbInstanceDetails()
Contains information about the database instance to which an anomalous login attempt was made.
|
RdsDbInstanceDetails |
RdsDbInstanceDetails.withDbClusterIdentifier(String dbClusterIdentifier)
The identifier of the database cluster that contains the database instance ID involved in the finding.
|
RdsDbInstanceDetails |
RdsDbInstanceDetails.withDbInstanceArn(String dbInstanceArn)
The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.
|
RdsDbInstanceDetails |
RdsDbInstanceDetails.withDbInstanceIdentifier(String dbInstanceIdentifier)
The identifier associated to the database instance that was involved in the finding.
|
RdsDbInstanceDetails |
RdsDbInstanceDetails.withEngine(String engine)
The database engine of the database instance involved in the finding.
|
RdsDbInstanceDetails |
RdsDbInstanceDetails.withEngineVersion(String engineVersion)
The version of the database engine that was involved in the finding.
|
RdsDbInstanceDetails |
RdsDbInstanceDetails.withTags(Collection<Tag> tags)
Instance tag key-value pairs associated with the database instance ID.
|
RdsDbInstanceDetails |
RdsDbInstanceDetails.withTags(Tag... tags)
Instance tag key-value pairs associated with the database instance ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setRdsDbInstanceDetails(RdsDbInstanceDetails rdsDbInstanceDetails)
Contains information about the database instance to which an anomalous login attempt was made.
|
Resource |
Resource.withRdsDbInstanceDetails(RdsDbInstanceDetails rdsDbInstanceDetails)
Contains information about the database instance to which an anomalous login attempt was made.
|
Copyright © 2024. All rights reserved.