Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LicenseConfiguration |
LicenseConfiguration.clone() |
LicenseConfiguration |
LicenseConfiguration.withLicenseConfigurationArn(String licenseConfigurationArn)
The Amazon Resource Name (ARN) of the license configuration.
|
Modifier and Type | Method and Description |
---|---|
List<LicenseConfiguration> |
Instance.getLicenses()
The license configurations for the instance.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.withLicenses(LicenseConfiguration... licenses)
The license configurations for the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setLicenses(Collection<LicenseConfiguration> licenses)
The license configurations for the instance.
|
Instance |
Instance.withLicenses(Collection<LicenseConfiguration> licenses)
The license configurations for the instance.
|
Copyright © 2024. All rights reserved.