ListTablesRequest
instead.@Deprecated public class ListTablesRequest extends AmazonWebServiceRequest implements Serializable
ListTables operation
.
Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g. us-east-1
).
NOOP
Constructor and Description |
---|
ListTablesRequest()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getExclusiveStartTableName()
Deprecated.
The name of the table that starts the list.
|
Integer |
getLimit()
Deprecated.
A number of maximum table names to return.
|
int |
hashCode()
Deprecated.
|
void |
setExclusiveStartTableName(String exclusiveStartTableName)
Deprecated.
The name of the table that starts the list.
|
void |
setLimit(Integer limit)
Deprecated.
A number of maximum table names to return.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
ListTablesRequest |
withExclusiveStartTableName(String exclusiveStartTableName)
Deprecated.
The name of the table that starts the list.
|
ListTablesRequest |
withLimit(Integer limit)
Deprecated.
A number of maximum table names to return.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getExclusiveStartTableName()
ListTables
operation and received a
LastEvaluatedTableName
value in the response, use that
value here to continue the list.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
ListTables
operation and received a
LastEvaluatedTableName
value in the response, use that
value here to continue the list.public void setExclusiveStartTableName(String exclusiveStartTableName)
ListTables
operation and received a
LastEvaluatedTableName
value in the response, use that
value here to continue the list.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
exclusiveStartTableName
- The name of the table that starts the list. If you already ran a
ListTables
operation and received a
LastEvaluatedTableName
value in the response, use that
value here to continue the list.public ListTablesRequest withExclusiveStartTableName(String exclusiveStartTableName)
ListTables
operation and received a
LastEvaluatedTableName
value in the response, use that
value here to continue the list.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
exclusiveStartTableName
- The name of the table that starts the list. If you already ran a
ListTables
operation and received a
LastEvaluatedTableName
value in the response, use that
value here to continue the list.public Integer getLimit()
Constraints:
Range: 1 - 100
public void setLimit(Integer limit)
Constraints:
Range: 1 - 100
limit
- A number of maximum table names to return.public ListTablesRequest withLimit(Integer limit)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 100
limit
- A number of maximum table names to return.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.