Class DynamoDBTaskUtil


  • public class DynamoDBTaskUtil
    extends java.lang.Object
    Utility methods shared amongst the DynamoDB tasks.
    • Constructor Summary

      Constructors 
      Constructor Description
      DynamoDBTaskUtil​(org.gradle.api.Project project)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean tableExists​(java.lang.String tableName)
      Checks if a DynamoDB table with the supplied name exists.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DynamoDBTaskUtil

        public DynamoDBTaskUtil​(org.gradle.api.Project project)
    • Method Detail

      • tableExists

        public boolean tableExists​(java.lang.String tableName)
        Checks if a DynamoDB table with the supplied name exists.
        Parameters:
        tableName - dynamodb table name
        Returns:
        true if the table exists; otherwise false