Uses of Class
software.amazon.awssdk.services.xray.model.InsightState
-
Packages that use InsightState Package Description software.amazon.awssdk.services.xray.model -
-
Uses of InsightState in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return InsightState Modifier and Type Method Description static InsightStateInsightState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InsightStateInsight. state()The current state of the insight.InsightStateInsightSummary. state()The current state of the insight.static InsightStateInsightState. valueOf(String name)Returns the enum constant of this type with the specified name.static InsightState[]InsightState. 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 InsightState Modifier and Type Method Description static Set<InsightState>InsightState. knownValues()List<InsightState>GetInsightSummariesRequest. states()The list of insight states.Methods in software.amazon.awssdk.services.xray.model with parameters of type InsightState Modifier and Type Method Description Insight.BuilderInsight.Builder. state(InsightState state)The current state of the insight.InsightSummary.BuilderInsightSummary.Builder. state(InsightState state)The current state of the insight.GetInsightSummariesRequest.BuilderGetInsightSummariesRequest.Builder. states(InsightState... states)The list of insight states.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type InsightState Modifier and Type Method Description GetInsightSummariesRequest.BuilderGetInsightSummariesRequest.Builder. states(Collection<InsightState> states)The list of insight states.
-