Uses of Class
software.amazon.awssdk.services.dynamodb.model.UpdateContributorInsightsResponse
-
Packages that use UpdateContributorInsightsResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of UpdateContributorInsightsResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return UpdateContributorInsightsResponse Modifier and Type Method Description default UpdateContributorInsightsResponseDynamoDbClient. updateContributorInsights(Consumer<UpdateContributorInsightsRequest.Builder> updateContributorInsightsRequest)Updates the status for contributor insights for a specific table or index.default UpdateContributorInsightsResponseDynamoDbClient. 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 UpdateContributorInsightsResponse Modifier and Type Method Description default CompletableFuture<UpdateContributorInsightsResponse>DynamoDbAsyncClient. updateContributorInsights(Consumer<UpdateContributorInsightsRequest.Builder> updateContributorInsightsRequest)Updates the status for contributor insights for a specific table or index.default CompletableFuture<UpdateContributorInsightsResponse>DynamoDbAsyncClient. updateContributorInsights(UpdateContributorInsightsRequest updateContributorInsightsRequest)Updates the status for contributor insights for a specific table or index.
-