Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.StartAppResponse
-
Packages that use StartAppResponse 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 StartAppResponse in software.amazon.awssdk.services.simspaceweaver
Methods in software.amazon.awssdk.services.simspaceweaver that return StartAppResponse Modifier and Type Method Description default StartAppResponseSimSpaceWeaverClient. startApp(Consumer<StartAppRequest.Builder> startAppRequest)Starts a custom app with the configuration specified in the simulation schema.default StartAppResponseSimSpaceWeaverClient. startApp(StartAppRequest startAppRequest)Starts a custom app with the configuration specified in the simulation schema.Methods in software.amazon.awssdk.services.simspaceweaver that return types with arguments of type StartAppResponse Modifier and Type Method Description default CompletableFuture<StartAppResponse>SimSpaceWeaverAsyncClient. startApp(Consumer<StartAppRequest.Builder> startAppRequest)Starts a custom app with the configuration specified in the simulation schema.default CompletableFuture<StartAppResponse>SimSpaceWeaverAsyncClient. startApp(StartAppRequest startAppRequest)Starts a custom app with the configuration specified in the simulation schema.
-