Uses of Class
software.amazon.awssdk.services.dynamodb.model.UpdateContributorInsightsResponse
Packages that use UpdateContributorInsightsResponse
-
Uses of UpdateContributorInsightsResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return UpdateContributorInsightsResponseModifier and TypeMethodDescriptionDynamoDbClient.updateContributorInsights(Consumer<UpdateContributorInsightsRequest.Builder> updateContributorInsightsRequest) Updates the status for contributor insights for a specific table or index.DynamoDbClient.updateContributorInsights(UpdateContributorInsightsRequest updateContributorInsightsRequest) Updates the status for contributor insights for a specific table or index.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type UpdateContributorInsightsResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.updateContributorInsights(Consumer<UpdateContributorInsightsRequest.Builder> updateContributorInsightsRequest) Updates the status for contributor insights for a specific table or index.DynamoDbAsyncClient.updateContributorInsights(UpdateContributorInsightsRequest updateContributorInsightsRequest) Updates the status for contributor insights for a specific table or index.