Uses of Class
software.amazon.awssdk.services.evidently.model.UpdateProjectDataDeliveryResponse
-
Packages that use UpdateProjectDataDeliveryResponse Package Description software.amazon.awssdk.services.evidently You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of your users while you roll out the feature. -
-
Uses of UpdateProjectDataDeliveryResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return UpdateProjectDataDeliveryResponse Modifier and Type Method Description default UpdateProjectDataDeliveryResponseEvidentlyClient. updateProjectDataDelivery(Consumer<UpdateProjectDataDeliveryRequest.Builder> updateProjectDataDeliveryRequest)Updates the data storage options for this project.default UpdateProjectDataDeliveryResponseEvidentlyClient. updateProjectDataDelivery(UpdateProjectDataDeliveryRequest updateProjectDataDeliveryRequest)Updates the data storage options for this project.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type UpdateProjectDataDeliveryResponse Modifier and Type Method Description default CompletableFuture<UpdateProjectDataDeliveryResponse>EvidentlyAsyncClient. updateProjectDataDelivery(Consumer<UpdateProjectDataDeliveryRequest.Builder> updateProjectDataDeliveryRequest)Updates the data storage options for this project.default CompletableFuture<UpdateProjectDataDeliveryResponse>EvidentlyAsyncClient. updateProjectDataDelivery(UpdateProjectDataDeliveryRequest updateProjectDataDeliveryRequest)Updates the data storage options for this project.
-