Package | Description |
---|---|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
static InsightState |
InsightState.fromValue(String value)
Use this in place of valueOf.
|
static InsightState |
InsightState.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.
|
Modifier and Type | Method and Description |
---|---|
InsightSummary |
InsightSummary.withState(InsightState state)
The current state of the insight.
|
Insight |
Insight.withState(InsightState state)
The current state of the insight.
|
GetInsightSummariesRequest |
GetInsightSummariesRequest.withStates(InsightState... states)
The list of insight states.
|
Copyright © 2021. All rights reserved.