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 DescribeAppResponse |
SimSpaceWeaverClient.describeApp(Consumer<DescribeAppRequest.Builder> describeAppRequest) |
Returns the state of the given custom app.
|
default DescribeAppResponse |
SimSpaceWeaverClient.describeApp(DescribeAppRequest describeAppRequest) |
Returns the state of the given custom app.
|
default DescribeSimulationResponse |
SimSpaceWeaverClient.describeSimulation(Consumer<DescribeSimulationRequest.Builder> describeSimulationRequest) |
Returns the current state of the given simulation.
|
default DescribeSimulationResponse |
SimSpaceWeaverClient.describeSimulation(DescribeSimulationRequest describeSimulationRequest) |
Returns the current state of the given simulation.
|
default ListAppsResponse |
SimSpaceWeaverClient.listApps(Consumer<ListAppsRequest.Builder> listAppsRequest) |
Lists all custom apps or service apps for the given simulation and domain.
|
default ListAppsResponse |
SimSpaceWeaverClient.listApps(ListAppsRequest listAppsRequest) |
Lists all custom apps or service apps for the given simulation and domain.
|
default ListAppsIterable |
SimSpaceWeaverClient.listAppsPaginator(Consumer<ListAppsRequest.Builder> listAppsRequest) |
|
default ListAppsIterable |
SimSpaceWeaverClient.listAppsPaginator(ListAppsRequest listAppsRequest) |
|
default ListSimulationsResponse |
SimSpaceWeaverClient.listSimulations(Consumer<ListSimulationsRequest.Builder> listSimulationsRequest) |
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
|
default ListSimulationsResponse |
SimSpaceWeaverClient.listSimulations(ListSimulationsRequest listSimulationsRequest) |
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
|
default ListSimulationsIterable |
SimSpaceWeaverClient.listSimulationsPaginator(Consumer<ListSimulationsRequest.Builder> listSimulationsRequest) |
|
default ListSimulationsIterable |
SimSpaceWeaverClient.listSimulationsPaginator(ListSimulationsRequest listSimulationsRequest) |
|
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.
|