| 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 |
|---|---|
PutProjectEventsResult |
AmazonCloudWatchEvidentlyClient.putProjectEvents(PutProjectEventsRequest request)
Sends performance events to Evidently.
|
PutProjectEventsResult |
AmazonCloudWatchEvidently.putProjectEvents(PutProjectEventsRequest putProjectEventsRequest)
Sends performance events to Evidently.
|
PutProjectEventsResult |
AbstractAmazonCloudWatchEvidently.putProjectEvents(PutProjectEventsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutProjectEventsResult> |
AmazonCloudWatchEvidentlyAsyncClient.putProjectEventsAsync(PutProjectEventsRequest request,
AsyncHandler<PutProjectEventsRequest,PutProjectEventsResult> asyncHandler) |
Future<PutProjectEventsResult> |
AbstractAmazonCloudWatchEvidentlyAsync.putProjectEventsAsync(PutProjectEventsRequest request,
AsyncHandler<PutProjectEventsRequest,PutProjectEventsResult> asyncHandler) |
Future<PutProjectEventsResult> |
AmazonCloudWatchEvidentlyAsync.putProjectEventsAsync(PutProjectEventsRequest putProjectEventsRequest,
AsyncHandler<PutProjectEventsRequest,PutProjectEventsResult> asyncHandler)
Sends performance events to Evidently.
|
| Modifier and Type | Method and Description |
|---|---|
PutProjectEventsResult |
PutProjectEventsResult.clone() |
PutProjectEventsResult |
PutProjectEventsResult.withEventResults(Collection<PutProjectEventsResultEntry> eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
|
PutProjectEventsResult |
PutProjectEventsResult.withEventResults(PutProjectEventsResultEntry... eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
|
PutProjectEventsResult |
PutProjectEventsResult.withFailedEventCount(Integer failedEventCount)
The number of events in the operation that could not be used by Evidently.
|
Copyright © 2023. All rights reserved.