Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.StopAppRequest
-
Packages that use StopAppRequest 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 StopAppRequest in software.amazon.awssdk.services.simspaceweaver
Methods in software.amazon.awssdk.services.simspaceweaver with parameters of type StopAppRequest Modifier and Type Method Description default CompletableFuture<StopAppResponse>SimSpaceWeaverAsyncClient. stopApp(StopAppRequest stopAppRequest)Stops the given custom app and shuts down all of its allocated compute resources.default StopAppResponseSimSpaceWeaverClient. stopApp(StopAppRequest stopAppRequest)Stops the given custom app and shuts down all of its allocated compute resources. -
Uses of StopAppRequest in software.amazon.awssdk.services.simspaceweaver.transform
Methods in software.amazon.awssdk.services.simspaceweaver.transform with parameters of type StopAppRequest Modifier and Type Method Description SdkHttpFullRequestStopAppRequestMarshaller. marshall(StopAppRequest stopAppRequest)
-