| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduledSplitConfig |
ScheduledSplitConfig.addGroupWeightsEntry(String key,
Long value)
Add a single GroupWeights entry
|
ScheduledSplitConfig |
ScheduledSplitConfig.clearGroupWeightsEntries()
Removes all the entries added into GroupWeights.
|
ScheduledSplitConfig |
ScheduledSplitConfig.clone() |
ScheduledSplitConfig |
ScheduledSplitConfig.withGroupWeights(Map<String,Long> groupWeights)
The traffic allocation percentages among the feature variations during one step of a launch.
|
ScheduledSplitConfig |
ScheduledSplitConfig.withSegmentOverrides(Collection<SegmentOverride> segmentOverrides)
Use this parameter to specify different traffic splits for one or more audience segments.
|
ScheduledSplitConfig |
ScheduledSplitConfig.withSegmentOverrides(SegmentOverride... segmentOverrides)
Use this parameter to specify different traffic splits for one or more audience segments.
|
ScheduledSplitConfig |
ScheduledSplitConfig.withStartTime(Date startTime)
The date and time that this step of the launch starts.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledSplitConfig> |
ScheduledSplitsLaunchConfig.getSteps()
An array of structures that define the traffic allocation percentages among the feature variations during each
step of the launch.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledSplitsLaunchConfig |
ScheduledSplitsLaunchConfig.withSteps(ScheduledSplitConfig... steps)
An array of structures that define the traffic allocation percentages among the feature variations during each
step of the launch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduledSplitsLaunchConfig.setSteps(Collection<ScheduledSplitConfig> steps)
An array of structures that define the traffic allocation percentages among the feature variations during each
step of the launch.
|
ScheduledSplitsLaunchConfig |
ScheduledSplitsLaunchConfig.withSteps(Collection<ScheduledSplitConfig> steps)
An array of structures that define the traffic allocation percentages among the feature variations during each
step of the launch.
|
Copyright © 2025. All rights reserved.