Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeContributorInsightsRequest
-
Packages that use DescribeContributorInsightsRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of DescribeContributorInsightsRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type DescribeContributorInsightsRequest Modifier and Type Method Description default CompletableFuture<DescribeContributorInsightsResponse>DynamoDbAsyncClient. describeContributorInsights(DescribeContributorInsightsRequest describeContributorInsightsRequest)Returns information about contributor insights for a given table or global secondary index.default DescribeContributorInsightsResponseDynamoDbClient. describeContributorInsights(DescribeContributorInsightsRequest describeContributorInsightsRequest)Returns information about contributor insights for a given table or global secondary index. -
Uses of DescribeContributorInsightsRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type DescribeContributorInsightsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeContributorInsightsRequestMarshaller. marshall(DescribeContributorInsightsRequest describeContributorInsightsRequest)
-