Uses of Class
software.amazon.awssdk.services.evidently.model.LaunchGroupConfig
-
Packages that use LaunchGroupConfig Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of LaunchGroupConfig in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type LaunchGroupConfig Modifier and Type Method Description List<LaunchGroupConfig>CreateLaunchRequest. groups()An array of structures that contains the feature and variations that are to be used for the launch.List<LaunchGroupConfig>UpdateLaunchRequest. groups()An array of structures that contains the feature and variations that are to be used for the launch.Methods in software.amazon.awssdk.services.evidently.model with parameters of type LaunchGroupConfig Modifier and Type Method Description CreateLaunchRequest.BuilderCreateLaunchRequest.Builder. groups(LaunchGroupConfig... groups)An array of structures that contains the feature and variations that are to be used for the launch.UpdateLaunchRequest.BuilderUpdateLaunchRequest.Builder. groups(LaunchGroupConfig... groups)An array of structures that contains the feature and variations that are to be used for the launch.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type LaunchGroupConfig Modifier and Type Method Description CreateLaunchRequest.BuilderCreateLaunchRequest.Builder. groups(Collection<LaunchGroupConfig> groups)An array of structures that contains the feature and variations that are to be used for the launch.UpdateLaunchRequest.BuilderUpdateLaunchRequest.Builder. groups(Collection<LaunchGroupConfig> groups)An array of structures that contains the feature and variations that are to be used for the launch.
-