| 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 GetInsightSummariesResponse |
XRayClient.getInsightSummaries(Consumer<GetInsightSummariesRequest.Builder> getInsightSummariesRequest)
Retrieves the summaries of all insights in the specified group matching the provided filter values.
|
default GetInsightSummariesResponse |
XRayClient.getInsightSummaries(GetInsightSummariesRequest getInsightSummariesRequest)
Retrieves the summaries of all insights in the specified group matching the provided filter values.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetInsightSummariesResponse> |
XRayAsyncClient.getInsightSummaries(Consumer<GetInsightSummariesRequest.Builder> getInsightSummariesRequest)
Retrieves the summaries of all insights in the specified group matching the provided filter values.
|
default CompletableFuture<GetInsightSummariesResponse> |
XRayAsyncClient.getInsightSummaries(GetInsightSummariesRequest getInsightSummariesRequest)
Retrieves the summaries of all insights in the specified group matching the provided filter values.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetInsightSummariesResponse> |
GetInsightSummariesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetInsightSummariesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetInsightSummariesResponse> subscriber) |
Copyright © 2023. All rights reserved.