| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model | |
| software.amazon.awssdk.services.xray.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Trace> |
BatchGetTracesResponse.traces()
Full traces for the specified requests.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetTracesResponse.Builder |
BatchGetTracesResponse.Builder.traces(Trace... traces)
Full traces for the specified requests.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetTracesResponse.Builder |
BatchGetTracesResponse.Builder.traces(Collection<Trace> traces)
Full traces for the specified requests.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Trace> |
BatchGetTracesPublisher.traces()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Trace> |
BatchGetTracesIterable.traces()
Returns an iterable to iterate through the paginated
BatchGetTracesResponse.traces() member. |
Copyright © 2023. All rights reserved.