Uses of Class
software.amazon.awssdk.services.neptunedata.model.FastResetToken
-
Packages that use FastResetToken Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of FastResetToken in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return FastResetToken Modifier and Type Method Description FastResetTokenExecuteFastResetResponse. payload()Thepayloadis only returned by theinitiateDatabaseResetaction, and contains the unique token to use with theperformDatabaseResetaction to make the reset occur.Methods in software.amazon.awssdk.services.neptunedata.model with parameters of type FastResetToken Modifier and Type Method Description ExecuteFastResetResponse.BuilderExecuteFastResetResponse.Builder. payload(FastResetToken payload)Thepayloadis only returned by theinitiateDatabaseResetaction, and contains the unique token to use with theperformDatabaseResetaction to make the reset occur.
-