Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
ContributorInsightsStatus |
DescribeContributorInsightsResponse.contributorInsightsStatus()
Current status of contributor insights.
|
ContributorInsightsStatus |
ContributorInsightsSummary.contributorInsightsStatus()
Describes the current status for contributor insights for the given table and index, if applicable.
|
ContributorInsightsStatus |
UpdateContributorInsightsResponse.contributorInsightsStatus()
The status of contributor insights
|
static ContributorInsightsStatus |
ContributorInsightsStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ContributorInsightsStatus |
ContributorInsightsStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContributorInsightsStatus[] |
ContributorInsightsStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<ContributorInsightsStatus> |
ContributorInsightsStatus.knownValues()
|
Modifier and Type | Method and Description |
---|---|
DescribeContributorInsightsResponse.Builder |
DescribeContributorInsightsResponse.Builder.contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
Current status of contributor insights.
|
ContributorInsightsSummary.Builder |
ContributorInsightsSummary.Builder.contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
Describes the current status for contributor insights for the given table and index, if applicable.
|
UpdateContributorInsightsResponse.Builder |
UpdateContributorInsightsResponse.Builder.contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
The status of contributor insights
|
Copyright © 2023. All rights reserved.