Uses of Class
software.amazon.awssdk.services.ec2.model.ImportImageLicenseConfigurationResponse
-
Packages that use ImportImageLicenseConfigurationResponse Package Description software.amazon.awssdk.services.ec2.model -
-
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 ImportImageLicenseConfigurationResponse Modifier and Type Method Description List<ImportImageLicenseConfigurationResponse>ImportImageResponse. licenseSpecifications()The ARNs of the license configurations.List<ImportImageLicenseConfigurationResponse>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 ImportImageLicenseConfigurationResponse Modifier and Type Method Description ImportImageResponse.BuilderImportImageResponse.Builder. licenseSpecifications(ImportImageLicenseConfigurationResponse... licenseSpecifications)The ARNs of the license configurations.ImportImageTask.BuilderImportImageTask.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 ImportImageLicenseConfigurationResponse Modifier and Type Method Description ImportImageResponse.BuilderImportImageResponse.Builder. licenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications)The ARNs of the license configurations.ImportImageTask.BuilderImportImageTask.Builder. licenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications)The ARNs of the license configurations that are associated with the import image task.
-