| 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 |
| Modifier and Type | Method and Description |
|---|---|
default StartAppResponse |
SimSpaceWeaverClient.startApp(Consumer<StartAppRequest.Builder> startAppRequest)
Starts a custom app with the configuration specified in the simulation schema.
|
default CompletableFuture<StartAppResponse> |
SimSpaceWeaverAsyncClient.startApp(Consumer<StartAppRequest.Builder> startAppRequest)
Starts a custom app with the configuration specified in the simulation schema.
|
| Modifier and Type | Method and Description |
|---|---|
static StartAppRequest.Builder |
StartAppRequest.builder() |
StartAppRequest.Builder |
StartAppRequest.Builder.clientToken(String clientToken)
A value that you provide to ensure that repeated calls to this API operation using the same parameters
complete only once.
|
StartAppRequest.Builder |
StartAppRequest.Builder.description(String description)
The description of the app.
|
StartAppRequest.Builder |
StartAppRequest.Builder.domain(String domain)
The name of the domain of the app.
|
default StartAppRequest.Builder |
StartAppRequest.Builder.launchOverrides(Consumer<LaunchOverrides.Builder> launchOverrides)
Sets the value of the LaunchOverrides property for this object.
|
StartAppRequest.Builder |
StartAppRequest.Builder.launchOverrides(LaunchOverrides launchOverrides)
Sets the value of the LaunchOverrides property for this object.
|
StartAppRequest.Builder |
StartAppRequest.Builder.name(String name)
The name of the app.
|
StartAppRequest.Builder |
StartAppRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartAppRequest.Builder |
StartAppRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartAppRequest.Builder |
StartAppRequest.Builder.simulation(String simulation)
The name of the simulation of the app.
|
StartAppRequest.Builder |
StartAppRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartAppRequest.Builder> |
StartAppRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.