Uses of Class
software.amazon.awssdk.services.xray.model.TraceFormatType
-
Packages that use TraceFormatType Package Description software.amazon.awssdk.services.xray.model -
-
Uses of TraceFormatType in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return TraceFormatType Modifier and Type Method Description static TraceFormatTypeTraceFormatType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TraceFormatTypeListRetrievedTracesRequest. traceFormat()Format of the requested traces.TraceFormatTypeListRetrievedTracesResponse. traceFormat()Format of the requested traces.static TraceFormatTypeTraceFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static TraceFormatType[]TraceFormatType. 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 TraceFormatType Modifier and Type Method Description static Set<TraceFormatType>TraceFormatType. knownValues()Methods in software.amazon.awssdk.services.xray.model with parameters of type TraceFormatType Modifier and Type Method Description ListRetrievedTracesRequest.BuilderListRetrievedTracesRequest.Builder. traceFormat(TraceFormatType traceFormat)Format of the requested traces.ListRetrievedTracesResponse.BuilderListRetrievedTracesResponse.Builder. traceFormat(TraceFormatType traceFormat)Format of the requested traces.
-