Uses of Class
software.amazon.awssdk.services.pi.model.ContextType
-
Packages that use ContextType Package Description software.amazon.awssdk.services.pi.model -
-
Uses of ContextType in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return ContextType Modifier and Type Method Description ContextTypeInsight. context()Indicates if the insight is causal or correlated insight.static ContextTypeContextType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContextTypeContextType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextType[]ContextType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type ContextType Modifier and Type Method Description static Set<ContextType>ContextType. knownValues()Methods in software.amazon.awssdk.services.pi.model with parameters of type ContextType Modifier and Type Method Description Insight.BuilderInsight.Builder. context(ContextType context)Indicates if the insight is causal or correlated insight.
-