Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.StartAppRequest
-
Packages that use StartAppRequest 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.software.amazon.awssdk.services.simspaceweaver.transform -
-
Uses of StartAppRequest in software.amazon.awssdk.services.simspaceweaver
Methods in software.amazon.awssdk.services.simspaceweaver with parameters of type StartAppRequest Modifier and Type Method Description default CompletableFuture<StartAppResponse>SimSpaceWeaverAsyncClient. startApp(StartAppRequest 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. -
Uses of StartAppRequest in software.amazon.awssdk.services.simspaceweaver.transform
Methods in software.amazon.awssdk.services.simspaceweaver.transform with parameters of type StartAppRequest Modifier and Type Method Description SdkHttpFullRequestStartAppRequestMarshaller. marshall(StartAppRequest startAppRequest)
-