| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchGroupConfig |
LaunchGroupConfig.clone() |
LaunchGroupConfig |
LaunchGroupConfig.withDescription(String description)
A description of the launch group.
|
LaunchGroupConfig |
LaunchGroupConfig.withFeature(String feature)
The feature that this launch is using.
|
LaunchGroupConfig |
LaunchGroupConfig.withName(String name)
A name for this launch group.
|
LaunchGroupConfig |
LaunchGroupConfig.withVariation(String variation)
The feature variation to use for this launch group.
|
| Modifier and Type | Method and Description |
|---|---|
List<LaunchGroupConfig> |
UpdateLaunchRequest.getGroups()
An array of structures that contains the feature and variations that are to be used for the launch.
|
List<LaunchGroupConfig> |
CreateLaunchRequest.getGroups()
An array of structures that contains the feature and variations that are to be used for the launch.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchRequest |
UpdateLaunchRequest.withGroups(LaunchGroupConfig... groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
CreateLaunchRequest |
CreateLaunchRequest.withGroups(LaunchGroupConfig... groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLaunchRequest.setGroups(Collection<LaunchGroupConfig> groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
void |
CreateLaunchRequest.setGroups(Collection<LaunchGroupConfig> groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
UpdateLaunchRequest |
UpdateLaunchRequest.withGroups(Collection<LaunchGroupConfig> groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
CreateLaunchRequest |
CreateLaunchRequest.withGroups(Collection<LaunchGroupConfig> groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
Copyright © 2025. All rights reserved.