Uses of Class
software.amazon.awssdk.services.xray.model.GetInsightEventsResponse
-
Packages that use GetInsightEventsResponse 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 -
-
Uses of GetInsightEventsResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetInsightEventsResponse Modifier and Type Method Description default GetInsightEventsResponseXRayClient. getInsightEvents(Consumer<GetInsightEventsRequest.Builder> 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.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetInsightEventsResponse Modifier and Type Method 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. -
Uses of GetInsightEventsResponse in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type GetInsightEventsResponse Modifier and Type Method Description Iterator<GetInsightEventsResponse>GetInsightEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.xray.paginators with type arguments of type GetInsightEventsResponse Modifier and Type Method Description voidGetInsightEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetInsightEventsResponse> subscriber)
-