Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateLicenseConfigurationRequest
-
Packages that use LaunchTemplateLicenseConfigurationRequest Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of LaunchTemplateLicenseConfigurationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateLicenseConfigurationRequest Modifier and Type Method Description List<LaunchTemplateLicenseConfigurationRequest>RequestLaunchTemplateData. licenseSpecifications()The license configurations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateLicenseConfigurationRequest Modifier and Type Method Description RequestLaunchTemplateData.BuilderRequestLaunchTemplateData.Builder. licenseSpecifications(LaunchTemplateLicenseConfigurationRequest... licenseSpecifications)The license configurations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateLicenseConfigurationRequest Modifier and Type Method Description RequestLaunchTemplateData.BuilderRequestLaunchTemplateData.Builder. licenseSpecifications(Collection<LaunchTemplateLicenseConfigurationRequest> licenseSpecifications)The license configurations.
-