Uses of Class
software.amazon.awssdk.services.ec2.model.LicenseConfiguration
Packages that use LicenseConfiguration
-
Uses of LicenseConfiguration in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LicenseConfigurationModifier and TypeMethodDescriptionfinal List<LicenseConfiguration>Instance.licenses()The license configurations for the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LicenseConfigurationModifier and TypeMethodDescriptionInstance.Builder.licenses(LicenseConfiguration... licenses) The license configurations for the instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LicenseConfigurationModifier and TypeMethodDescriptionInstance.Builder.licenses(Collection<LicenseConfiguration> licenses) The license configurations for the instance.