Uses of Interface
software.amazon.awssdk.services.dynamodb.DynamoDbClient
Packages that use DynamoDbClient
Package
Description
-
Uses of DynamoDbClient in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DynamoDbClientModifier and TypeMethodDescriptionstatic 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 DynamoDbClientModifierConstructorDescriptionBatchGetItemIterable(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 DynamoDbClientModifier and TypeMethodDescriptionDynamoDbWaiter.Builder.client(DynamoDbClient client) Sets a customDynamoDbClientthat will be used to poll the resource