Uses of Class
software.amazon.awssdk.services.ec2.model.LicenseConfigurationRequest
Packages that use LicenseConfigurationRequest
-
Uses of LicenseConfigurationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LicenseConfigurationRequestModifier and TypeMethodDescriptionfinal List<LicenseConfigurationRequest>RunInstancesRequest.licenseSpecifications()The license configurations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LicenseConfigurationRequestModifier and TypeMethodDescriptionRunInstancesRequest.Builder.licenseSpecifications(LicenseConfigurationRequest... licenseSpecifications) The license configurations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LicenseConfigurationRequestModifier and TypeMethodDescriptionRunInstancesRequest.Builder.licenseSpecifications(Collection<LicenseConfigurationRequest> licenseSpecifications) The license configurations.