| Package | Description |
|---|---|
| software.amazon.awssdk.services.simspaceweaver |
SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale spatial simulations in
the Amazon Web Services Cloud.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotResponse |
SimSpaceWeaverClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of the specified simulation.
|
default CreateSnapshotResponse |
SimSpaceWeaverClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of the specified simulation.
|
default DeleteAppResponse |
SimSpaceWeaverClient.deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest)
Deletes the instance of the given custom app.
|
default DeleteAppResponse |
SimSpaceWeaverClient.deleteApp(DeleteAppRequest deleteAppRequest)
Deletes the instance of the given custom app.
|
default DeleteSimulationResponse |
SimSpaceWeaverClient.deleteSimulation(Consumer<DeleteSimulationRequest.Builder> deleteSimulationRequest)
Deletes all SimSpace Weaver resources assigned to the given simulation.
|
default DeleteSimulationResponse |
SimSpaceWeaverClient.deleteSimulation(DeleteSimulationRequest deleteSimulationRequest)
Deletes all SimSpace Weaver resources assigned to the given simulation.
|
default StartAppResponse |
SimSpaceWeaverClient.startApp(Consumer<StartAppRequest.Builder> startAppRequest)
Starts a custom app with the configuration specified in the simulation schema.
|
default StartAppResponse |
SimSpaceWeaverClient.startApp(StartAppRequest startAppRequest)
Starts a custom app with the configuration specified in the simulation schema.
|
default StartClockResponse |
SimSpaceWeaverClient.startClock(Consumer<StartClockRequest.Builder> startClockRequest)
Starts the simulation clock.
|
default StartClockResponse |
SimSpaceWeaverClient.startClock(StartClockRequest startClockRequest)
Starts the simulation clock.
|
default StartSimulationResponse |
SimSpaceWeaverClient.startSimulation(Consumer<StartSimulationRequest.Builder> startSimulationRequest)
Starts a simulation with the given name.
|
default StartSimulationResponse |
SimSpaceWeaverClient.startSimulation(StartSimulationRequest startSimulationRequest)
Starts a simulation with the given name.
|
default StopAppResponse |
SimSpaceWeaverClient.stopApp(Consumer<StopAppRequest.Builder> stopAppRequest)
Stops the given custom app and shuts down all of its allocated compute resources.
|
default StopAppResponse |
SimSpaceWeaverClient.stopApp(StopAppRequest stopAppRequest)
Stops the given custom app and shuts down all of its allocated compute resources.
|
default StopClockResponse |
SimSpaceWeaverClient.stopClock(Consumer<StopClockRequest.Builder> stopClockRequest)
Stops the simulation clock.
|
default StopClockResponse |
SimSpaceWeaverClient.stopClock(StopClockRequest stopClockRequest)
Stops the simulation clock.
|
default StopSimulationResponse |
SimSpaceWeaverClient.stopSimulation(Consumer<StopSimulationRequest.Builder> stopSimulationRequest)
Stops the given simulation.
|
default StopSimulationResponse |
SimSpaceWeaverClient.stopSimulation(StopSimulationRequest stopSimulationRequest)
Stops the given simulation.
|
Copyright © 2023. All rights reserved.