| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
S3DestinationConfig |
S3DestinationConfig.clone() |
S3DestinationConfig |
UpdateProjectDataDeliveryRequest.getS3Destination()
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
S3DestinationConfig |
ProjectDataDeliveryConfig.getS3Destination()
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket
prefix.
|
S3DestinationConfig |
S3DestinationConfig.withBucket(String bucket)
The name of the bucket in which Evidently stores evaluation events.
|
S3DestinationConfig |
S3DestinationConfig.withPrefix(String prefix)
The bucket prefix in which Evidently stores evaluation events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateProjectDataDeliveryRequest.setS3Destination(S3DestinationConfig s3Destination)
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
void |
ProjectDataDeliveryConfig.setS3Destination(S3DestinationConfig s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket
prefix.
|
UpdateProjectDataDeliveryRequest |
UpdateProjectDataDeliveryRequest.withS3Destination(S3DestinationConfig s3Destination)
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
ProjectDataDeliveryConfig |
ProjectDataDeliveryConfig.withS3Destination(S3DestinationConfig s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket
prefix.
|
Copyright © 2024. All rights reserved.