| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteFastResetResponse.Builder |
ExecuteFastResetResponse.builder() |
default ExecuteFastResetResponse.Builder |
ExecuteFastResetResponse.Builder.payload(Consumer<FastResetToken.Builder> 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. |
ExecuteFastResetResponse.Builder |
ExecuteFastResetResponse.Builder.payload(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. |
ExecuteFastResetResponse.Builder |
ExecuteFastResetResponse.Builder.status(String status)
The
status is only returned for the performDatabaseReset action, and indicates
whether or not the fast reset rquest is accepted. |
ExecuteFastResetResponse.Builder |
ExecuteFastResetResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecuteFastResetResponse.Builder> |
ExecuteFastResetResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.