Uses of Class
software.amazon.awssdk.services.evidently.model.ProjectDataDeliveryConfig
-
Packages that use ProjectDataDeliveryConfig Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ProjectDataDeliveryConfig in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ProjectDataDeliveryConfig Modifier and Type Method Description ProjectDataDeliveryConfigCreateProjectRequest. dataDelivery()A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so.Methods in software.amazon.awssdk.services.evidently.model with parameters of type ProjectDataDeliveryConfig Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. dataDelivery(ProjectDataDeliveryConfig dataDelivery)A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so.
-