Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ListContributorInsightsResult |
AmazonDynamoDB.listContributorInsights(ListContributorInsightsRequest listContributorInsightsRequest)
Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
|
ListContributorInsightsResult |
AmazonDynamoDBClient.listContributorInsights(ListContributorInsightsRequest request)
Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
|
ListContributorInsightsResult |
AbstractAmazonDynamoDB.listContributorInsights(ListContributorInsightsRequest request) |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<ListContributorInsightsResult> |
AmazonDynamoDBAsyncClient.listContributorInsightsAsync(ListContributorInsightsRequest request,
AsyncHandler<ListContributorInsightsRequest,ListContributorInsightsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListContributorInsightsResult |
ListContributorInsightsResult.clone() |
ListContributorInsightsResult |
ListContributorInsightsResult.withContributorInsightsSummaries(Collection<ContributorInsightsSummary> contributorInsightsSummaries)
A list of ContributorInsightsSummary.
|
ListContributorInsightsResult |
ListContributorInsightsResult.withContributorInsightsSummaries(ContributorInsightsSummary... contributorInsightsSummaries)
A list of ContributorInsightsSummary.
|
ListContributorInsightsResult |
ListContributorInsightsResult.withNextToken(String nextToken)
A token to go to the next page if there is one.
|
Copyright © 2020. All rights reserved.