Class Region.Simple

java.lang.Object
com.jcabi.dynamo.Region.Simple
All Implemented Interfaces:
Region
Enclosing interface:
Region

@Immutable @Loggable(1) public static final class Region.Simple extends Object implements Region
Simple region, basic implementation.
Since:
0.1
  • Constructor Details

    • Simple

      public Simple(Credentials creds)
      Public ctor.
      Parameters:
      creds - Credentials
  • Method Details

    • aws

      public software.amazon.awssdk.services.dynamodb.DynamoDbClient aws()
      Description copied from interface: Region
      Get DynamoDB client.
      Specified by:
      aws in interface Region
      Returns:
      The client
    • table

      public Table table(String name)
      Description copied from interface: Region
      Get one table.
      Specified by:
      table in interface Region
      Parameters:
      name - Table name
      Returns:
      Table