Uses of Class
software.amazon.awssdk.services.xray.model.GetInsightEventsRequest
-
Packages that use GetInsightEventsRequest 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 -
-
Uses of GetInsightEventsRequest in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray with parameters of type GetInsightEventsRequest Modifier and Type Method Description 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 GetInsightEventsResponseXRayClient. getInsightEvents(GetInsightEventsRequest getInsightEventsRequest)X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event.default GetInsightEventsPublisherXRayAsyncClient. getInsightEventsPaginator(GetInsightEventsRequest getInsightEventsRequest)This is a variant ofXRayAsyncClient.getInsightEvents(software.amazon.awssdk.services.xray.model.GetInsightEventsRequest)operation.default GetInsightEventsIterableXRayClient. getInsightEventsPaginator(GetInsightEventsRequest getInsightEventsRequest)This is a variant ofXRayClient.getInsightEvents(software.amazon.awssdk.services.xray.model.GetInsightEventsRequest)operation. -
Uses of GetInsightEventsRequest in software.amazon.awssdk.services.xray.paginators
Constructors in software.amazon.awssdk.services.xray.paginators with parameters of type GetInsightEventsRequest Constructor Description GetInsightEventsIterable(XRayClient client, GetInsightEventsRequest firstRequest)GetInsightEventsPublisher(XRayAsyncClient client, GetInsightEventsRequest firstRequest) -
Uses of GetInsightEventsRequest in software.amazon.awssdk.services.xray.transform
Methods in software.amazon.awssdk.services.xray.transform with parameters of type GetInsightEventsRequest Modifier and Type Method Description SdkHttpFullRequestGetInsightEventsRequestMarshaller. marshall(GetInsightEventsRequest getInsightEventsRequest)
-