| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
Statistics |
Statistics.clone() |
Statistics |
Statistics.withAggregationEndTime(Date aggregationEndTime)
The end time for the aggregation.
|
Statistics |
Statistics.withAggregationStartTime(Date aggregationStartTime)
The start time for the aggregation.
|
Statistics |
Statistics.withCostInUsd(Stats costInUsd)
How the statistics should appear in USD.
|
Statistics |
Statistics.withCount(Integer count)
The number of instances in a list of statistics.
|
Statistics |
Statistics.withFleetId(String fleetId)
The fleet ID.
|
Statistics |
Statistics.withInstanceType(String instanceType)
The type of instance.
|
Statistics |
Statistics.withJobId(String jobId)
The job ID.
|
Statistics |
Statistics.withJobName(String jobName)
The job name.
|
Statistics |
Statistics.withLicenseProduct(String licenseProduct)
The licensed product.
|
Statistics |
Statistics.withQueueId(String queueId)
The queue ID.
|
Statistics |
Statistics.withRuntimeInSeconds(Stats runtimeInSeconds)
The total aggregated runtime.
|
Statistics |
Statistics.withUsageType(String usageType)
The type of usage for the statistics.
|
Statistics |
Statistics.withUsageType(UsageType usageType)
The type of usage for the statistics.
|
Statistics |
Statistics.withUserId(String userId)
The user ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Statistics> |
GetSessionsStatisticsAggregationResult.getStatistics()
The statistics for the specified fleets or queues.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionsStatisticsAggregationResult |
GetSessionsStatisticsAggregationResult.withStatistics(Statistics... statistics)
The statistics for the specified fleets or queues.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSessionsStatisticsAggregationResult.setStatistics(Collection<Statistics> statistics)
The statistics for the specified fleets or queues.
|
GetSessionsStatisticsAggregationResult |
GetSessionsStatisticsAggregationResult.withStatistics(Collection<Statistics> statistics)
The statistics for the specified fleets or queues.
|
Copyright © 2025. All rights reserved.