Uses of Class
com.amazonaws.services.dynamodb.model.TableStatus

Packages that use TableStatus
com.amazonaws.services.dynamodb.model Classes modeling the various types represented by AmazonDynamoDB. 
 

Uses of TableStatus in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return TableStatus
static TableStatus TableStatus.fromValue(String value)
          Deprecated. Use this in place of valueOf.
static TableStatus TableStatus.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static TableStatus[] TableStatus.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.amazonaws.services.dynamodb.model with parameters of type TableStatus
 void TableDescription.setTableStatus(TableStatus tableStatus)
          Deprecated. Sets the value of the TableStatus property for this object.
 TableDescription TableDescription.withTableStatus(TableStatus tableStatus)
          Deprecated. Sets the value of the TableStatus property for this object.
 



Copyright © 2016. All rights reserved.