Uses of Interface
software.amazon.awssdk.services.dynamodb.DynamoDbClient
-
Packages that use DynamoDbClient Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.paginators software.amazon.awssdk.services.dynamodb.waiters -
-
Uses of DynamoDbClient in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DynamoDbClient Modifier and Type Method Description static DynamoDbClientDynamoDbClient. create()Create aDynamoDbClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of DynamoDbClient in software.amazon.awssdk.services.dynamodb.paginators
Constructors in software.amazon.awssdk.services.dynamodb.paginators with parameters of type DynamoDbClient Constructor Description BatchGetItemIterable(DynamoDbClient client, BatchGetItemRequest firstRequest)ListContributorInsightsIterable(DynamoDbClient client, ListContributorInsightsRequest firstRequest)ListExportsIterable(DynamoDbClient client, ListExportsRequest firstRequest)ListImportsIterable(DynamoDbClient client, ListImportsRequest firstRequest)ListTablesIterable(DynamoDbClient client, ListTablesRequest firstRequest)QueryIterable(DynamoDbClient client, QueryRequest firstRequest)ScanIterable(DynamoDbClient client, ScanRequest firstRequest) -
Uses of DynamoDbClient in software.amazon.awssdk.services.dynamodb.waiters
Methods in software.amazon.awssdk.services.dynamodb.waiters with parameters of type DynamoDbClient Modifier and Type Method Description DynamoDbWaiter.BuilderDynamoDbWaiter.Builder. client(DynamoDbClient client)Sets a customDynamoDbClientthat will be used to poll the resource
-