Uses of Interface
software.amazon.awssdk.services.dynamodb.DynamoDbAsyncClient
Packages that use DynamoDbAsyncClient
Package
Description
-
Uses of DynamoDbAsyncClient in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DynamoDbAsyncClientModifier and TypeMethodDescriptionstatic DynamoDbAsyncClientDynamoDbAsyncClient.create()Create aDynamoDbAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of DynamoDbAsyncClient in software.amazon.awssdk.services.dynamodb.paginators
Constructors in software.amazon.awssdk.services.dynamodb.paginators with parameters of type DynamoDbAsyncClientModifierConstructorDescriptionBatchGetItemPublisher(DynamoDbAsyncClient client, BatchGetItemRequest firstRequest) ListContributorInsightsPublisher(DynamoDbAsyncClient client, ListContributorInsightsRequest firstRequest) ListExportsPublisher(DynamoDbAsyncClient client, ListExportsRequest firstRequest) ListImportsPublisher(DynamoDbAsyncClient client, ListImportsRequest firstRequest) ListTablesPublisher(DynamoDbAsyncClient client, ListTablesRequest firstRequest) QueryPublisher(DynamoDbAsyncClient client, QueryRequest firstRequest) ScanPublisher(DynamoDbAsyncClient client, ScanRequest firstRequest) -
Uses of DynamoDbAsyncClient in software.amazon.awssdk.services.dynamodb.waiters
Methods in software.amazon.awssdk.services.dynamodb.waiters with parameters of type DynamoDbAsyncClientModifier and TypeMethodDescriptionDynamoDbAsyncWaiter.Builder.client(DynamoDbAsyncClient client) Sets a customDynamoDbAsyncClientthat will be used to poll the resource