Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeContributorInsightsResult> |
AmazonDynamoDBAsyncClient.describeContributorInsightsAsync(DescribeContributorInsightsRequest request,
AsyncHandler<DescribeContributorInsightsRequest,DescribeContributorInsightsResult> asyncHandler) |
Future<DescribeContributorInsightsResult> |
AbstractAmazonDynamoDBAsync.describeContributorInsightsAsync(DescribeContributorInsightsRequest request,
AsyncHandler<DescribeContributorInsightsRequest,DescribeContributorInsightsResult> asyncHandler) |
Future<DescribeContributorInsightsResult> |
AmazonDynamoDBAsync.describeContributorInsightsAsync(DescribeContributorInsightsRequest describeContributorInsightsRequest,
AsyncHandler<DescribeContributorInsightsRequest,DescribeContributorInsightsResult> asyncHandler)
Returns information about contributor insights for a given table or global secondary index.
|
Modifier and Type | Method and Description |
---|---|
DescribeContributorInsightsRequest |
DescribeContributorInsightsRequest.clone() |
DescribeContributorInsightsRequest |
DescribeContributorInsightsRequest.withIndexName(String indexName)
The name of the global secondary index to describe, if applicable.
|
DescribeContributorInsightsRequest |
DescribeContributorInsightsRequest.withTableName(String tableName)
The name of the table to describe.
|
Copyright © 2023. All rights reserved.