| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
StartAppResult |
AbstractAWSSimSpaceWeaver.startApp(StartAppRequest request) |
StartAppResult |
AWSSimSpaceWeaver.startApp(StartAppRequest startAppRequest)
Starts a custom app with the configuration specified in the simulation schema.
|
StartAppResult |
AWSSimSpaceWeaverClient.startApp(StartAppRequest request)
Starts a custom app with the configuration specified in the simulation schema.
|
Future<StartAppResult> |
AbstractAWSSimSpaceWeaverAsync.startAppAsync(StartAppRequest request) |
Future<StartAppResult> |
AWSSimSpaceWeaverAsync.startAppAsync(StartAppRequest startAppRequest)
Starts a custom app with the configuration specified in the simulation schema.
|
Future<StartAppResult> |
AWSSimSpaceWeaverAsyncClient.startAppAsync(StartAppRequest request) |
Future<StartAppResult> |
AbstractAWSSimSpaceWeaverAsync.startAppAsync(StartAppRequest request,
AsyncHandler<StartAppRequest,StartAppResult> asyncHandler) |
Future<StartAppResult> |
AWSSimSpaceWeaverAsync.startAppAsync(StartAppRequest startAppRequest,
AsyncHandler<StartAppRequest,StartAppResult> asyncHandler)
Starts a custom app with the configuration specified in the simulation schema.
|
Future<StartAppResult> |
AWSSimSpaceWeaverAsyncClient.startAppAsync(StartAppRequest request,
AsyncHandler<StartAppRequest,StartAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartAppResult> |
AbstractAWSSimSpaceWeaverAsync.startAppAsync(StartAppRequest request,
AsyncHandler<StartAppRequest,StartAppResult> asyncHandler) |
Future<StartAppResult> |
AWSSimSpaceWeaverAsync.startAppAsync(StartAppRequest startAppRequest,
AsyncHandler<StartAppRequest,StartAppResult> asyncHandler)
Starts a custom app with the configuration specified in the simulation schema.
|
Future<StartAppResult> |
AWSSimSpaceWeaverAsyncClient.startAppAsync(StartAppRequest request,
AsyncHandler<StartAppRequest,StartAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartAppRequest |
StartAppRequest.clone() |
StartAppRequest |
StartAppRequest.withClientToken(String clientToken)
A value that you provide to ensure that repeated calls to this API operation using the same parameters complete
only once.
|
StartAppRequest |
StartAppRequest.withDescription(String description)
The description of the app.
|
StartAppRequest |
StartAppRequest.withDomain(String domain)
The name of the domain of the app.
|
StartAppRequest |
StartAppRequest.withLaunchOverrides(LaunchOverrides launchOverrides) |
StartAppRequest |
StartAppRequest.withName(String name)
The name of the app.
|
StartAppRequest |
StartAppRequest.withSimulation(String simulation)
The name of the simulation of the app.
|
Copyright © 2024. All rights reserved.