| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
FastResetToken |
FastResetToken.clone() |
FastResetToken |
ExecuteFastResetResult.getPayload()
The
payload is only returned by the initiateDatabaseReset action, and contains the
unique token to use with the performDatabaseReset action to make the reset occur. |
FastResetToken |
FastResetToken.withToken(String token)
A UUID generated by the database in the
initiateDatabaseReset action, and then consumed by the
performDatabaseReset to reset the database. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteFastResetResult.setPayload(FastResetToken payload)
The
payload is only returned by the initiateDatabaseReset action, and contains the
unique token to use with the performDatabaseReset action to make the reset occur. |
ExecuteFastResetResult |
ExecuteFastResetResult.withPayload(FastResetToken payload)
The
payload is only returned by the initiateDatabaseReset action, and contains the
unique token to use with the performDatabaseReset action to make the reset occur. |
Copyright © 2023. All rights reserved.