Uses of Interface
software.amazon.awssdk.services.dynamodb.DynamoDbAsyncClient
-
Packages that use DynamoDbAsyncClient Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.paginators software.amazon.awssdk.services.dynamodb.waiters -
-
Uses of DynamoDbAsyncClient in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DynamoDbAsyncClient Modifier and Type Method Description static 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 DynamoDbAsyncClient Constructor Description BatchGetItemPublisher(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 DynamoDbAsyncClient Modifier and Type Method Description DynamoDbAsyncWaiter.BuilderDynamoDbAsyncWaiter.Builder. client(DynamoDbAsyncClient client)Sets a customDynamoDbAsyncClientthat will be used to poll the resource
-