Uses of Class
software.amazon.awssdk.services.deadline.model.StartSessionsStatisticsAggregationResponse
-
Packages that use StartSessionsStatisticsAggregationResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. -
-
Uses of StartSessionsStatisticsAggregationResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return StartSessionsStatisticsAggregationResponse Modifier and Type Method Description default StartSessionsStatisticsAggregationResponseDeadlineClient. startSessionsStatisticsAggregation(Consumer<StartSessionsStatisticsAggregationRequest.Builder> startSessionsStatisticsAggregationRequest)Starts an asynchronous request for getting aggregated statistics about queues and farms.default StartSessionsStatisticsAggregationResponseDeadlineClient. startSessionsStatisticsAggregation(StartSessionsStatisticsAggregationRequest startSessionsStatisticsAggregationRequest)Starts an asynchronous request for getting aggregated statistics about queues and farms.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type StartSessionsStatisticsAggregationResponse Modifier and Type Method Description default CompletableFuture<StartSessionsStatisticsAggregationResponse>DeadlineAsyncClient. startSessionsStatisticsAggregation(Consumer<StartSessionsStatisticsAggregationRequest.Builder> startSessionsStatisticsAggregationRequest)Starts an asynchronous request for getting aggregated statistics about queues and farms.default CompletableFuture<StartSessionsStatisticsAggregationResponse>DeadlineAsyncClient. startSessionsStatisticsAggregation(StartSessionsStatisticsAggregationRequest startSessionsStatisticsAggregationRequest)Starts an asynchronous request for getting aggregated statistics about queues and farms.
-