@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSSimSpaceWeaverClient extends AmazonWebServiceClient implements AWSSimSpaceWeaver
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.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AWSSimSpaceWeaverClientBuilder |
builder() |
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.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
public static AWSSimSpaceWeaverClientBuilder builder()
public DeleteAppResult deleteApp(DeleteAppRequest request)
Deletes the instance of the given custom app.
deleteApp
in interface AWSSimSpaceWeaver
deleteAppRequest
- ResourceNotFoundException
InternalServerException
AccessDeniedException
ValidationException
ConflictException
public DeleteSimulationResult deleteSimulation(DeleteSimulationRequest request)
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
deleteSimulationRequest
- ResourceNotFoundException
InternalServerException
AccessDeniedException
ValidationException
ConflictException
public DescribeAppResult describeApp(DescribeAppRequest request)
Returns the state of the given custom app.
describeApp
in interface AWSSimSpaceWeaver
describeAppRequest
- ResourceNotFoundException
InternalServerException
AccessDeniedException
ValidationException
public DescribeSimulationResult describeSimulation(DescribeSimulationRequest request)
Returns the current state of the given simulation.
describeSimulation
in interface AWSSimSpaceWeaver
describeSimulationRequest
- ResourceNotFoundException
InternalServerException
AccessDeniedException
ValidationException
public ListAppsResult listApps(ListAppsRequest request)
Lists all custom apps or service apps for the given simulation and domain.
listApps
in interface AWSSimSpaceWeaver
listAppsRequest
- ResourceNotFoundException
InternalServerException
AccessDeniedException
ValidationException
public ListSimulationsResult listSimulations(ListSimulationsRequest request)
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
listSimulations
in interface AWSSimSpaceWeaver
listSimulationsRequest
- InternalServerException
AccessDeniedException
ValidationException
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Lists all tags on a SimSpace Weaver resource.
listTagsForResource
in interface AWSSimSpaceWeaver
listTagsForResourceRequest
- ResourceNotFoundException
ValidationException
public StartAppResult startApp(StartAppRequest request)
Starts a custom app with the configuration specified in the simulation schema.
startApp
in interface AWSSimSpaceWeaver
startAppRequest
- InternalServerException
AccessDeniedException
ValidationException
ServiceQuotaExceededException
ConflictException
public StartClockResult startClock(StartClockRequest request)
Starts the simulation clock.
startClock
in interface AWSSimSpaceWeaver
startClockRequest
- ResourceNotFoundException
InternalServerException
AccessDeniedException
ValidationException
ConflictException
public StartSimulationResult startSimulation(StartSimulationRequest request)
Starts a simulation with the given name and schema.
startSimulation
in interface AWSSimSpaceWeaver
startSimulationRequest
- InternalServerException
AccessDeniedException
ValidationException
ServiceQuotaExceededException
ConflictException
public StopAppResult stopApp(StopAppRequest request)
Stops the given custom app and shuts down all of its allocated compute resources.
stopApp
in interface AWSSimSpaceWeaver
stopAppRequest
- ResourceNotFoundException
InternalServerException
AccessDeniedException
ValidationException
ConflictException
public StopClockResult stopClock(StopClockRequest request)
Stops the simulation clock.
stopClock
in interface AWSSimSpaceWeaver
stopClockRequest
- ResourceNotFoundException
InternalServerException
AccessDeniedException
ValidationException
ConflictException
public StopSimulationResult stopSimulation(StopSimulationRequest request)
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
stopSimulationRequest
- ResourceNotFoundException
InternalServerException
AccessDeniedException
ValidationException
ConflictException
public TagResourceResult tagResource(TagResourceRequest request)
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
tagResourceRequest
- TooManyTagsException
ResourceNotFoundException
ValidationException
public UntagResourceResult untagResource(UntagResourceRequest request)
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
untagResourceRequest
- ResourceNotFoundException
ValidationException
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
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 the request.
getCachedResponseMetadata
in interface AWSSimSpaceWeaver
request
- The originally executed requestpublic void shutdown()
AmazonWebServiceClient
shutdown
in interface AWSSimSpaceWeaver
shutdown
in class AmazonWebServiceClient