Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
UpdateContributorInsightsResult |
AmazonDynamoDB.updateContributorInsights(UpdateContributorInsightsRequest updateContributorInsightsRequest)
Updates the status for contributor insights for a specific table or index.
|
UpdateContributorInsightsResult |
AmazonDynamoDBClient.updateContributorInsights(UpdateContributorInsightsRequest request)
Updates the status for contributor insights for a specific table or index.
|
UpdateContributorInsightsResult |
AbstractAmazonDynamoDB.updateContributorInsights(UpdateContributorInsightsRequest request) |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<UpdateContributorInsightsResult> |
AmazonDynamoDBAsyncClient.updateContributorInsightsAsync(UpdateContributorInsightsRequest request,
AsyncHandler<UpdateContributorInsightsRequest,UpdateContributorInsightsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateContributorInsightsResult |
UpdateContributorInsightsResult.clone() |
UpdateContributorInsightsResult |
UpdateContributorInsightsResult.withContributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
The status of contributor insights
|
UpdateContributorInsightsResult |
UpdateContributorInsightsResult.withContributorInsightsStatus(String contributorInsightsStatus)
The status of contributor insights
|
UpdateContributorInsightsResult |
UpdateContributorInsightsResult.withIndexName(String indexName)
The name of the global secondary index, if applicable.
|
UpdateContributorInsightsResult |
UpdateContributorInsightsResult.withTableName(String tableName)
The name of the table.
|
Copyright © 2021. All rights reserved.