@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 |
---|---|
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 and schema.
|
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 DeleteAppResult deleteApp(DeleteAppRequest request)
AWSSimSpaceWeaver
Deletes the instance of the given custom app.
deleteApp
in interface AWSSimSpaceWeaver
public DeleteSimulationResult deleteSimulation(DeleteSimulationRequest request)
AWSSimSpaceWeaver
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.
deleteSimulation
in interface AWSSimSpaceWeaver
public DescribeAppResult describeApp(DescribeAppRequest request)
AWSSimSpaceWeaver
Returns the state of the given custom app.
describeApp
in interface AWSSimSpaceWeaver
public DescribeSimulationResult describeSimulation(DescribeSimulationRequest request)
AWSSimSpaceWeaver
Returns the current state of the given simulation.
describeSimulation
in interface AWSSimSpaceWeaver
public ListAppsResult listApps(ListAppsRequest request)
AWSSimSpaceWeaver
Lists all custom apps or service apps for the given simulation and domain.
listApps
in interface AWSSimSpaceWeaver
public ListSimulationsResult listSimulations(ListSimulationsRequest request)
AWSSimSpaceWeaver
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
listSimulations
in interface AWSSimSpaceWeaver
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSSimSpaceWeaver
Lists all tags on a SimSpace Weaver resource.
listTagsForResource
in interface AWSSimSpaceWeaver
public StartAppResult startApp(StartAppRequest request)
AWSSimSpaceWeaver
Starts a custom app with the configuration specified in the simulation schema.
startApp
in interface AWSSimSpaceWeaver
public StartClockResult startClock(StartClockRequest request)
AWSSimSpaceWeaver
Starts the simulation clock.
startClock
in interface AWSSimSpaceWeaver
public StartSimulationResult startSimulation(StartSimulationRequest request)
AWSSimSpaceWeaver
Starts a simulation with the given name and schema.
startSimulation
in interface AWSSimSpaceWeaver
public StopAppResult stopApp(StopAppRequest request)
AWSSimSpaceWeaver
Stops the given custom app and shuts down all of its allocated compute resources.
stopApp
in interface AWSSimSpaceWeaver
public StopClockResult stopClock(StopClockRequest request)
AWSSimSpaceWeaver
Stops the simulation clock.
stopClock
in interface AWSSimSpaceWeaver
public StopSimulationResult stopSimulation(StopSimulationRequest request)
AWSSimSpaceWeaver
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.
stopSimulation
in interface AWSSimSpaceWeaver
public TagResourceResult tagResource(TagResourceRequest request)
AWSSimSpaceWeaver
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.
tagResource
in interface AWSSimSpaceWeaver
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSSimSpaceWeaver
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.
untagResource
in interface AWSSimSpaceWeaver
public void shutdown()
AWSSimSpaceWeaver
shutdown
in interface AWSSimSpaceWeaver
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSSimSpaceWeaver
Response 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 AWSSimSpaceWeaver
request
- The originally executed request.