| Package | Description |
|---|---|
| software.amazon.awssdk.services.fis |
Fault Injection Simulator is a managed service that enables you to perform fault injection experiments on your Amazon
Web Services workloads.
|
| Modifier and Type | Method and Description |
|---|---|
default GetExperimentResponse |
FisClient.getExperiment(Consumer<GetExperimentRequest.Builder> getExperimentRequest)
Gets information about the specified experiment.
|
default GetExperimentResponse |
FisClient.getExperiment(GetExperimentRequest getExperimentRequest)
Gets information about the specified experiment.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetExperimentResponse> |
FisAsyncClient.getExperiment(Consumer<GetExperimentRequest.Builder> getExperimentRequest)
Gets information about the specified experiment.
|
default CompletableFuture<GetExperimentResponse> |
FisAsyncClient.getExperiment(GetExperimentRequest getExperimentRequest)
Gets information about the specified experiment.
|
Copyright © 2022. All rights reserved.