Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Future<ListContributorInsightsResult> |
AmazonDynamoDBAsyncClient.listContributorInsightsAsync(ListContributorInsightsRequest request,
AsyncHandler<ListContributorInsightsRequest,ListContributorInsightsResult> asyncHandler) |
Future<ListContributorInsightsResult> |
AbstractAmazonDynamoDBAsync.listContributorInsightsAsync(ListContributorInsightsRequest request,
AsyncHandler<ListContributorInsightsRequest,ListContributorInsightsResult> asyncHandler) |
Future<ListContributorInsightsResult> |
AmazonDynamoDBAsync.listContributorInsightsAsync(ListContributorInsightsRequest listContributorInsightsRequest,
AsyncHandler<ListContributorInsightsRequest,ListContributorInsightsResult> asyncHandler)
Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
|
Modifier and Type | Method and Description |
---|---|
ListContributorInsightsRequest |
ListContributorInsightsRequest.clone() |
ListContributorInsightsRequest |
ListContributorInsightsRequest.withMaxResults(Integer maxResults)
Maximum number of results to return per page.
|
ListContributorInsightsRequest |
ListContributorInsightsRequest.withNextToken(String nextToken)
A token to for the desired page, if there is one.
|
ListContributorInsightsRequest |
ListContributorInsightsRequest.withTableName(String tableName)
The name of the table.
|
Copyright © 2024. All rights reserved.