Uses of Enum
software.amazon.awssdk.services.pi.model.ContextType
Packages that use ContextType
-
Uses of ContextType in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return ContextTypeModifier and TypeMethodDescriptionfinal ContextTypeInsight.context()Indicates if the insight is causal or correlated insight.static ContextTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ContextTypeReturns 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 ContextTypeMethods in software.amazon.awssdk.services.pi.model with parameters of type ContextTypeModifier and TypeMethodDescriptionInsight.Builder.context(ContextType context) Indicates if the insight is causal or correlated insight.