Enum Constant and Description |
---|
GET_DASH_STREAMING_SESSION_URL |
GET_HLS_STREAMING_SESSION_URL |
GET_MEDIA |
GET_MEDIA_FOR_FRAGMENT_LIST |
LIST_FRAGMENTS |
PUT_MEDIA |
Modifier and Type | Method and Description |
---|---|
static APIName |
fromValue(java.lang.String value)
Use this in place of valueOf.
|
java.lang.String |
toString() |
static APIName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIName PUT_MEDIA
public static final APIName GET_MEDIA
public static final APIName LIST_FRAGMENTS
public static final APIName GET_MEDIA_FOR_FRAGMENT_LIST
public static final APIName GET_HLS_STREAMING_SESSION_URL
public static final APIName GET_DASH_STREAMING_SESSION_URL
public static APIName[] values()
for (APIName c : APIName.values()) System.out.println(c);
public static APIName valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<APIName>
public static APIName fromValue(java.lang.String value)
value
- real valueCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.