Uses of Class
software.amazon.awssdk.services.batch.model.LaunchTemplateSpecificationOverride
-
Packages that use LaunchTemplateSpecificationOverride Package Description software.amazon.awssdk.services.batch.model -
-
Uses of LaunchTemplateSpecificationOverride in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type LaunchTemplateSpecificationOverride Modifier and Type Method Description List<LaunchTemplateSpecificationOverride>LaunchTemplateSpecification. overrides()A launch template to use in place of the default launch template.Methods in software.amazon.awssdk.services.batch.model with parameters of type LaunchTemplateSpecificationOverride Modifier and Type Method Description LaunchTemplateSpecification.BuilderLaunchTemplateSpecification.Builder. overrides(LaunchTemplateSpecificationOverride... overrides)A launch template to use in place of the default launch template.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type LaunchTemplateSpecificationOverride Modifier and Type Method Description LaunchTemplateSpecification.BuilderLaunchTemplateSpecification.Builder. overrides(Collection<LaunchTemplateSpecificationOverride> overrides)A launch template to use in place of the default launch template.
-