Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateContributorInsightsResult> |
AmazonDynamoDBAsyncClient.updateContributorInsightsAsync(UpdateContributorInsightsRequest request,
AsyncHandler<UpdateContributorInsightsRequest,UpdateContributorInsightsResult> asyncHandler) |
Future<UpdateContributorInsightsResult> |
AbstractAmazonDynamoDBAsync.updateContributorInsightsAsync(UpdateContributorInsightsRequest request,
AsyncHandler<UpdateContributorInsightsRequest,UpdateContributorInsightsResult> asyncHandler) |
Future<UpdateContributorInsightsResult> |
AmazonDynamoDBAsync.updateContributorInsightsAsync(UpdateContributorInsightsRequest updateContributorInsightsRequest,
AsyncHandler<UpdateContributorInsightsRequest,UpdateContributorInsightsResult> asyncHandler)
Updates the status for contributor insights for a specific table or index.
|
Modifier and Type | Method and Description |
---|---|
UpdateContributorInsightsRequest |
UpdateContributorInsightsRequest.clone() |
UpdateContributorInsightsRequest |
UpdateContributorInsightsRequest.withContributorInsightsAction(ContributorInsightsAction contributorInsightsAction)
Represents the contributor insights action.
|
UpdateContributorInsightsRequest |
UpdateContributorInsightsRequest.withContributorInsightsAction(String contributorInsightsAction)
Represents the contributor insights action.
|
UpdateContributorInsightsRequest |
UpdateContributorInsightsRequest.withIndexName(String indexName)
The global secondary index name, if applicable.
|
UpdateContributorInsightsRequest |
UpdateContributorInsightsRequest.withTableName(String tableName)
The name of the table.
|
Copyright © 2021. All rights reserved.