@Generated(value="software.amazon.awssdk:codegen") public enum BatchStatementErrorCodeEnum extends Enum<BatchStatementErrorCodeEnum>
| Modifier and Type | Method and Description | 
|---|---|
| static BatchStatementErrorCodeEnum | fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value. | 
| static Set<BatchStatementErrorCodeEnum> | knownValues() | 
| String | toString() | 
| static BatchStatementErrorCodeEnum | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static BatchStatementErrorCodeEnum[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final BatchStatementErrorCodeEnum CONDITIONAL_CHECK_FAILED
public static final BatchStatementErrorCodeEnum ITEM_COLLECTION_SIZE_LIMIT_EXCEEDED
public static final BatchStatementErrorCodeEnum REQUEST_LIMIT_EXCEEDED
public static final BatchStatementErrorCodeEnum VALIDATION_ERROR
public static final BatchStatementErrorCodeEnum PROVISIONED_THROUGHPUT_EXCEEDED
public static final BatchStatementErrorCodeEnum TRANSACTION_CONFLICT
public static final BatchStatementErrorCodeEnum THROTTLING_ERROR
public static final BatchStatementErrorCodeEnum INTERNAL_SERVER_ERROR
public static final BatchStatementErrorCodeEnum RESOURCE_NOT_FOUND
public static final BatchStatementErrorCodeEnum ACCESS_DENIED
public static final BatchStatementErrorCodeEnum DUPLICATE_ITEM
public static final BatchStatementErrorCodeEnum UNKNOWN_TO_SDK_VERSION
public static BatchStatementErrorCodeEnum[] values()
for (BatchStatementErrorCodeEnum c : BatchStatementErrorCodeEnum.values()) System.out.println(c);
public static BatchStatementErrorCodeEnum 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<BatchStatementErrorCodeEnum>public static BatchStatementErrorCodeEnum fromValue(String value)
value - real valuepublic static Set<BatchStatementErrorCodeEnum> 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 BatchStatementErrorCodeEnumsCopyright © 2021. All rights reserved.