File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
dynamodb-driver/src/main/java/org/jnosql/diana/dynamodb Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1515
1616package org .jnosql .diana .dynamodb ;
1717
18- import static java .util .Objects .requireNonNull ;
19-
20- import java .net .URI ;
21-
2218import org .jnosql .diana .api .Settings ;
23-
2419import software .amazon .awssdk .services .dynamodb .DynamoDbAsyncClient ;
2520import software .amazon .awssdk .services .dynamodb .DynamoDbAsyncClientBuilder ;
2621import software .amazon .awssdk .services .dynamodb .DynamoDbClient ;
2722import software .amazon .awssdk .services .dynamodb .DynamoDbClientBuilder ;
28- import software .amazon .awssdk .services .dynamodb .model .ProvisionedThroughput ;
23+
24+ import java .net .URI ;
25+
26+ import static java .util .Objects .requireNonNull ;
2927
3028
3129public class DynamoDBConfiguration {
You can’t perform that action at this time.
0 commit comments