Uses of Interface
software.amazon.awssdk.services.neptunedata.model.FastResetToken.Builder
-
Packages that use FastResetToken.Builder Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of FastResetToken.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return FastResetToken.Builder Modifier and Type Method Description static FastResetToken.BuilderFastResetToken. builder()FastResetToken.BuilderFastResetToken. toBuilder()FastResetToken.BuilderFastResetToken.Builder. token(String token)A UUID generated by the database in theinitiateDatabaseResetaction, and then consumed by theperformDatabaseResetto reset the database.Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type FastResetToken.Builder Modifier and Type Method Description static Class<? extends FastResetToken.Builder>FastResetToken. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.neptunedata.model with type arguments of type FastResetToken.Builder Modifier and Type Method Description default ExecuteFastResetResponse.BuilderExecuteFastResetResponse.Builder. payload(Consumer<FastResetToken.Builder> payload)Thepayloadis only returned by theinitiateDatabaseResetaction, and contains the unique token to use with theperformDatabaseResetaction to make the reset occur.
-