Uses of Class
software.amazon.awssdk.services.xray.model.GetTimeSeriesServiceStatisticsResponse
-
Packages that use GetTimeSeriesServiceStatisticsResponse 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 GetTimeSeriesServiceStatisticsResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetTimeSeriesServiceStatisticsResponse Modifier and Type Method Description default GetTimeSeriesServiceStatisticsResponseXRayClient. getTimeSeriesServiceStatistics(Consumer<GetTimeSeriesServiceStatisticsRequest.Builder> getTimeSeriesServiceStatisticsRequest)Get an aggregation of service statistics defined by a specific time range.default GetTimeSeriesServiceStatisticsResponseXRayClient. getTimeSeriesServiceStatistics(GetTimeSeriesServiceStatisticsRequest getTimeSeriesServiceStatisticsRequest)Get an aggregation of service statistics defined by a specific time range.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetTimeSeriesServiceStatisticsResponse Modifier and Type Method Description default CompletableFuture<GetTimeSeriesServiceStatisticsResponse>XRayAsyncClient. getTimeSeriesServiceStatistics(Consumer<GetTimeSeriesServiceStatisticsRequest.Builder> getTimeSeriesServiceStatisticsRequest)Get an aggregation of service statistics defined by a specific time range.default CompletableFuture<GetTimeSeriesServiceStatisticsResponse>XRayAsyncClient. getTimeSeriesServiceStatistics(GetTimeSeriesServiceStatisticsRequest getTimeSeriesServiceStatisticsRequest)Get an aggregation of service statistics defined by a specific time range. -
Uses of GetTimeSeriesServiceStatisticsResponse in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type GetTimeSeriesServiceStatisticsResponse Modifier and Type Method Description Iterator<GetTimeSeriesServiceStatisticsResponse>GetTimeSeriesServiceStatisticsIterable. iterator()Method parameters in software.amazon.awssdk.services.xray.paginators with type arguments of type GetTimeSeriesServiceStatisticsResponse Modifier and Type Method Description voidGetTimeSeriesServiceStatisticsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetTimeSeriesServiceStatisticsResponse> subscriber)
-