Uses of Class
software.amazon.awssdk.services.xray.model.TimeRangeType
-
Packages that use TimeRangeType Package Description software.amazon.awssdk.services.xray.model -
-
Uses of TimeRangeType in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return TimeRangeType Modifier and Type Method Description static TimeRangeTypeTimeRangeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TimeRangeTypeGetTraceSummariesRequest. timeRangeType()Query trace summaries by TraceId (trace start time), Event (trace update time), or Service (trace segment end time).static TimeRangeTypeTimeRangeType. 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.Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type TimeRangeType Modifier and Type Method Description static Set<TimeRangeType>TimeRangeType. knownValues()Methods in software.amazon.awssdk.services.xray.model with parameters of type TimeRangeType Modifier and Type Method Description GetTraceSummariesRequest.BuilderGetTraceSummariesRequest.Builder. timeRangeType(TimeRangeType timeRangeType)Query trace summaries by TraceId (trace start time), Event (trace update time), or Service (trace segment end time).
-