| Package | Description |
|---|---|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
Experiment |
Experiment.addActionsEntry(String key,
ExperimentAction value)
Add a single Actions entry
|
Experiment |
Experiment.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Experiment |
Experiment.addTargetsEntry(String key,
ExperimentTarget value)
Add a single Targets entry
|
Experiment |
Experiment.clearActionsEntries()
Removes all the entries added into Actions.
|
Experiment |
Experiment.clearTagsEntries()
Removes all the entries added into Tags.
|
Experiment |
Experiment.clearTargetsEntries()
Removes all the entries added into Targets.
|
Experiment |
Experiment.clone() |
Experiment |
StopExperimentResult.getExperiment()
Information about the experiment.
|
Experiment |
StartExperimentResult.getExperiment()
Information about the experiment.
|
Experiment |
GetExperimentResult.getExperiment()
Information about the experiment.
|
Experiment |
Experiment.withActions(Map<String,ExperimentAction> actions)
The actions for the experiment.
|
Experiment |
Experiment.withCreationTime(Date creationTime)
The time that the experiment was created.
|
Experiment |
Experiment.withEndTime(Date endTime)
The time that the experiment ended.
|
Experiment |
Experiment.withExperimentOptions(ExperimentOptions experimentOptions)
The experiment options for the experiment.
|
Experiment |
Experiment.withExperimentTemplateId(String experimentTemplateId)
The ID of the experiment template.
|
Experiment |
Experiment.withId(String id)
The ID of the experiment.
|
Experiment |
Experiment.withLogConfiguration(ExperimentLogConfiguration logConfiguration)
The configuration for experiment logging.
|
Experiment |
Experiment.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions
on your behalf.
|
Experiment |
Experiment.withStartTime(Date startTime)
The time that the experiment started.
|
Experiment |
Experiment.withState(ExperimentState state)
The state of the experiment.
|
Experiment |
Experiment.withStopConditions(Collection<ExperimentStopCondition> stopConditions)
The stop conditions for the experiment.
|
Experiment |
Experiment.withStopConditions(ExperimentStopCondition... stopConditions)
The stop conditions for the experiment.
|
Experiment |
Experiment.withTags(Map<String,String> tags)
The tags for the experiment.
|
Experiment |
Experiment.withTargetAccountConfigurationsCount(Long targetAccountConfigurationsCount)
The count of target account configurations for the experiment.
|
Experiment |
Experiment.withTargets(Map<String,ExperimentTarget> targets)
The targets for the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopExperimentResult.setExperiment(Experiment experiment)
Information about the experiment.
|
void |
StartExperimentResult.setExperiment(Experiment experiment)
Information about the experiment.
|
void |
GetExperimentResult.setExperiment(Experiment experiment)
Information about the experiment.
|
StopExperimentResult |
StopExperimentResult.withExperiment(Experiment experiment)
Information about the experiment.
|
StartExperimentResult |
StartExperimentResult.withExperiment(Experiment experiment)
Information about the experiment.
|
GetExperimentResult |
GetExperimentResult.withExperiment(Experiment experiment)
Information about the experiment.
|
Copyright © 2023. All rights reserved.