Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ContributorInsightsStatus
Packages that use ContributorInsightsStatus
-
Uses of ContributorInsightsStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ContributorInsightsStatusModifier and TypeMethodDescriptionContributorInsightsSummary.contributorInsightsStatus()Describes the current status for contributor insights for the given table and index, if applicable.DescribeContributorInsightsResponse.contributorInsightsStatus()Current status of contributor insights.UpdateContributorInsightsResponse.contributorInsightsStatus()The status of contributor insightsstatic ContributorInsightsStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ContributorInsightsStatusReturns 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.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ContributorInsightsStatusModifier and TypeMethodDescriptionstatic Set<ContributorInsightsStatus>ContributorInsightsStatus.knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ContributorInsightsStatusModifier and TypeMethodDescriptionContributorInsightsSummary.Builder.contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus) Describes the current status for contributor insights for the given table and index, if applicable.DescribeContributorInsightsResponse.Builder.contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus) Current status of contributor insights.UpdateContributorInsightsResponse.Builder.contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus) The status of contributor insights