| 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<UpdateProjectDataDeliveryResult> |
AbstractAmazonCloudWatchEvidentlyAsync.updateProjectDataDeliveryAsync(UpdateProjectDataDeliveryRequest request,
AsyncHandler<UpdateProjectDataDeliveryRequest,UpdateProjectDataDeliveryResult> asyncHandler) |
Future<UpdateProjectDataDeliveryResult> |
AmazonCloudWatchEvidentlyAsyncClient.updateProjectDataDeliveryAsync(UpdateProjectDataDeliveryRequest request,
AsyncHandler<UpdateProjectDataDeliveryRequest,UpdateProjectDataDeliveryResult> asyncHandler) |
Future<UpdateProjectDataDeliveryResult> |
AmazonCloudWatchEvidentlyAsync.updateProjectDataDeliveryAsync(UpdateProjectDataDeliveryRequest updateProjectDataDeliveryRequest,
AsyncHandler<UpdateProjectDataDeliveryRequest,UpdateProjectDataDeliveryResult> asyncHandler)
Updates the data storage options for this project.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectDataDeliveryRequest |
UpdateProjectDataDeliveryRequest.clone() |
UpdateProjectDataDeliveryRequest |
UpdateProjectDataDeliveryRequest.withCloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
|
UpdateProjectDataDeliveryRequest |
UpdateProjectDataDeliveryRequest.withProject(String project)
The name or ARN of the project that you want to modify the data storage options for.
|
UpdateProjectDataDeliveryRequest |
UpdateProjectDataDeliveryRequest.withS3Destination(S3DestinationConfig s3Destination)
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
Copyright © 2023. All rights reserved.