Package software.amazon.awssdk.core.util
Class IdempotentUtils
- java.lang.Object
-
- software.amazon.awssdk.core.util.IdempotentUtils
-
public final class IdempotentUtils extends Object
Utility class to manage idempotency token
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Supplier<String>getGenerator()static StringresolveString(String token)Deprecated.static voidsetGenerator(Supplier<String> newGenerator)
-