@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSSimSpaceWeaver extends Object implements AWSSimSpaceWeaver
AWSSimSpaceWeaver. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotResult |
createSnapshot(CreateSnapshotRequest request)
Creates a snapshot of the specified simulation.
|
DeleteAppResult |
deleteApp(DeleteAppRequest request)
Deletes the instance of the given custom app.
|
DeleteSimulationResult |
deleteSimulation(DeleteSimulationRequest request)
Deletes all SimSpace Weaver resources assigned to the given simulation.
|
DescribeAppResult |
describeApp(DescribeAppRequest request)
Returns the state of the given custom app.
|
DescribeSimulationResult |
describeSimulation(DescribeSimulationRequest request)
Returns the current state of the given simulation.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListAppsResult |
listApps(ListAppsRequest request)
Lists all custom apps or service apps for the given simulation and domain.
|
ListSimulationsResult |
listSimulations(ListSimulationsRequest request)
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists all tags on a SimSpace Weaver resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartAppResult |
startApp(StartAppRequest request)
Starts a custom app with the configuration specified in the simulation schema.
|
StartClockResult |
startClock(StartClockRequest request)
Starts the simulation clock.
|
StartSimulationResult |
startSimulation(StartSimulationRequest request)
Starts a simulation with the given name.
|
StopAppResult |
stopApp(StopAppRequest request)
Stops the given custom app and shuts down all of its allocated compute resources.
|
StopClockResult |
stopClock(StopClockRequest request)
Stops the simulation clock.
|
StopSimulationResult |
stopSimulation(StopSimulationRequest request)
Stops the given simulation.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds tags to a SimSpace Weaver resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes tags from a SimSpace Weaver resource.
|
public CreateSnapshotResult createSnapshot(CreateSnapshotRequest request)
AWSSimSpaceWeaverCreates a snapshot of the specified simulation. A snapshot is a file that contains simulation state data at a specific time. The state data saved in a snapshot includes entity data from the State Fabric, the simulation configuration specified in the schema, and the clock tick number. You can use the snapshot to initialize a new simulation. For more information about snapshots, see Snapshots in the SimSpace Weaver User Guide.
You specify a Destination when you create a snapshot. The Destination is the name of an
Amazon S3 bucket and an optional ObjectKeyPrefix. The ObjectKeyPrefix is usually the
name of a folder in the bucket. SimSpace Weaver creates a snapshot folder inside the
Destination and places the snapshot file there.
The snapshot file is an Amazon S3 object. It has an object key with the form:
object-key-prefix/snapshot/simulation-name-YYMMdd-HHmm-ss.zip,
where:
YY is the 2-digit year
MM is the 2-digit month
dd is the 2-digit day of the month
HH is the 2-digit hour (24-hour clock)
mm is the 2-digit minutes
ss is the 2-digit seconds
createSnapshot in interface AWSSimSpaceWeaverpublic DeleteAppResult deleteApp(DeleteAppRequest request)
AWSSimSpaceWeaverDeletes the instance of the given custom app.
deleteApp in interface AWSSimSpaceWeaverpublic DeleteSimulationResult deleteSimulation(DeleteSimulationRequest request)
AWSSimSpaceWeaverDeletes all SimSpace Weaver resources assigned to the given simulation.
Your simulation uses resources in other Amazon Web Services. This API operation doesn't delete resources in other Amazon Web Services.
deleteSimulation in interface AWSSimSpaceWeaverpublic DescribeAppResult describeApp(DescribeAppRequest request)
AWSSimSpaceWeaverReturns the state of the given custom app.
describeApp in interface AWSSimSpaceWeaverpublic DescribeSimulationResult describeSimulation(DescribeSimulationRequest request)
AWSSimSpaceWeaverReturns the current state of the given simulation.
describeSimulation in interface AWSSimSpaceWeaverpublic ListAppsResult listApps(ListAppsRequest request)
AWSSimSpaceWeaverLists all custom apps or service apps for the given simulation and domain.
listApps in interface AWSSimSpaceWeaverpublic ListSimulationsResult listSimulations(ListSimulationsRequest request)
AWSSimSpaceWeaverLists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
listSimulations in interface AWSSimSpaceWeaverpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSSimSpaceWeaverLists all tags on a SimSpace Weaver resource.
listTagsForResource in interface AWSSimSpaceWeaverpublic StartAppResult startApp(StartAppRequest request)
AWSSimSpaceWeaverStarts a custom app with the configuration specified in the simulation schema.
startApp in interface AWSSimSpaceWeaverpublic StartClockResult startClock(StartClockRequest request)
AWSSimSpaceWeaverStarts the simulation clock.
startClock in interface AWSSimSpaceWeaverpublic StartSimulationResult startSimulation(StartSimulationRequest request)
AWSSimSpaceWeaverStarts a simulation with the given name. You must choose to start your simulation from a schema or from a snapshot. For more information about the schema, see the schema reference in the SimSpace Weaver User Guide. For more information about snapshots, see Snapshots in the SimSpace Weaver User Guide.
startSimulation in interface AWSSimSpaceWeaverpublic StopAppResult stopApp(StopAppRequest request)
AWSSimSpaceWeaverStops the given custom app and shuts down all of its allocated compute resources.
stopApp in interface AWSSimSpaceWeaverpublic StopClockResult stopClock(StopClockRequest request)
AWSSimSpaceWeaverStops the simulation clock.
stopClock in interface AWSSimSpaceWeaverpublic StopSimulationResult stopSimulation(StopSimulationRequest request)
AWSSimSpaceWeaverStops the given simulation.
You can't restart a simulation after you stop it. If you want to restart a simulation, then you must stop it, delete it, and start a new instance of it.
stopSimulation in interface AWSSimSpaceWeaverpublic TagResourceResult tagResource(TagResourceRequest request)
AWSSimSpaceWeaverAdds tags to a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
tagResource in interface AWSSimSpaceWeaverpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSSimSpaceWeaverRemoves tags from a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
untagResource in interface AWSSimSpaceWeaverpublic void shutdown()
AWSSimSpaceWeavershutdown in interface AWSSimSpaceWeaverpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSSimSpaceWeaverResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSSimSpaceWeaverrequest - The originally executed request.