@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSSimSpaceWeaverAsync extends AWSSimSpaceWeaver
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSSimSpaceWeaverAsync instead.
Amazon Web Services SimSpace Weaver (SimSpace Weaver) is a managed service that you can use to build and operate large-scale spatial simulations in the Amazon Web Services Cloud. For example, you can create a digital twin of a city, crowd simulations with millions of people and objects, and massilvely-multiplayer games with hundreds of thousands of connected players. For more information about SimSpace Weaver, see the Amazon Web Services SimSpace Weaver User Guide .
This API reference describes the API operations and data types that you can use to communicate directly with SimSpace Weaver.
SimSpace Weaver also provides the SimSpace Weaver app SDK, which you use for app development. The SimSpace Weaver app SDK API reference is included in the SimSpace Weaver app SDK documentation, which is part of the SimSpace Weaver app SDK distributable package.
ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
Future<DeleteAppResult> |
deleteAppAsync(DeleteAppRequest deleteAppRequest)
Deletes the instance of the given custom app.
|
Future<DeleteAppResult> |
deleteAppAsync(DeleteAppRequest deleteAppRequest,
AsyncHandler<DeleteAppRequest,DeleteAppResult> asyncHandler)
Deletes the instance of the given custom app.
|
Future<DeleteSimulationResult> |
deleteSimulationAsync(DeleteSimulationRequest deleteSimulationRequest)
Deletes all SimSpace Weaver resources assigned to the given simulation.
|
Future<DeleteSimulationResult> |
deleteSimulationAsync(DeleteSimulationRequest deleteSimulationRequest,
AsyncHandler<DeleteSimulationRequest,DeleteSimulationResult> asyncHandler)
Deletes all SimSpace Weaver resources assigned to the given simulation.
|
Future<DescribeAppResult> |
describeAppAsync(DescribeAppRequest describeAppRequest)
Returns the state of the given custom app.
|
Future<DescribeAppResult> |
describeAppAsync(DescribeAppRequest describeAppRequest,
AsyncHandler<DescribeAppRequest,DescribeAppResult> asyncHandler)
Returns the state of the given custom app.
|
Future<DescribeSimulationResult> |
describeSimulationAsync(DescribeSimulationRequest describeSimulationRequest)
Returns the current state of the given simulation.
|
Future<DescribeSimulationResult> |
describeSimulationAsync(DescribeSimulationRequest describeSimulationRequest,
AsyncHandler<DescribeSimulationRequest,DescribeSimulationResult> asyncHandler)
Returns the current state of the given simulation.
|
Future<ListAppsResult> |
listAppsAsync(ListAppsRequest listAppsRequest)
Lists all custom apps or service apps for the given simulation and domain.
|
Future<ListAppsResult> |
listAppsAsync(ListAppsRequest listAppsRequest,
AsyncHandler<ListAppsRequest,ListAppsResult> asyncHandler)
Lists all custom apps or service apps for the given simulation and domain.
|
Future<ListSimulationsResult> |
listSimulationsAsync(ListSimulationsRequest listSimulationsRequest)
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
|
Future<ListSimulationsResult> |
listSimulationsAsync(ListSimulationsRequest listSimulationsRequest,
AsyncHandler<ListSimulationsRequest,ListSimulationsResult> asyncHandler)
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags on a SimSpace Weaver resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all tags on a SimSpace Weaver resource.
|
Future<StartAppResult> |
startAppAsync(StartAppRequest startAppRequest)
Starts a custom app with the configuration specified in the simulation schema.
|
Future<StartAppResult> |
startAppAsync(StartAppRequest startAppRequest,
AsyncHandler<StartAppRequest,StartAppResult> asyncHandler)
Starts a custom app with the configuration specified in the simulation schema.
|
Future<StartClockResult> |
startClockAsync(StartClockRequest startClockRequest)
Starts the simulation clock.
|
Future<StartClockResult> |
startClockAsync(StartClockRequest startClockRequest,
AsyncHandler<StartClockRequest,StartClockResult> asyncHandler)
Starts the simulation clock.
|
Future<StartSimulationResult> |
startSimulationAsync(StartSimulationRequest startSimulationRequest)
Starts a simulation with the given name and schema.
|
Future<StartSimulationResult> |
startSimulationAsync(StartSimulationRequest startSimulationRequest,
AsyncHandler<StartSimulationRequest,StartSimulationResult> asyncHandler)
Starts a simulation with the given name and schema.
|
Future<StopAppResult> |
stopAppAsync(StopAppRequest stopAppRequest)
Stops the given custom app and shuts down all of its allocated compute resources.
|
Future<StopAppResult> |
stopAppAsync(StopAppRequest stopAppRequest,
AsyncHandler<StopAppRequest,StopAppResult> asyncHandler)
Stops the given custom app and shuts down all of its allocated compute resources.
|
Future<StopClockResult> |
stopClockAsync(StopClockRequest stopClockRequest)
Stops the simulation clock.
|
Future<StopClockResult> |
stopClockAsync(StopClockRequest stopClockRequest,
AsyncHandler<StopClockRequest,StopClockResult> asyncHandler)
Stops the simulation clock.
|
Future<StopSimulationResult> |
stopSimulationAsync(StopSimulationRequest stopSimulationRequest)
Stops the given simulation.
|
Future<StopSimulationResult> |
stopSimulationAsync(StopSimulationRequest stopSimulationRequest,
AsyncHandler<StopSimulationRequest,StopSimulationResult> asyncHandler)
Stops the given simulation.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds tags to a SimSpace Weaver resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds tags to a SimSpace Weaver resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from a SimSpace Weaver resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a SimSpace Weaver resource.
|
deleteApp, deleteSimulation, describeApp, describeSimulation, getCachedResponseMetadata, listApps, listSimulations, listTagsForResource, shutdown, startApp, startClock, startSimulation, stopApp, stopClock, stopSimulation, tagResource, untagResourceFuture<DeleteAppResult> deleteAppAsync(DeleteAppRequest deleteAppRequest)
Deletes the instance of the given custom app.
deleteAppRequest - Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest deleteAppRequest, AsyncHandler<DeleteAppRequest,DeleteAppResult> asyncHandler)
Deletes the instance of the given custom app.
deleteAppRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteSimulationResult> deleteSimulationAsync(DeleteSimulationRequest deleteSimulationRequest)
Deletes all SimSpace Weaver resources assigned to the given simulation.
Your simulation uses resources in other Amazon Web Services services. This API operation doesn't delete resources in other Amazon Web Services services.
deleteSimulationRequest - Future<DeleteSimulationResult> deleteSimulationAsync(DeleteSimulationRequest deleteSimulationRequest, AsyncHandler<DeleteSimulationRequest,DeleteSimulationResult> asyncHandler)
Deletes all SimSpace Weaver resources assigned to the given simulation.
Your simulation uses resources in other Amazon Web Services services. This API operation doesn't delete resources in other Amazon Web Services services.
deleteSimulationRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeAppResult> describeAppAsync(DescribeAppRequest describeAppRequest)
Returns the state of the given custom app.
describeAppRequest - Future<DescribeAppResult> describeAppAsync(DescribeAppRequest describeAppRequest, AsyncHandler<DescribeAppRequest,DescribeAppResult> asyncHandler)
Returns the state of the given custom app.
describeAppRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeSimulationResult> describeSimulationAsync(DescribeSimulationRequest describeSimulationRequest)
Returns the current state of the given simulation.
describeSimulationRequest - Future<DescribeSimulationResult> describeSimulationAsync(DescribeSimulationRequest describeSimulationRequest, AsyncHandler<DescribeSimulationRequest,DescribeSimulationResult> asyncHandler)
Returns the current state of the given simulation.
describeSimulationRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListAppsResult> listAppsAsync(ListAppsRequest listAppsRequest)
Lists all custom apps or service apps for the given simulation and domain.
listAppsRequest - Future<ListAppsResult> listAppsAsync(ListAppsRequest listAppsRequest, AsyncHandler<ListAppsRequest,ListAppsResult> asyncHandler)
Lists all custom apps or service apps for the given simulation and domain.
listAppsRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListSimulationsResult> listSimulationsAsync(ListSimulationsRequest listSimulationsRequest)
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
listSimulationsRequest - Future<ListSimulationsResult> listSimulationsAsync(ListSimulationsRequest listSimulationsRequest, AsyncHandler<ListSimulationsRequest,ListSimulationsResult> asyncHandler)
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
listSimulationsRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags on a SimSpace Weaver resource.
listTagsForResourceRequest - Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all tags on a SimSpace Weaver resource.
listTagsForResourceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartAppResult> startAppAsync(StartAppRequest startAppRequest)
Starts a custom app with the configuration specified in the simulation schema.
startAppRequest - Future<StartAppResult> startAppAsync(StartAppRequest startAppRequest, AsyncHandler<StartAppRequest,StartAppResult> asyncHandler)
Starts a custom app with the configuration specified in the simulation schema.
startAppRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartClockResult> startClockAsync(StartClockRequest startClockRequest)
Starts the simulation clock.
startClockRequest - Future<StartClockResult> startClockAsync(StartClockRequest startClockRequest, AsyncHandler<StartClockRequest,StartClockResult> asyncHandler)
Starts the simulation clock.
startClockRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartSimulationResult> startSimulationAsync(StartSimulationRequest startSimulationRequest)
Starts a simulation with the given name and schema.
startSimulationRequest - Future<StartSimulationResult> startSimulationAsync(StartSimulationRequest startSimulationRequest, AsyncHandler<StartSimulationRequest,StartSimulationResult> asyncHandler)
Starts a simulation with the given name and schema.
startSimulationRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopAppResult> stopAppAsync(StopAppRequest stopAppRequest)
Stops the given custom app and shuts down all of its allocated compute resources.
stopAppRequest - Future<StopAppResult> stopAppAsync(StopAppRequest stopAppRequest, AsyncHandler<StopAppRequest,StopAppResult> asyncHandler)
Stops the given custom app and shuts down all of its allocated compute resources.
stopAppRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopClockResult> stopClockAsync(StopClockRequest stopClockRequest)
Stops the simulation clock.
stopClockRequest - Future<StopClockResult> stopClockAsync(StopClockRequest stopClockRequest, AsyncHandler<StopClockRequest,StopClockResult> asyncHandler)
Stops the simulation clock.
stopClockRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopSimulationResult> stopSimulationAsync(StopSimulationRequest stopSimulationRequest)
Stops the given simulation.
You can't restart a simulation after you stop it. If you need to restart a simulation, you must stop it, delete it, and start a new instance of it.
stopSimulationRequest - Future<StopSimulationResult> stopSimulationAsync(StopSimulationRequest stopSimulationRequest, AsyncHandler<StopSimulationRequest,StopSimulationResult> asyncHandler)
Stops the given simulation.
You can't restart a simulation after you stop it. If you need to restart a simulation, you must stop it, delete it, and start a new instance of it.
stopSimulationRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds tags to a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
tagResourceRequest - Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds tags to a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
tagResourceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
untagResourceRequest - Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
untagResourceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2023. All rights reserved.