Uses of Class
software.amazon.awssdk.services.ec2.model.ImportImageLicenseConfigurationResponse
Packages that use ImportImageLicenseConfigurationResponse
-
Uses of ImportImageLicenseConfigurationResponse in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImportImageLicenseConfigurationResponseModifier and TypeMethodDescriptionImportImageResponse.licenseSpecifications()The ARNs of the license configurations.ImportImageTask.licenseSpecifications()The ARNs of the license configurations that are associated with the import image task.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImportImageLicenseConfigurationResponseModifier and TypeMethodDescriptionImportImageResponse.Builder.licenseSpecifications(ImportImageLicenseConfigurationResponse... licenseSpecifications) The ARNs of the license configurations.ImportImageTask.Builder.licenseSpecifications(ImportImageLicenseConfigurationResponse... licenseSpecifications) The ARNs of the license configurations that are associated with the import image task.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImportImageLicenseConfigurationResponseModifier and TypeMethodDescriptionImportImageResponse.Builder.licenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications) The ARNs of the license configurations.ImportImageTask.Builder.licenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications) The ARNs of the license configurations that are associated with the import image task.