| Package | Description |
|---|---|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
CreateExperimentTemplateTargetInput |
CreateExperimentTemplateTargetInput.addResourceTagsEntry(String key,
String value)
Add a single ResourceTags entry
|
CreateExperimentTemplateTargetInput |
CreateExperimentTemplateTargetInput.clearResourceTagsEntries()
Removes all the entries added into ResourceTags.
|
CreateExperimentTemplateTargetInput |
CreateExperimentTemplateTargetInput.clone() |
CreateExperimentTemplateTargetInput |
CreateExperimentTemplateTargetInput.withFilters(Collection<ExperimentTemplateTargetInputFilter> filters)
The filters to apply to identify target resources using specific attributes.
|
CreateExperimentTemplateTargetInput |
CreateExperimentTemplateTargetInput.withFilters(ExperimentTemplateTargetInputFilter... filters)
The filters to apply to identify target resources using specific attributes.
|
CreateExperimentTemplateTargetInput |
CreateExperimentTemplateTargetInput.withResourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources.
|
CreateExperimentTemplateTargetInput |
CreateExperimentTemplateTargetInput.withResourceArns(String... resourceArns)
The Amazon Resource Names (ARNs) of the resources.
|
CreateExperimentTemplateTargetInput |
CreateExperimentTemplateTargetInput.withResourceTags(Map<String,String> resourceTags)
The tags for the target resources.
|
CreateExperimentTemplateTargetInput |
CreateExperimentTemplateTargetInput.withResourceType(String resourceType)
The AWS resource type.
|
CreateExperimentTemplateTargetInput |
CreateExperimentTemplateTargetInput.withSelectionMode(String selectionMode)
Scopes the identified resources to a specific count of the resources at random, or a percentage of the resources.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CreateExperimentTemplateTargetInput> |
CreateExperimentTemplateRequest.getTargets()
The targets for the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateExperimentTemplateRequest |
CreateExperimentTemplateRequest.addTargetsEntry(String key,
CreateExperimentTemplateTargetInput value)
Add a single Targets entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateExperimentTemplateRequest.setTargets(Map<String,CreateExperimentTemplateTargetInput> targets)
The targets for the experiment.
|
CreateExperimentTemplateRequest |
CreateExperimentTemplateRequest.withTargets(Map<String,CreateExperimentTemplateTargetInput> targets)
The targets for the experiment.
|
Copyright © 2021. All rights reserved.