Class ListTablesSpec
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
-
public class ListTablesSpec extends Object
Full parameter specification for the ListTables API.
-
-
Constructor Summary
Constructors Constructor Description ListTablesSpec()
-
Method Summary
-
-
-
Method Detail
-
getExclusiveStartTableName
public String getExclusiveStartTableName()
-
withExclusiveStartTableName
public ListTablesSpec withExclusiveStartTableName(String exclusiveStartTableName)
-
withMaxResultSize
public ListTablesSpec withMaxResultSize(Integer maxResultSize)
-
withMaxResultSize
public ListTablesSpec withMaxResultSize(int maxResultSize)
-
withMaxPageSize
public ListTablesSpec withMaxPageSize(Integer maxPageSize)
-
withMaxPageSize
public ListTablesSpec withMaxPageSize(int maxPageSize)
-
withProgressListener
public ListTablesSpec withProgressListener(ProgressListener progressListener)
-
withRequestMetricCollector
public ListTablesSpec withRequestMetricCollector(RequestMetricCollector requestMetricCollector)
-
getMaxResultSize
public Integer getMaxResultSize()
The maximum number of resources to be retrieved in this query, including all the resources in all pages to be retrieved.
-
setMaxResultSize
public void setMaxResultSize(Integer maxResultSize)
-
setMaxResultSize
public void setMaxResultSize(int maxResultSize)
-
getMaxPageSize
public Integer getMaxPageSize()
The maximum number of resources to be retrieved in a single page; used for pagination purposes.
-
setMaxPageSize
public void setMaxPageSize(Integer value)
-
getRequest
public T getRequest()
Internal method. Not meant to be called directly. May change without notice.
-
getProgressListener
public ProgressListener getProgressListener()
-
setProgressListener
public void setProgressListener(ProgressListener progressListener)
-
getRequestMetricCollector
public RequestMetricCollector getRequestMetricCollector()
-
setRequestMetricCollector
public void setRequestMetricCollector(RequestMetricCollector requestMetricCollector)
-
-