Uses of Class
software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationResponse
-
Packages that use GetSessionsStatisticsAggregationResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.software.amazon.awssdk.services.deadline.paginators -
-
Uses of GetSessionsStatisticsAggregationResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return GetSessionsStatisticsAggregationResponse Modifier and Type Method Description default GetSessionsStatisticsAggregationResponseDeadlineClient. getSessionsStatisticsAggregation(Consumer<GetSessionsStatisticsAggregationRequest.Builder> getSessionsStatisticsAggregationRequest)Gets a set of statistics for queues or farms.default GetSessionsStatisticsAggregationResponseDeadlineClient. getSessionsStatisticsAggregation(GetSessionsStatisticsAggregationRequest getSessionsStatisticsAggregationRequest)Gets a set of statistics for queues or farms.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type GetSessionsStatisticsAggregationResponse Modifier and Type Method Description default CompletableFuture<GetSessionsStatisticsAggregationResponse>DeadlineAsyncClient. getSessionsStatisticsAggregation(Consumer<GetSessionsStatisticsAggregationRequest.Builder> getSessionsStatisticsAggregationRequest)Gets a set of statistics for queues or farms.default CompletableFuture<GetSessionsStatisticsAggregationResponse>DeadlineAsyncClient. getSessionsStatisticsAggregation(GetSessionsStatisticsAggregationRequest getSessionsStatisticsAggregationRequest)Gets a set of statistics for queues or farms. -
Uses of GetSessionsStatisticsAggregationResponse in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type GetSessionsStatisticsAggregationResponse Modifier and Type Method Description Iterator<GetSessionsStatisticsAggregationResponse>GetSessionsStatisticsAggregationIterable. iterator()Method parameters in software.amazon.awssdk.services.deadline.paginators with type arguments of type GetSessionsStatisticsAggregationResponse Modifier and Type Method Description voidGetSessionsStatisticsAggregationPublisher. subscribe(org.reactivestreams.Subscriber<? super GetSessionsStatisticsAggregationResponse> subscriber)
-