| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchGroup |
LaunchGroup.addFeatureVariationsEntry(String key,
String value)
Add a single FeatureVariations entry
|
LaunchGroup |
LaunchGroup.clearFeatureVariationsEntries()
Removes all the entries added into FeatureVariations.
|
LaunchGroup |
LaunchGroup.clone() |
LaunchGroup |
LaunchGroup.withDescription(String description)
A description of the launch group.
|
LaunchGroup |
LaunchGroup.withFeatureVariations(Map<String,String> featureVariations)
The feature variation for this launch group.
|
LaunchGroup |
LaunchGroup.withName(String name)
The name of the launch group.
|
| Modifier and Type | Method and Description |
|---|---|
List<LaunchGroup> |
Launch.getGroups()
An array of structures that define the feature variations that are being used in the launch.
|
| Modifier and Type | Method and Description |
|---|---|
Launch |
Launch.withGroups(LaunchGroup... groups)
An array of structures that define the feature variations that are being used in the launch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Launch.setGroups(Collection<LaunchGroup> groups)
An array of structures that define the feature variations that are being used in the launch.
|
Launch |
Launch.withGroups(Collection<LaunchGroup> groups)
An array of structures that define the feature variations that are being used in the launch.
|
Copyright © 2023. All rights reserved.