Lines Matching full:aws
18 Customers on the AWS SDK for Java 2.x currently use the `DynamoDbClient`
32 This problem is not currently addressed directly in the AWS SDK for Java
34 including AWS's own Document and Mapper Clients.
38 The AWS SDK for Java will add a new "enhanced DynamoDB client" that
57 * [Immutable classes](https://github.com/aws/aws-sdk-java-v2/issues/35#issuecomment-315049138)
58 * [Getter/setter-less fields](https://github.com/aws/aws-sdk-java/issues/547)
59 * [Replace `PaginatedList` with `Stream`](https://github.com/aws/aws-sdk-java-v2/issues/35#issuecom…
60 * [Allow 'setters' and 'getters' to support different types](https://github.com/aws/aws-sdk-java-v2…
61 * [Have 'scan' respect the table's read throughput](https://github.com/aws/aws-sdk-java-v2/issues/3…
62 * [Allow creating a table with an LSI that projects all attributes](https://github.com/aws/aws-sdk-…
63 * [Projection expressions in 'load' and 'batchLoad'](https://github.com/aws/aws-sdk-java/issues/527)
64 * [New condition expressions](https://github.com/aws/aws-sdk-java/issues/534)
65 * [Accessing un-modeled/dynamic attributes in a POJO](https://github.com/aws/aws-sdk-java/issues/67…
66 * [Inheritance](https://github.com/aws/aws-sdk-java/issues/832)
67 * [Service-side metrics](https://github.com/aws/aws-sdk-java/issues/953)
68 ([1](https://github.com/aws/aws-sdk-java/issues/1170),
69 [2](https://github.com/aws/aws-sdk-java-v2/issues/703),
70 [3](https://github.com/aws/aws-sdk-java-v2/issues/35#issuecomment-417656448))
71 * [Merging DynamoDB mapper configurations](https://github.com/aws/aws-sdk-java/issues/1201)
72 * [Cache merged DynamoDB mapper configurations](https://github.com/aws/aws-sdk-java/issues/1235)
73 * [Create one single type converter interface](https://github.com/aws/aws-sdk-java-v2/issues/35#iss…
74 * [Support `@DynamoDBGeneratedUuid` in objects nested within lists](https://github.com/aws/aws-sdk-…
75 * [Allow annotating fields in addition to methods](https://github.com/aws/aws-sdk-java-v2/issues/35…
76 * [Non-string keys in maps](https://github.com/aws/aws-sdk-java-v2/issues/35#issuecomment-332974427)
77 * [Multiple conditions on the same attribute, for save/delete](https://github.com/aws/aws-sdk-java-…
78 * [Persisting public getters from package-private classes](https://github.com/aws/aws-sdk-java-v2/i…
79 * [Return modified attributes when doing a save](https://github.com/aws/aws-sdk-java-v2/issues/35#i…
80 * [More direct exposure of scan or filter expressions](https://github.com/aws/aws-sdk-java-v2/issue…
81 * [Transactions support](https://github.com/aws/aws-sdk-java-v2/issues/35#issuecomment-443308198)
82 * [Creating an Item from JSON (and vice-versa)](https://github.com/aws/aws-sdk-java-v2/issues/1240)
85 …[here](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-general-nosql-design.ht…
108 instead of a specific AWS service. For example, customers frequently use
130 [externally](https://github.com/aws/aws-sdk-java-v2/issues/35#issuecomment-468435660),
202 * [DynamoDB Mapper Feature Request](https://github.com/aws/aws-sdk-java-v2/issues/35)
205 * [DynamoDB Document API Feature Request](https://github.com/aws/aws-sdk-java-v2/issues/36)