| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
Stats |
Stats.clone() |
Stats |
Statistics.getCostInUsd()
How the statistics should appear in USD.
|
Stats |
Statistics.getRuntimeInSeconds()
The total aggregated runtime.
|
Stats |
Stats.withAvg(Double avg)
The average of the usage statistics.
|
Stats |
Stats.withMax(Double max)
The maximum among the usage statistics.
|
Stats |
Stats.withMin(Double min)
The minimum of the usage statistics.
|
Stats |
Stats.withSum(Double sum)
The sum of the usage statistics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statistics.setCostInUsd(Stats costInUsd)
How the statistics should appear in USD.
|
void |
Statistics.setRuntimeInSeconds(Stats runtimeInSeconds)
The total aggregated runtime.
|
Statistics |
Statistics.withCostInUsd(Stats costInUsd)
How the statistics should appear in USD.
|
Statistics |
Statistics.withRuntimeInSeconds(Stats runtimeInSeconds)
The total aggregated runtime.
|
Copyright © 2025. All rights reserved.