| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBClusterBacktrack |
DBClusterBacktrack.clone() |
DBClusterBacktrack |
DBClusterBacktrack.withBacktrackedFrom(Date backtrackedFrom)
The timestamp of the time from which the DB cluster was backtracked.
|
DBClusterBacktrack |
DBClusterBacktrack.withBacktrackIdentifier(String backtrackIdentifier)
Contains the backtrack identifier.
|
DBClusterBacktrack |
DBClusterBacktrack.withBacktrackRequestCreationTime(Date backtrackRequestCreationTime)
The timestamp of the time at which the backtrack was requested.
|
DBClusterBacktrack |
DBClusterBacktrack.withBacktrackTo(Date backtrackTo)
The timestamp of the time to which the DB cluster was backtracked.
|
DBClusterBacktrack |
DBClusterBacktrack.withDBClusterIdentifier(String dBClusterIdentifier)
Contains a user-supplied DB cluster identifier.
|
DBClusterBacktrack |
DBClusterBacktrack.withStatus(String status)
The status of the backtrack.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBClusterBacktrack> |
DescribeDBClusterBacktracksResult.getDBClusterBacktracks()
Contains a list of backtracks for the user.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDBClusterBacktracksResult |
DescribeDBClusterBacktracksResult.withDBClusterBacktracks(DBClusterBacktrack... dBClusterBacktracks)
Contains a list of backtracks for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBClusterBacktracksResult.setDBClusterBacktracks(Collection<DBClusterBacktrack> dBClusterBacktracks)
Contains a list of backtracks for the user.
|
DescribeDBClusterBacktracksResult |
DescribeDBClusterBacktracksResult.withDBClusterBacktracks(Collection<DBClusterBacktrack> dBClusterBacktracks)
Contains a list of backtracks for the user.
|
Copyright © 2021. All rights reserved.