| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListContributorInsightsResponse |
DynamoDbClient.listContributorInsights(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest)
Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
|
default ListContributorInsightsResponse |
DynamoDbClient.listContributorInsights(ListContributorInsightsRequest listContributorInsightsRequest)
Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListContributorInsightsResponse> |
DynamoDbAsyncClient.listContributorInsights(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest)
Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
|
default CompletableFuture<ListContributorInsightsResponse> |
DynamoDbAsyncClient.listContributorInsights(ListContributorInsightsRequest listContributorInsightsRequest)
Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListContributorInsightsResponse> |
ListContributorInsightsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListContributorInsightsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListContributorInsightsResponse> subscriber) |
Copyright © 2020. All rights reserved.