@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSSimSpaceWeaverAsync extends AbstractAWSSimSpaceWeaver implements AWSSimSpaceWeaverAsync
AWSSimSpaceWeaverAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSSimSpaceWeaverAsync() |
deleteApp, deleteSimulation, describeApp, describeSimulation, getCachedResponseMetadata, listApps, listSimulations, listTagsForResource, shutdown, startApp, startClock, startSimulation, stopApp, stopClock, stopSimulation, tagResource, untagResourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteApp, deleteSimulation, describeApp, describeSimulation, getCachedResponseMetadata, listApps, listSimulations, listTagsForResource, shutdown, startApp, startClock, startSimulation, stopApp, stopClock, stopSimulation, tagResource, untagResourcepublic Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest request)
AWSSimSpaceWeaverAsyncDeletes the instance of the given custom app.
deleteAppAsync in interface AWSSimSpaceWeaverAsyncpublic Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest request, AsyncHandler<DeleteAppRequest,DeleteAppResult> asyncHandler)
AWSSimSpaceWeaverAsyncDeletes the instance of the given custom app.
deleteAppAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<DeleteSimulationResult> deleteSimulationAsync(DeleteSimulationRequest request)
AWSSimSpaceWeaverAsyncDeletes 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.
deleteSimulationAsync in interface AWSSimSpaceWeaverAsyncpublic Future<DeleteSimulationResult> deleteSimulationAsync(DeleteSimulationRequest request, AsyncHandler<DeleteSimulationRequest,DeleteSimulationResult> asyncHandler)
AWSSimSpaceWeaverAsyncDeletes 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.
deleteSimulationAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<DescribeAppResult> describeAppAsync(DescribeAppRequest request)
AWSSimSpaceWeaverAsyncReturns the state of the given custom app.
describeAppAsync in interface AWSSimSpaceWeaverAsyncpublic Future<DescribeAppResult> describeAppAsync(DescribeAppRequest request, AsyncHandler<DescribeAppRequest,DescribeAppResult> asyncHandler)
AWSSimSpaceWeaverAsyncReturns the state of the given custom app.
describeAppAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<DescribeSimulationResult> describeSimulationAsync(DescribeSimulationRequest request)
AWSSimSpaceWeaverAsyncReturns the current state of the given simulation.
describeSimulationAsync in interface AWSSimSpaceWeaverAsyncpublic Future<DescribeSimulationResult> describeSimulationAsync(DescribeSimulationRequest request, AsyncHandler<DescribeSimulationRequest,DescribeSimulationResult> asyncHandler)
AWSSimSpaceWeaverAsyncReturns the current state of the given simulation.
describeSimulationAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<ListAppsResult> listAppsAsync(ListAppsRequest request)
AWSSimSpaceWeaverAsyncLists all custom apps or service apps for the given simulation and domain.
listAppsAsync in interface AWSSimSpaceWeaverAsyncpublic Future<ListAppsResult> listAppsAsync(ListAppsRequest request, AsyncHandler<ListAppsRequest,ListAppsResult> asyncHandler)
AWSSimSpaceWeaverAsyncLists all custom apps or service apps for the given simulation and domain.
listAppsAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<ListSimulationsResult> listSimulationsAsync(ListSimulationsRequest request)
AWSSimSpaceWeaverAsyncLists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
listSimulationsAsync in interface AWSSimSpaceWeaverAsyncpublic Future<ListSimulationsResult> listSimulationsAsync(ListSimulationsRequest request, AsyncHandler<ListSimulationsRequest,ListSimulationsResult> asyncHandler)
AWSSimSpaceWeaverAsyncLists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
listSimulationsAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSSimSpaceWeaverAsyncLists all tags on a SimSpace Weaver resource.
listTagsForResourceAsync in interface AWSSimSpaceWeaverAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSSimSpaceWeaverAsyncLists all tags on a SimSpace Weaver resource.
listTagsForResourceAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<StartAppResult> startAppAsync(StartAppRequest request)
AWSSimSpaceWeaverAsyncStarts a custom app with the configuration specified in the simulation schema.
startAppAsync in interface AWSSimSpaceWeaverAsyncpublic Future<StartAppResult> startAppAsync(StartAppRequest request, AsyncHandler<StartAppRequest,StartAppResult> asyncHandler)
AWSSimSpaceWeaverAsyncStarts a custom app with the configuration specified in the simulation schema.
startAppAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<StartClockResult> startClockAsync(StartClockRequest request)
AWSSimSpaceWeaverAsyncStarts the simulation clock.
startClockAsync in interface AWSSimSpaceWeaverAsyncpublic Future<StartClockResult> startClockAsync(StartClockRequest request, AsyncHandler<StartClockRequest,StartClockResult> asyncHandler)
AWSSimSpaceWeaverAsyncStarts the simulation clock.
startClockAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<StartSimulationResult> startSimulationAsync(StartSimulationRequest request)
AWSSimSpaceWeaverAsyncStarts a simulation with the given name and schema.
startSimulationAsync in interface AWSSimSpaceWeaverAsyncpublic Future<StartSimulationResult> startSimulationAsync(StartSimulationRequest request, AsyncHandler<StartSimulationRequest,StartSimulationResult> asyncHandler)
AWSSimSpaceWeaverAsyncStarts a simulation with the given name and schema.
startSimulationAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<StopAppResult> stopAppAsync(StopAppRequest request)
AWSSimSpaceWeaverAsyncStops the given custom app and shuts down all of its allocated compute resources.
stopAppAsync in interface AWSSimSpaceWeaverAsyncpublic Future<StopAppResult> stopAppAsync(StopAppRequest request, AsyncHandler<StopAppRequest,StopAppResult> asyncHandler)
AWSSimSpaceWeaverAsyncStops the given custom app and shuts down all of its allocated compute resources.
stopAppAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<StopClockResult> stopClockAsync(StopClockRequest request)
AWSSimSpaceWeaverAsyncStops the simulation clock.
stopClockAsync in interface AWSSimSpaceWeaverAsyncpublic Future<StopClockResult> stopClockAsync(StopClockRequest request, AsyncHandler<StopClockRequest,StopClockResult> asyncHandler)
AWSSimSpaceWeaverAsyncStops the simulation clock.
stopClockAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<StopSimulationResult> stopSimulationAsync(StopSimulationRequest request)
AWSSimSpaceWeaverAsyncStops 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.
stopSimulationAsync in interface AWSSimSpaceWeaverAsyncpublic Future<StopSimulationResult> stopSimulationAsync(StopSimulationRequest request, AsyncHandler<StopSimulationRequest,StopSimulationResult> asyncHandler)
AWSSimSpaceWeaverAsyncStops 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.
stopSimulationAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSSimSpaceWeaverAsyncAdds tags to a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
tagResourceAsync in interface AWSSimSpaceWeaverAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSSimSpaceWeaverAsyncAdds tags to a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
tagResourceAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSSimSpaceWeaverAsyncRemoves tags from a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
untagResourceAsync in interface AWSSimSpaceWeaverAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSSimSpaceWeaverAsyncRemoves tags from a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
untagResourceAsync in interface AWSSimSpaceWeaverAsyncasyncHandler - 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.