| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Launch |
Launch.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Launch |
Launch.clearTagsEntries()
Removes all the entries added into Tags.
|
Launch |
Launch.clone() |
Launch |
UpdateLaunchResult.getLaunch()
A structure that contains the new configuration of the launch that was updated.
|
Launch |
StartLaunchResult.getLaunch()
A structure that contains information about the launch that was started.
|
Launch |
GetLaunchResult.getLaunch()
A structure containing the configuration details of the launch.
|
Launch |
CreateLaunchResult.getLaunch()
A structure that contains the configuration of the launch that was created.
|
Launch |
Launch.withArn(String arn)
The ARN of the launch.
|
Launch |
Launch.withCreatedTime(Date createdTime)
The date and time that the launch is created.
|
Launch |
Launch.withDescription(String description)
The description of the launch.
|
Launch |
Launch.withExecution(LaunchExecution execution)
A structure that contains information about the start and end times of the launch.
|
Launch |
Launch.withGroups(Collection<LaunchGroup> groups)
An array of structures that define the feature variations that are being used in the launch.
|
Launch |
Launch.withGroups(LaunchGroup... groups)
An array of structures that define the feature variations that are being used in the launch.
|
Launch |
Launch.withLastUpdatedTime(Date lastUpdatedTime)
The date and time that the launch was most recently updated.
|
Launch |
Launch.withMetricMonitors(Collection<MetricMonitor> metricMonitors)
An array of structures that define the metrics that are being used to monitor the launch performance.
|
Launch |
Launch.withMetricMonitors(MetricMonitor... metricMonitors)
An array of structures that define the metrics that are being used to monitor the launch performance.
|
Launch |
Launch.withName(String name)
The name of the launch.
|
Launch |
Launch.withProject(String project)
The name or ARN of the project that contains the launch.
|
Launch |
Launch.withRandomizationSalt(String randomizationSalt)
This value is used when Evidently assigns a particular user session to the launch, to help create a randomization
ID to determine which variation the user session is served.
|
Launch |
Launch.withScheduledSplitsDefinition(ScheduledSplitsLaunchDefinition scheduledSplitsDefinition)
An array of structures that define the traffic allocation percentages among the feature variations during each
step of the launch.
|
Launch |
Launch.withStatus(LaunchStatus status)
The current state of the launch.
|
Launch |
Launch.withStatus(String status)
The current state of the launch.
|
Launch |
Launch.withStatusReason(String statusReason)
If the launch was stopped, this is the string that was entered by the person who stopped the launch, to explain
why it was stopped.
|
Launch |
Launch.withTags(Map<String,String> tags)
The list of tag keys and values associated with this launch.
|
Launch |
Launch.withType(LaunchType type)
The type of launch.
|
Launch |
Launch.withType(String type)
The type of launch.
|
| Modifier and Type | Method and Description |
|---|---|
List<Launch> |
ListLaunchesResult.getLaunches()
An array of structures that contain the configuration details of the launches in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLaunchResult.setLaunch(Launch launch)
A structure that contains the new configuration of the launch that was updated.
|
void |
StartLaunchResult.setLaunch(Launch launch)
A structure that contains information about the launch that was started.
|
void |
GetLaunchResult.setLaunch(Launch launch)
A structure containing the configuration details of the launch.
|
void |
CreateLaunchResult.setLaunch(Launch launch)
A structure that contains the configuration of the launch that was created.
|
UpdateLaunchResult |
UpdateLaunchResult.withLaunch(Launch launch)
A structure that contains the new configuration of the launch that was updated.
|
StartLaunchResult |
StartLaunchResult.withLaunch(Launch launch)
A structure that contains information about the launch that was started.
|
GetLaunchResult |
GetLaunchResult.withLaunch(Launch launch)
A structure containing the configuration details of the launch.
|
CreateLaunchResult |
CreateLaunchResult.withLaunch(Launch launch)
A structure that contains the configuration of the launch that was created.
|
ListLaunchesResult |
ListLaunchesResult.withLaunches(Launch... launches)
An array of structures that contain the configuration details of the launches in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLaunchesResult.setLaunches(Collection<Launch> launches)
An array of structures that contain the configuration details of the launches in the specified project.
|
ListLaunchesResult |
ListLaunchesResult.withLaunches(Collection<Launch> launches)
An array of structures that contain the configuration details of the launches in the specified project.
|
Copyright © 2024. All rights reserved.