Uses of Interface
software.amazon.awssdk.services.simspaceweaver.model.StopSimulationRequest.Builder
-
Packages that use StopSimulationRequest.Builder Package Description software.amazon.awssdk.services.simspaceweaver SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale spatial simulations in the Amazon Web Services Cloud.software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of StopSimulationRequest.Builder in software.amazon.awssdk.services.simspaceweaver
Method parameters in software.amazon.awssdk.services.simspaceweaver with type arguments of type StopSimulationRequest.Builder Modifier and Type Method Description default CompletableFuture<StopSimulationResponse>SimSpaceWeaverAsyncClient. stopSimulation(Consumer<StopSimulationRequest.Builder> stopSimulationRequest)Stops the given simulation.default StopSimulationResponseSimSpaceWeaverClient. stopSimulation(Consumer<StopSimulationRequest.Builder> stopSimulationRequest)Stops the given simulation. -
Uses of StopSimulationRequest.Builder in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return StopSimulationRequest.Builder Modifier and Type Method Description static StopSimulationRequest.BuilderStopSimulationRequest. builder()StopSimulationRequest.BuilderStopSimulationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopSimulationRequest.BuilderStopSimulationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopSimulationRequest.BuilderStopSimulationRequest.Builder. simulation(String simulation)The name of the simulation.StopSimulationRequest.BuilderStopSimulationRequest. toBuilder()Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type StopSimulationRequest.Builder Modifier and Type Method Description static Class<? extends StopSimulationRequest.Builder>StopSimulationRequest. serializableBuilderClass()
-