@Generated(value="software.amazon.awssdk:codegen") public enum SampleType extends Enum<SampleType>
| Enum Constant and Description |
|---|
CPU |
MEMORY |
NATIVE_AVG_DRAWTIME |
NATIVE_FPS |
NATIVE_FRAMES |
NATIVE_MAX_DRAWTIME |
NATIVE_MIN_DRAWTIME |
OPENGL_AVG_DRAWTIME |
OPENGL_FPS |
OPENGL_FRAMES |
OPENGL_MAX_DRAWTIME |
OPENGL_MIN_DRAWTIME |
RX |
RX_RATE |
THREADS |
TX |
TX_RATE |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static SampleType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<SampleType> |
knownValues()
|
String |
toString() |
static SampleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SampleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SampleType CPU
public static final SampleType MEMORY
public static final SampleType THREADS
public static final SampleType RX_RATE
public static final SampleType TX_RATE
public static final SampleType RX
public static final SampleType TX
public static final SampleType NATIVE_FRAMES
public static final SampleType NATIVE_FPS
public static final SampleType NATIVE_MIN_DRAWTIME
public static final SampleType NATIVE_AVG_DRAWTIME
public static final SampleType NATIVE_MAX_DRAWTIME
public static final SampleType OPENGL_FRAMES
public static final SampleType OPENGL_FPS
public static final SampleType OPENGL_MIN_DRAWTIME
public static final SampleType OPENGL_AVG_DRAWTIME
public static final SampleType OPENGL_MAX_DRAWTIME
public static final SampleType UNKNOWN_TO_SDK_VERSION
public static SampleType[] values()
for (SampleType c : SampleType.values()) System.out.println(c);
public static SampleType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<SampleType>public static SampleType fromValue(String value)
value - real valuepublic static Set<SampleType> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known SampleTypesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.