Uses of Interface
software.amazon.awssdk.services.simspaceweaver.model.StopAppRequest.Builder
-
Packages that use StopAppRequest.Builder 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.model -
-
Uses of StopAppRequest.Builder in software.amazon.awssdk.services.simspaceweaver
Method parameters in software.amazon.awssdk.services.simspaceweaver with type arguments of type StopAppRequest.Builder Modifier and Type Method Description default CompletableFuture<StopAppResponse>SimSpaceWeaverAsyncClient. stopApp(Consumer<StopAppRequest.Builder> stopAppRequest)Stops the given custom app and shuts down all of its allocated compute resources.default StopAppResponseSimSpaceWeaverClient. stopApp(Consumer<StopAppRequest.Builder> stopAppRequest)Stops the given custom app and shuts down all of its allocated compute resources. -
Uses of StopAppRequest.Builder in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return StopAppRequest.Builder Modifier and Type Method Description StopAppRequest.BuilderStopAppRequest.Builder. app(String app)The name of the app.static StopAppRequest.BuilderStopAppRequest. builder()StopAppRequest.BuilderStopAppRequest.Builder. domain(String domain)The name of the domain of the app.StopAppRequest.BuilderStopAppRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopAppRequest.BuilderStopAppRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopAppRequest.BuilderStopAppRequest.Builder. simulation(String simulation)The name of the simulation of the app.StopAppRequest.BuilderStopAppRequest. toBuilder()Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type StopAppRequest.Builder Modifier and Type Method Description static Class<? extends StopAppRequest.Builder>StopAppRequest. serializableBuilderClass()
-