Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.StartClockResponse
-
Packages that use StartClockResponse 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 StartClockResponse in software.amazon.awssdk.services.simspaceweaver
Methods in software.amazon.awssdk.services.simspaceweaver that return StartClockResponse Modifier and Type Method Description default StartClockResponseSimSpaceWeaverClient. startClock(Consumer<StartClockRequest.Builder> startClockRequest)Starts the simulation clock.default StartClockResponseSimSpaceWeaverClient. startClock(StartClockRequest startClockRequest)Starts the simulation clock.Methods in software.amazon.awssdk.services.simspaceweaver that return types with arguments of type StartClockResponse Modifier and Type Method Description default CompletableFuture<StartClockResponse>SimSpaceWeaverAsyncClient. startClock(Consumer<StartClockRequest.Builder> startClockRequest)Starts the simulation clock.default CompletableFuture<StartClockResponse>SimSpaceWeaverAsyncClient. startClock(StartClockRequest startClockRequest)Starts the simulation clock.
-