Uses of Class
software.amazon.awssdk.services.evidently.model.S3Destination
-
Packages that use S3Destination Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of S3Destination in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return S3Destination Modifier and Type Method Description S3DestinationProjectDataDelivery. s3Destination()If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.Methods in software.amazon.awssdk.services.evidently.model with parameters of type S3Destination Modifier and Type Method Description ProjectDataDelivery.BuilderProjectDataDelivery.Builder. s3Destination(S3Destination s3Destination)If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
-