@Generated(value="software.amazon.awssdk:codegen") public enum UploadType extends Enum<UploadType>
| Modifier and Type | Method and Description |
|---|---|
static UploadType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<UploadType> |
knownValues()
|
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 final UploadType UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<UploadType> 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 UploadTypesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.