Uses of Class
software.amazon.awssdk.services.dynamodb.model.ContributorInsightsStatus
-
Packages that use ContributorInsightsStatus Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ContributorInsightsStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ContributorInsightsStatus Modifier and Type Method Description ContributorInsightsStatusContributorInsightsSummary. contributorInsightsStatus()Describes the current status for contributor insights for the given table and index, if applicable.ContributorInsightsStatusDescribeContributorInsightsResponse. contributorInsightsStatus()Current status of contributor insights.ContributorInsightsStatusUpdateContributorInsightsResponse. contributorInsightsStatus()The status of contributor insightsstatic ContributorInsightsStatusContributorInsightsStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContributorInsightsStatusContributorInsightsStatus. 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.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ContributorInsightsStatus Modifier and Type Method Description static Set<ContributorInsightsStatus>ContributorInsightsStatus. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ContributorInsightsStatus Modifier and Type Method Description ContributorInsightsSummary.BuilderContributorInsightsSummary.Builder. contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)Describes the current status for contributor insights for the given table and index, if applicable.DescribeContributorInsightsResponse.BuilderDescribeContributorInsightsResponse.Builder. contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)Current status of contributor insights.UpdateContributorInsightsResponse.BuilderUpdateContributorInsightsResponse.Builder. contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)The status of contributor insights
-