Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ImportImageLicenseConfigurationResponse |
ImportImageLicenseConfigurationResponse.clone() |
ImportImageLicenseConfigurationResponse |
ImportImageLicenseConfigurationResponse.withLicenseConfigurationArn(String licenseConfigurationArn)
The ARN of a license configuration.
|
Modifier and Type | Method and Description |
---|---|
List<ImportImageLicenseConfigurationResponse> |
ImportImageTask.getLicenseSpecifications()
The ARNs of the license configurations that are associated with the import image task.
|
List<ImportImageLicenseConfigurationResponse> |
ImportImageResult.getLicenseSpecifications()
The ARNs of the license configurations.
|
Modifier and Type | Method and Description |
---|---|
ImportImageTask |
ImportImageTask.withLicenseSpecifications(ImportImageLicenseConfigurationResponse... licenseSpecifications)
The ARNs of the license configurations that are associated with the import image task.
|
ImportImageResult |
ImportImageResult.withLicenseSpecifications(ImportImageLicenseConfigurationResponse... licenseSpecifications)
The ARNs of the license configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportImageTask.setLicenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications)
The ARNs of the license configurations that are associated with the import image task.
|
void |
ImportImageResult.setLicenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications)
The ARNs of the license configurations.
|
ImportImageTask |
ImportImageTask.withLicenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications)
The ARNs of the license configurations that are associated with the import image task.
|
ImportImageResult |
ImportImageResult.withLicenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications)
The ARNs of the license configurations.
|
Copyright © 2021. All rights reserved.