Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateContributorInsightsRequest.Builder
-
Packages that use UpdateContributorInsightsRequest.Builder Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.model -
-
Uses of UpdateContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type UpdateContributorInsightsRequest.Builder 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 UpdateContributorInsightsResponseDynamoDbClient. updateContributorInsights(Consumer<UpdateContributorInsightsRequest.Builder> updateContributorInsightsRequest)Updates the status for contributor insights for a specific table or index. -
Uses of UpdateContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateContributorInsightsRequest.Builder Modifier and Type Method Description static UpdateContributorInsightsRequest.BuilderUpdateContributorInsightsRequest. builder()UpdateContributorInsightsRequest.BuilderUpdateContributorInsightsRequest.Builder. contributorInsightsAction(String contributorInsightsAction)Represents the contributor insights action.UpdateContributorInsightsRequest.BuilderUpdateContributorInsightsRequest.Builder. contributorInsightsAction(ContributorInsightsAction contributorInsightsAction)Represents the contributor insights action.UpdateContributorInsightsRequest.BuilderUpdateContributorInsightsRequest.Builder. indexName(String indexName)The global secondary index name, if applicable.UpdateContributorInsightsRequest.BuilderUpdateContributorInsightsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateContributorInsightsRequest.BuilderUpdateContributorInsightsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateContributorInsightsRequest.BuilderUpdateContributorInsightsRequest.Builder. tableName(String tableName)The name of the table.UpdateContributorInsightsRequest.BuilderUpdateContributorInsightsRequest. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateContributorInsightsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateContributorInsightsRequest.Builder>UpdateContributorInsightsRequest. serializableBuilderClass()
-