| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently |
You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of
your users while you roll out the feature.
|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateLaunchResponse> |
EvidentlyAsyncClient.updateLaunch(Consumer<UpdateLaunchRequest.Builder> updateLaunchRequest)
Updates a launch of a given feature.
|
default UpdateLaunchResponse |
EvidentlyClient.updateLaunch(Consumer<UpdateLaunchRequest.Builder> updateLaunchRequest)
Updates a launch of a given feature.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLaunchRequest.Builder |
UpdateLaunchRequest.builder() |
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.description(String description)
An optional description for the launch.
|
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.
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.groups(Consumer<LaunchGroupConfig.Builder>... groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
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.
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.launch(String launch)
The name of the launch that is to be updated.
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.metricMonitors(Collection<MetricMonitorConfig> metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.metricMonitors(Consumer<MetricMonitorConfig.Builder>... metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.metricMonitors(MetricMonitorConfig... metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.project(String project)
The name or ARN of the project that contains the launch that you want to update.
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.randomizationSalt(String randomizationSalt)
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine
which variation the user session is served.
|
default UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.scheduledSplitsConfig(Consumer<ScheduledSplitsLaunchConfig.Builder> scheduledSplitsConfig)
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.scheduledSplitsConfig(ScheduledSplitsLaunchConfig scheduledSplitsConfig)
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLaunchRequest.Builder> |
UpdateLaunchRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.