| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
static InsightState |
InsightState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InsightState |
Insight.state()
The current state of the insight.
|
InsightState |
InsightSummary.state()
The current state of the insight.
|
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 |
|---|---|
static Set<InsightState> |
InsightState.knownValues()
|
List<InsightState> |
GetInsightSummariesRequest.states()
The list of insight states.
|
| Modifier and Type | Method and Description |
|---|---|
Insight.Builder |
Insight.Builder.state(InsightState state)
The current state of the insight.
|
InsightSummary.Builder |
InsightSummary.Builder.state(InsightState state)
The current state of the insight.
|
GetInsightSummariesRequest.Builder |
GetInsightSummariesRequest.Builder.states(InsightState... states)
The list of insight states.
|
| Modifier and Type | Method and Description |
|---|---|
GetInsightSummariesRequest.Builder |
GetInsightSummariesRequest.Builder.states(Collection<InsightState> states)
The list of insight states.
|
Copyright © 2023. All rights reserved.