| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination |
S3Destination.clone() |
S3Destination |
ProjectDataDelivery.getS3Destination()
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket
prefix.
|
S3Destination |
S3Destination.withBucket(String bucket)
The name of the bucket in which Evidently stores evaluation events.
|
S3Destination |
S3Destination.withPrefix(String prefix)
The bucket prefix in which Evidently stores evaluation events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectDataDelivery.setS3Destination(S3Destination s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket
prefix.
|
ProjectDataDelivery |
ProjectDataDelivery.withS3Destination(S3Destination 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.