| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
List<LaunchGroupConfig> |
UpdateLaunchRequest.groups()
An array of structures that contains the feature and variations that are to be used for the launch.
|
List<LaunchGroupConfig> |
CreateLaunchRequest.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 |
|---|---|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.groups(LaunchGroupConfig... groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.groups(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 |
|---|---|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.groups(Collection<LaunchGroupConfig> groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.groups(Collection<LaunchGroupConfig> groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
Copyright © 2022. All rights reserved.