| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
SessionsStatisticsResources |
SessionsStatisticsResources.clone() |
SessionsStatisticsResources |
StartSessionsStatisticsAggregationRequest.getResourceIds()
A list of fleet IDs or queue IDs to gather statistics for.
|
SessionsStatisticsResources |
SessionsStatisticsResources.withFleetIds(Collection<String> fleetIds)
One to 10 fleet IDs that specify the fleets to return statistics for.
|
SessionsStatisticsResources |
SessionsStatisticsResources.withFleetIds(String... fleetIds)
One to 10 fleet IDs that specify the fleets to return statistics for.
|
SessionsStatisticsResources |
SessionsStatisticsResources.withQueueIds(Collection<String> queueIds)
One to 10 queue IDs that specify the queues to return statistics for.
|
SessionsStatisticsResources |
SessionsStatisticsResources.withQueueIds(String... queueIds)
One to 10 queue IDs that specify the queues to return statistics for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartSessionsStatisticsAggregationRequest.setResourceIds(SessionsStatisticsResources resourceIds)
A list of fleet IDs or queue IDs to gather statistics for.
|
StartSessionsStatisticsAggregationRequest |
StartSessionsStatisticsAggregationRequest.withResourceIds(SessionsStatisticsResources resourceIds)
A list of fleet IDs or queue IDs to gather statistics for.
|
Copyright © 2024. All rights reserved.