Uses of Class
software.amazon.awssdk.services.imagebuilder.model.LaunchTemplateConfiguration
-
Packages that use LaunchTemplateConfiguration Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of LaunchTemplateConfiguration in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type LaunchTemplateConfiguration Modifier and Type Method Description List<LaunchTemplateConfiguration>Distribution. launchTemplateConfigurations()A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type LaunchTemplateConfiguration Modifier and Type Method Description Distribution.BuilderDistribution.Builder. launchTemplateConfigurations(LaunchTemplateConfiguration... launchTemplateConfigurations)A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type LaunchTemplateConfiguration Modifier and Type Method Description Distribution.BuilderDistribution.Builder. launchTemplateConfigurations(Collection<LaunchTemplateConfiguration> launchTemplateConfigurations)A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
-