Uses of Class
software.amazon.awssdk.services.evidently.model.S3DestinationConfig
-
Packages that use S3DestinationConfig Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of S3DestinationConfig in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return S3DestinationConfig Modifier and Type Method Description S3DestinationConfigProjectDataDeliveryConfig. s3Destination()If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.S3DestinationConfigUpdateProjectDataDeliveryRequest. s3Destination()A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.Methods in software.amazon.awssdk.services.evidently.model with parameters of type S3DestinationConfig Modifier and Type Method Description ProjectDataDeliveryConfig.BuilderProjectDataDeliveryConfig.Builder. s3Destination(S3DestinationConfig s3Destination)If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.UpdateProjectDataDeliveryRequest.BuilderUpdateProjectDataDeliveryRequest.Builder. s3Destination(S3DestinationConfig s3Destination)A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
-