Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.StopSimulationResponse
-
Packages that use StopSimulationResponse 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. -
-
Uses of StopSimulationResponse in software.amazon.awssdk.services.simspaceweaver
Methods in software.amazon.awssdk.services.simspaceweaver that return StopSimulationResponse Modifier and Type Method Description default StopSimulationResponseSimSpaceWeaverClient. stopSimulation(Consumer<StopSimulationRequest.Builder> stopSimulationRequest)Stops the given simulation.default StopSimulationResponseSimSpaceWeaverClient. stopSimulation(StopSimulationRequest stopSimulationRequest)Stops the given simulation.Methods in software.amazon.awssdk.services.simspaceweaver that return types with arguments of type StopSimulationResponse Modifier and Type Method Description default CompletableFuture<StopSimulationResponse>SimSpaceWeaverAsyncClient. stopSimulation(Consumer<StopSimulationRequest.Builder> stopSimulationRequest)Stops the given simulation.default CompletableFuture<StopSimulationResponse>SimSpaceWeaverAsyncClient. stopSimulation(StopSimulationRequest stopSimulationRequest)Stops the given simulation.
-