| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetInsightEventsResponse |
XRayClient.getInsightEvents(Consumer<GetInsightEventsRequest.Builder> getInsightEventsRequest)
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event.
|
default GetInsightEventsResponse |
XRayClient.getInsightEvents(GetInsightEventsRequest getInsightEventsRequest)
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetInsightEventsResponse> |
XRayAsyncClient.getInsightEvents(Consumer<GetInsightEventsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetInsightEventsResponse> |
GetInsightEventsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetInsightEventsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetInsightEventsResponse> subscriber) |
Copyright © 2023. All rights reserved.