Uses of Class
software.amazon.awssdk.services.voiceid.model.StreamingStatus
-
Packages that use StreamingStatus Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of StreamingStatus in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return StreamingStatus Modifier and Type Method Description static StreamingStatusStreamingStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StreamingStatusEvaluateSessionResponse. streamingStatus()The current status of audio streaming for this session.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 software.amazon.awssdk.services.voiceid.model that return types with arguments of type StreamingStatus Modifier and Type Method Description static Set<StreamingStatus>StreamingStatus. knownValues()Methods in software.amazon.awssdk.services.voiceid.model with parameters of type StreamingStatus Modifier and Type Method Description EvaluateSessionResponse.BuilderEvaluateSessionResponse.Builder. streamingStatus(StreamingStatus streamingStatus)The current status of audio streaming for this session.
-