Uses of Class
software.amazon.awssdk.services.evidently.model.LaunchGroup
-
Packages that use LaunchGroup Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of LaunchGroup in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type LaunchGroup Modifier and Type Method Description List<LaunchGroup>Launch. groups()An array of structures that define the feature variations that are being used in the launch.Methods in software.amazon.awssdk.services.evidently.model with parameters of type LaunchGroup Modifier and Type Method Description Launch.BuilderLaunch.Builder. groups(LaunchGroup... groups)An array of structures that define the feature variations that are being used in the launch.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type LaunchGroup Modifier and Type Method Description Launch.BuilderLaunch.Builder. groups(Collection<LaunchGroup> groups)An array of structures that define the feature variations that are being used in the launch.
-