Uses of Class
software.amazon.awssdk.services.fis.model.StopExperimentResponse
-
Packages that use StopExperimentResponse Package Description software.amazon.awssdk.services.fis Amazon Web Services Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. -
-
Uses of StopExperimentResponse in software.amazon.awssdk.services.fis
Methods in software.amazon.awssdk.services.fis that return StopExperimentResponse Modifier and Type Method Description default StopExperimentResponseFisClient. stopExperiment(Consumer<StopExperimentRequest.Builder> stopExperimentRequest)Stops the specified experiment.default StopExperimentResponseFisClient. stopExperiment(StopExperimentRequest stopExperimentRequest)Stops the specified experiment.Methods in software.amazon.awssdk.services.fis that return types with arguments of type StopExperimentResponse Modifier and Type Method Description default CompletableFuture<StopExperimentResponse>FisAsyncClient. stopExperiment(Consumer<StopExperimentRequest.Builder> stopExperimentRequest)Stops the specified experiment.default CompletableFuture<StopExperimentResponse>FisAsyncClient. stopExperiment(StopExperimentRequest stopExperimentRequest)Stops the specified experiment.
-