| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently |
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.
|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutProjectEventsResult> |
AmazonCloudWatchEvidentlyAsyncClient.putProjectEventsAsync(PutProjectEventsRequest request,
AsyncHandler<PutProjectEventsRequest,PutProjectEventsResult> asyncHandler) |
Future<PutProjectEventsResult> |
AmazonCloudWatchEvidentlyAsync.putProjectEventsAsync(PutProjectEventsRequest putProjectEventsRequest,
AsyncHandler<PutProjectEventsRequest,PutProjectEventsResult> asyncHandler)
Sends performance events to Evidently.
|
Future<PutProjectEventsResult> |
AbstractAmazonCloudWatchEvidentlyAsync.putProjectEventsAsync(PutProjectEventsRequest request,
AsyncHandler<PutProjectEventsRequest,PutProjectEventsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutProjectEventsRequest |
PutProjectEventsRequest.clone() |
PutProjectEventsRequest |
PutProjectEventsRequest.withEvents(Collection<Event> events)
An array of event structures that contain the performance data that is being sent to Evidently.
|
PutProjectEventsRequest |
PutProjectEventsRequest.withEvents(Event... events)
An array of event structures that contain the performance data that is being sent to Evidently.
|
PutProjectEventsRequest |
PutProjectEventsRequest.withProject(String project)
The name or ARN of the project to write the events to.
|
Copyright © 2024. All rights reserved.