| Package | Description |
|---|---|
| com.amazonaws.services.simspaceweaver |
Amazon Web Services SimSpace Weaver (SimSpace Weaver) is a managed service that you can use to build and operate
large-scale spatial simulations in the Amazon Web Services Cloud.
|
| com.amazonaws.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
StartSimulationResult |
AWSSimSpaceWeaverClient.startSimulation(StartSimulationRequest request)
Starts a simulation with the given name and schema.
|
StartSimulationResult |
AWSSimSpaceWeaver.startSimulation(StartSimulationRequest startSimulationRequest)
Starts a simulation with the given name and schema.
|
StartSimulationResult |
AbstractAWSSimSpaceWeaver.startSimulation(StartSimulationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartSimulationResult> |
AWSSimSpaceWeaverAsyncClient.startSimulationAsync(StartSimulationRequest request,
AsyncHandler<StartSimulationRequest,StartSimulationResult> asyncHandler) |
Future<StartSimulationResult> |
AWSSimSpaceWeaverAsync.startSimulationAsync(StartSimulationRequest startSimulationRequest,
AsyncHandler<StartSimulationRequest,StartSimulationResult> asyncHandler)
Starts a simulation with the given name and schema.
|
Future<StartSimulationResult> |
AbstractAWSSimSpaceWeaverAsync.startSimulationAsync(StartSimulationRequest request,
AsyncHandler<StartSimulationRequest,StartSimulationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartSimulationResult |
StartSimulationResult.clone() |
StartSimulationResult |
StartSimulationResult.withArn(String arn)
The Amazon Resource Name (ARN) of the simulation.
|
StartSimulationResult |
StartSimulationResult.withCreationTime(Date creationTime)
The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the
Unix epoch (0:0:0.000, January 1, 1970).
|
StartSimulationResult |
StartSimulationResult.withExecutionId(String executionId)
A universally unique identifier (UUID) for this simulation.
|
Copyright © 2023. All rights reserved.