Class ListGlobalTablesRequest

    • Method Detail

      • exclusiveStartGlobalTableName

        public final String exclusiveStartGlobalTableName()

        The first global table name that this operation will evaluate.

        Returns:
        The first global table name that this operation will evaluate.
      • limit

        public final Integer limit()

        The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.

        If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the table names collected up to that point, with a table name in the LastEvaluatedGlobalTableName to apply in a subsequent operation to the ExclusiveStartGlobalTableName parameter.

        Returns:
        The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.

        If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the table names collected up to that point, with a table name in the LastEvaluatedGlobalTableName to apply in a subsequent operation to the ExclusiveStartGlobalTableName parameter.

      • regionName

        public final String regionName()

        Lists the global tables in a specific Region.

        Returns:
        Lists the global tables in a specific Region.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object