java.lang.Object
java.lang.Enum<Operation>
software.amazon.awscdk.services.dynamodb.Operation
All Implemented Interfaces:
Serializable, Comparable<Operation>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:15.415Z") @Stability(Stable) public enum Operation extends Enum<Operation>
Supported DynamoDB table operations.
  • Enum Constant Details

    • GET_ITEM

      @Stability(Stable) public static final Operation GET_ITEM
      GetItem.
    • BATCH_GET_ITEM

      @Stability(Stable) public static final Operation BATCH_GET_ITEM
      BatchGetItem.
    • SCAN

      @Stability(Stable) public static final Operation SCAN
      Scan.
    • QUERY

      @Stability(Stable) public static final Operation QUERY
      Query.
    • GET_RECORDS

      @Stability(Stable) public static final Operation GET_RECORDS
      GetRecords.
    • PUT_ITEM

      @Stability(Stable) public static final Operation PUT_ITEM
      PutItem.
    • DELETE_ITEM

      @Stability(Stable) public static final Operation DELETE_ITEM
      DeleteItem.
    • UPDATE_ITEM

      @Stability(Stable) public static final Operation UPDATE_ITEM
      UpdateItem.
    • BATCH_WRITE_ITEM

      @Stability(Stable) public static final Operation BATCH_WRITE_ITEM
      BatchWriteItem.
    • TRANSACT_WRITE_ITEMS

      @Stability(Stable) public static final Operation TRANSACT_WRITE_ITEMS
      TransactWriteItems.
    • TRANSACT_GET_ITEMS

      @Stability(Stable) public static final Operation TRANSACT_GET_ITEMS
      TransactGetItems.
    • EXECUTE_TRANSACTION

      @Stability(Stable) public static final Operation EXECUTE_TRANSACTION
      ExecuteTransaction.
    • BATCH_EXECUTE_STATEMENT

      @Stability(Stable) public static final Operation BATCH_EXECUTE_STATEMENT
      BatchExecuteStatement.
    • EXECUTE_STATEMENT

      @Stability(Stable) public static final Operation EXECUTE_STATEMENT
      ExecuteStatement.
  • Method Details

    • values

      public static Operation[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Operation valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null