@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum UploadType extends Enum<UploadType>
Modifier and Type | Method and Description |
---|---|
static UploadType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static UploadType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UploadType ANDROID_APP
public static final UploadType IOS_APP
public static final UploadType WEB_APP
public static final UploadType EXTERNAL_DATA
public static final UploadType APPIUM_JAVA_JUNIT_TEST_PACKAGE
public static final UploadType APPIUM_JAVA_TESTNG_TEST_PACKAGE
public static final UploadType APPIUM_PYTHON_TEST_PACKAGE
public static final UploadType APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE
public static final UploadType APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE
public static final UploadType APPIUM_WEB_PYTHON_TEST_PACKAGE
public static final UploadType CALABASH_TEST_PACKAGE
public static final UploadType INSTRUMENTATION_TEST_PACKAGE
public static final UploadType UIAUTOMATION_TEST_PACKAGE
public static final UploadType UIAUTOMATOR_TEST_PACKAGE
public static final UploadType XCTEST_TEST_PACKAGE
public static final UploadType XCTEST_UI_TEST_PACKAGE
public static UploadType[] values()
for (UploadType c : UploadType.values()) System.out.println(c);
public static UploadType 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<UploadType>
public static UploadType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.