| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ImportImageResponse.Builder |
ImportImageResponse.Builder.licenseSpecifications(ImportImageLicenseConfigurationResponse... licenseSpecifications)
The ARNs of the license configurations.
|
ImportImageTask.Builder |
ImportImageTask.Builder.licenseSpecifications(ImportImageLicenseConfigurationResponse... licenseSpecifications)
The ARNs of the license configurations that are associated with the import image task.
|
| Modifier and Type | Method and Description |
|---|---|
ImportImageResponse.Builder |
ImportImageResponse.Builder.licenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications)
The ARNs of the license configurations.
|
ImportImageTask.Builder |
ImportImageTask.Builder.licenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications)
The ARNs of the license configurations that are associated with the import image task.
|
Copyright © 2021. All rights reserved.