| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeRangeType |
TimeRangeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TimeRangeType |
GetTraceSummariesRequest.timeRangeType()
A parameter to indicate whether to query trace summaries by TraceId or Event time.
|
static TimeRangeType |
TimeRangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeRangeType[] |
TimeRangeType.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<TimeRangeType> |
TimeRangeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetTraceSummariesRequest.Builder |
GetTraceSummariesRequest.Builder.timeRangeType(TimeRangeType timeRangeType)
A parameter to indicate whether to query trace summaries by TraceId or Event time.
|
Copyright © 2023. All rights reserved.