Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LicenseConfigurationRequest |
LicenseConfigurationRequest.clone() |
LicenseConfigurationRequest |
LicenseConfigurationRequest.withLicenseConfigurationArn(String licenseConfigurationArn)
The Amazon Resource Name (ARN) of the license configuration.
|
Modifier and Type | Method and Description |
---|---|
List<LicenseConfigurationRequest> |
RunInstancesRequest.getLicenseSpecifications()
The license configurations.
|
Modifier and Type | Method and Description |
---|---|
RunInstancesRequest |
RunInstancesRequest.withLicenseSpecifications(LicenseConfigurationRequest... licenseSpecifications)
The license configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
RunInstancesRequest.setLicenseSpecifications(Collection<LicenseConfigurationRequest> licenseSpecifications)
The license configurations.
|
RunInstancesRequest |
RunInstancesRequest.withLicenseSpecifications(Collection<LicenseConfigurationRequest> licenseSpecifications)
The license configurations.
|
Copyright © 2023. All rights reserved.