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 StreamingStatusStreamingStatus. fromValue(String value)Use this in place of valueOf.static StreamingStatusStreamingStatus. 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 voidCognitoStreams. setStreamingStatus(StreamingStatus streamingStatus)Status of the Cognito streams.CognitoStreamsCognitoStreams. withStreamingStatus(StreamingStatus streamingStatus)Status of the Cognito streams.
-