| 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<UpdateProjectDataDeliveryResponse> |
EvidentlyAsyncClient.updateProjectDataDelivery(Consumer<UpdateProjectDataDeliveryRequest.Builder> updateProjectDataDeliveryRequest)
Updates the data storage options for this project.
|
default UpdateProjectDataDeliveryResponse |
EvidentlyClient.updateProjectDataDelivery(Consumer<UpdateProjectDataDeliveryRequest.Builder> updateProjectDataDeliveryRequest)
Updates the data storage options for this project.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.builder() |
UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.Builder.cloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
|
default UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.Builder.cloudWatchLogs(Consumer<CloudWatchLogsDestinationConfig.Builder> cloudWatchLogs)
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
|
UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.Builder.project(String project)
The name or ARN of the project that you want to modify the data storage options for.
|
default UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.Builder.s3Destination(Consumer<S3DestinationConfig.Builder> s3Destination)
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.Builder.s3Destination(S3DestinationConfig s3Destination)
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateProjectDataDeliveryRequest.Builder> |
UpdateProjectDataDeliveryRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.