Uses of Class
software.amazon.awssdk.services.xray.model.InsightCategory
-
Packages that use InsightCategory Package Description software.amazon.awssdk.services.xray.model -
-
Uses of InsightCategory in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return InsightCategory Modifier and Type Method Description static InsightCategoryInsightCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InsightCategoryInsightCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static InsightCategory[]InsightCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type InsightCategory Modifier and Type Method Description List<InsightCategory>Insight. categories()The categories that label and describe the type of insight.List<InsightCategory>InsightSummary. categories()Categories The categories that label and describe the type of insight.static Set<InsightCategory>InsightCategory. knownValues()Methods in software.amazon.awssdk.services.xray.model with parameters of type InsightCategory Modifier and Type Method Description Insight.BuilderInsight.Builder. categories(InsightCategory... categories)The categories that label and describe the type of insight.InsightSummary.BuilderInsightSummary.Builder. categories(InsightCategory... categories)Categories The categories that label and describe the type of insight.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type InsightCategory Modifier and Type Method Description Insight.BuilderInsight.Builder. categories(Collection<InsightCategory> categories)The categories that label and describe the type of insight.InsightSummary.BuilderInsightSummary.Builder. categories(Collection<InsightCategory> categories)Categories The categories that label and describe the type of insight.
-