| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ComputeType |
ComputeType.fromValue(String value)
Use this in place of valueOf.
|
static ComputeType |
ComputeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeType[] |
ComputeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Compute |
Compute.withComputeType(ComputeType computeType)
Compute type information for the simulation job.
|
SimulationJobSummary |
SimulationJobSummary.withComputeType(ComputeType computeType)
The compute type for the simulation job summary.
|
ComputeResponse |
ComputeResponse.withComputeType(ComputeType computeType)
Compute type response information for the simulation job.
|
Copyright © 2024. All rights reserved.