Uses of Class
com.amazonaws.services.kinesis.model.StreamStatus

Packages that use StreamStatus
com.amazonaws.services.kinesis.model Classes modeling the various types represented by AmazonKinesis. 
 

Uses of StreamStatus in com.amazonaws.services.kinesis.model
 

Methods in com.amazonaws.services.kinesis.model that return StreamStatus
static StreamStatus StreamStatus.fromValue(String value)
          Use this in place of valueOf.
static StreamStatus StreamStatus.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.kinesis.model with parameters of type StreamStatus
 void StreamDescription.setStreamStatus(StreamStatus streamStatus)
          The current status of the stream being described.
 StreamDescription StreamDescription.withStreamStatus(StreamStatus streamStatus)
          The current status of the stream being described.
 



Copyright © 2016. All rights reserved.