Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Confusing description of classes implementing interfaces #53

@edenhochbaum

Description

@edenhochbaum

The descriptions of DDB Java SDK programmatic interfaces is confusing at points, because in context, it seems to suggest (wrongly) that the classes under discussion are implementing Java interfaces in the sense of the Java programming language. Basically, the terms implements and interface are keywords with specific meanings in Java, but these terms are being used very colloquially in the docs.

The com.amazonaws.services.dynamodbv2.document.DynamoDB class implements the DynamoDB document interface.

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.SDKs.Interfaces.Document.html

The com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper class implements the DynamoDB object persistence interface.

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.SDKs.Interfaces.Mapper.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions