| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
SimulationJobBatchSummary |
SimulationJobBatchSummary.clone() |
SimulationJobBatchSummary |
SimulationJobBatchSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the batch.
|
SimulationJobBatchSummary |
SimulationJobBatchSummary.withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the simulation job batch was created.
|
SimulationJobBatchSummary |
SimulationJobBatchSummary.withCreatedRequestCount(Integer createdRequestCount)
The number of created simulation job requests.
|
SimulationJobBatchSummary |
SimulationJobBatchSummary.withFailedRequestCount(Integer failedRequestCount)
The number of failed simulation job requests.
|
SimulationJobBatchSummary |
SimulationJobBatchSummary.withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
|
SimulationJobBatchSummary |
SimulationJobBatchSummary.withPendingRequestCount(Integer pendingRequestCount)
The number of pending simulation job requests.
|
SimulationJobBatchSummary |
SimulationJobBatchSummary.withStatus(SimulationJobBatchStatus status)
The status of the simulation job batch.
|
SimulationJobBatchSummary |
SimulationJobBatchSummary.withStatus(String status)
The status of the simulation job batch.
|
| Modifier and Type | Method and Description |
|---|---|
List<SimulationJobBatchSummary> |
ListSimulationJobBatchesResult.getSimulationJobBatchSummaries()
A list of simulation job batch summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListSimulationJobBatchesResult |
ListSimulationJobBatchesResult.withSimulationJobBatchSummaries(SimulationJobBatchSummary... simulationJobBatchSummaries)
A list of simulation job batch summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSimulationJobBatchesResult.setSimulationJobBatchSummaries(Collection<SimulationJobBatchSummary> simulationJobBatchSummaries)
A list of simulation job batch summaries.
|
ListSimulationJobBatchesResult |
ListSimulationJobBatchesResult.withSimulationJobBatchSummaries(Collection<SimulationJobBatchSummary> simulationJobBatchSummaries)
A list of simulation job batch summaries.
|
Copyright © 2023. All rights reserved.