Class IdempotentUtils
java.lang.Object
com.amazonaws.util.IdempotentUtils
Utility class to manage idempotency token
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringresolveString(String token) This method is intended for internal use only. if input token is null, create and return a new unique token.
-
Constructor Details
-
IdempotentUtils
public IdempotentUtils()
-
-
Method Details
-
resolveString
-