Uses of Class
software.amazon.awssdk.services.dynamodb.model.UpdateContributorInsightsRequest
-
Packages that use UpdateContributorInsightsRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of UpdateContributorInsightsRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type UpdateContributorInsightsRequest Modifier and Type Method Description default CompletableFuture<UpdateContributorInsightsResponse>DynamoDbAsyncClient. updateContributorInsights(UpdateContributorInsightsRequest 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. -
Uses of UpdateContributorInsightsRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type UpdateContributorInsightsRequest Modifier and Type Method Description SdkHttpFullRequestUpdateContributorInsightsRequestMarshaller. marshall(UpdateContributorInsightsRequest updateContributorInsightsRequest)
-