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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExclusiveStartTableName()
Integer
getMaxPageSize()
The maximum number of resources to be retrieved in a single page; used for pagination purposes.Integer
getMaxResultSize()
The maximum number of resources to be retrieved in this query, including all the resources in all pages to be retrieved.ProgressListener
getProgressListener()
T
getRequest()
Internal method.RequestMetricCollector
getRequestMetricCollector()
void
setMaxPageSize(Integer value)
void
setMaxResultSize(int maxResultSize)
void
setMaxResultSize(Integer maxResultSize)
void
setProgressListener(ProgressListener progressListener)
void
setRequestMetricCollector(RequestMetricCollector requestMetricCollector)
ListTablesSpec
withExclusiveStartTableName(String exclusiveStartTableName)
ListTablesSpec
withMaxPageSize(int maxPageSize)
ListTablesSpec
withMaxPageSize(Integer maxPageSize)
ListTablesSpec
withMaxResultSize(int maxResultSize)
ListTablesSpec
withMaxResultSize(Integer maxResultSize)
ListTablesSpec
withProgressListener(ProgressListener progressListener)
ListTablesSpec
withRequestMetricCollector(RequestMetricCollector requestMetricCollector)
-
-
-
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)
-
-