public static final enum

BroadcastSessionTest.Status

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.amazonaws.ivs.broadcast.BroadcastSessionTest.Status

Class Overview

The state of a network quality test

Summary

Enum Values
BroadcastSessionTest.Status  CONNECTING  The test is connecting to the ingest server and will start soon. 
BroadcastSessionTest.Status  ERROR  The test failed due to an error. 
BroadcastSessionTest.Status  SUCCESS  The test completed successfully. 
BroadcastSessionTest.Status  TESTING  The test is running. 
Public Methods
static BroadcastSessionTest.Status valueOf(String name)
final static Status[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BroadcastSessionTest.Status CONNECTING

The test is connecting to the ingest server and will start soon.

public static final BroadcastSessionTest.Status ERROR

The test failed due to an error.

public static final BroadcastSessionTest.Status SUCCESS

The test completed successfully.

public static final BroadcastSessionTest.Status TESTING

The test is running.

Public Methods

public static BroadcastSessionTest.Status valueOf (String name)

public static final Status[] values ()