Uses of Class
software.amazon.awssdk.services.xray.model.Trace
-
Packages that use Trace Package Description software.amazon.awssdk.services.xray.model software.amazon.awssdk.services.xray.paginators -
-
Uses of Trace in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type Trace Modifier and Type Method Description List<Trace>BatchGetTracesResponse. traces()Full traces for the specified requests.Methods in software.amazon.awssdk.services.xray.model with parameters of type Trace Modifier and Type Method Description BatchGetTracesResponse.BuilderBatchGetTracesResponse.Builder. traces(Trace... traces)Full traces for the specified requests.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type Trace Modifier and Type Method Description BatchGetTracesResponse.BuilderBatchGetTracesResponse.Builder. traces(Collection<Trace> traces)Full traces for the specified requests. -
Uses of Trace in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type Trace Modifier and Type Method Description SdkIterable<Trace>BatchGetTracesIterable. traces()Returns an iterable to iterate through the paginatedBatchGetTracesResponse.traces()member.SdkPublisher<Trace>BatchGetTracesPublisher. traces()Returns a publisher that can be used to get a stream of data.
-