Uses of Class
software.amazon.awssdk.services.deadline.model.Statistics
-
Packages that use Statistics Package Description software.amazon.awssdk.services.deadline.model software.amazon.awssdk.services.deadline.paginators -
-
Uses of Statistics in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type Statistics Modifier and Type Method Description List<Statistics>GetSessionsStatisticsAggregationResponse. statistics()The statistics for the specified fleets or queues.Methods in software.amazon.awssdk.services.deadline.model with parameters of type Statistics Modifier and Type Method Description GetSessionsStatisticsAggregationResponse.BuilderGetSessionsStatisticsAggregationResponse.Builder. statistics(Statistics... statistics)The statistics for the specified fleets or queues.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type Statistics Modifier and Type Method Description GetSessionsStatisticsAggregationResponse.BuilderGetSessionsStatisticsAggregationResponse.Builder. statistics(Collection<Statistics> statistics)The statistics for the specified fleets or queues. -
Uses of Statistics in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type Statistics Modifier and Type Method Description SdkIterable<Statistics>GetSessionsStatisticsAggregationIterable. statistics()Returns an iterable to iterate through the paginatedGetSessionsStatisticsAggregationResponse.statistics()member.SdkPublisher<Statistics>GetSessionsStatisticsAggregationPublisher. statistics()Returns a publisher that can be used to get a stream of data.
-