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