Package software.amazon.awssdk.core.util
Class IdempotentUtils
- java.lang.Object
-
- software.amazon.awssdk.core.util.IdempotentUtils
-
@SdkProtectedApi 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)
-
-
-
Method Detail
-
resolveString
@Deprecated @SdkProtectedApi public static String resolveString(String token)
Deprecated.
-
getGenerator
@SdkProtectedApi public static Supplier<String> getGenerator()
-
setGenerator
@SdkTestInternalApi public static void setGenerator(Supplier<String> newGenerator)
-
-