Uses of Class
com.amazonaws.services.cognitosync.model.StreamingStatus
-
Packages that use StreamingStatus Package Description com.amazonaws.services.cognitosync.model -
-
Uses of StreamingStatus in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return StreamingStatus Modifier and Type Method Description static StreamingStatus
StreamingStatus. fromValue(String value)
Use this in place of valueOf.static StreamingStatus
StreamingStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamingStatus[]
StreamingStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cognitosync.model with parameters of type StreamingStatus Modifier and Type Method Description void
CognitoStreams. setStreamingStatus(StreamingStatus streamingStatus)
Status of the Cognito streams.CognitoStreams
CognitoStreams. withStreamingStatus(StreamingStatus streamingStatus)
Status of the Cognito streams.
-