Class 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 Detail

      • Simple

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

      • aws

        public com.amazonaws.services.dynamodbv2.AmazonDynamoDB 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