Uses of Class
com.amazonaws.services.dynamodbv2.model.StreamStatus
-
Packages that use StreamStatus Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of StreamStatus in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return StreamStatus Modifier and Type Method Description static StreamStatusStreamStatus. fromValue(String value)Use this in place of valueOf.static StreamStatusStreamStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamStatus[]StreamStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type StreamStatus Modifier and Type Method Description voidStreamDescription. setStreamStatus(StreamStatus streamStatus)Indicates the current status of the stream:StreamDescriptionStreamDescription. withStreamStatus(StreamStatus streamStatus)Indicates the current status of the stream:
-