| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray |
Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created
by processing those traces.
|
| software.amazon.awssdk.services.xray.paginators | |
| software.amazon.awssdk.services.xray.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetInsightEventsResponse |
XRayClient.getInsightEvents(GetInsightEventsRequest getInsightEventsRequest)
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event.
|
default CompletableFuture<GetInsightEventsResponse> |
XRayAsyncClient.getInsightEvents(GetInsightEventsRequest getInsightEventsRequest)
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event.
|
default GetInsightEventsIterable |
XRayClient.getInsightEventsPaginator(GetInsightEventsRequest getInsightEventsRequest)
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event.
|
default GetInsightEventsPublisher |
XRayAsyncClient.getInsightEventsPaginator(GetInsightEventsRequest getInsightEventsRequest)
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event.
|
| Constructor and Description |
|---|
GetInsightEventsIterable(XRayClient client,
GetInsightEventsRequest firstRequest) |
GetInsightEventsPublisher(XRayAsyncClient client,
GetInsightEventsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetInsightEventsRequestMarshaller.marshall(GetInsightEventsRequest getInsightEventsRequest) |
Copyright © 2023. All rights reserved.