| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseSpecification |
LicenseSpecification.clone() |
LicenseSpecification |
LicenseSpecification.withAmiAssociationScope(String amiAssociationScope)
Scope of AMI associations.
|
LicenseSpecification |
LicenseSpecification.withLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSpecification> |
UpdateLicenseSpecificationsForResourceRequest.getAddLicenseSpecifications()
ARNs of the license configurations to add.
|
List<LicenseSpecification> |
ListLicenseSpecificationsForResourceResult.getLicenseSpecifications()
License configurations associated with a resource.
|
List<LicenseSpecification> |
UpdateLicenseSpecificationsForResourceRequest.getRemoveLicenseSpecifications()
ARNs of the license configurations to remove.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLicenseSpecificationsForResourceRequest |
UpdateLicenseSpecificationsForResourceRequest.withAddLicenseSpecifications(LicenseSpecification... addLicenseSpecifications)
ARNs of the license configurations to add.
|
ListLicenseSpecificationsForResourceResult |
ListLicenseSpecificationsForResourceResult.withLicenseSpecifications(LicenseSpecification... licenseSpecifications)
License configurations associated with a resource.
|
UpdateLicenseSpecificationsForResourceRequest |
UpdateLicenseSpecificationsForResourceRequest.withRemoveLicenseSpecifications(LicenseSpecification... removeLicenseSpecifications)
ARNs of the license configurations to remove.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLicenseSpecificationsForResourceRequest.setAddLicenseSpecifications(Collection<LicenseSpecification> addLicenseSpecifications)
ARNs of the license configurations to add.
|
void |
ListLicenseSpecificationsForResourceResult.setLicenseSpecifications(Collection<LicenseSpecification> licenseSpecifications)
License configurations associated with a resource.
|
void |
UpdateLicenseSpecificationsForResourceRequest.setRemoveLicenseSpecifications(Collection<LicenseSpecification> removeLicenseSpecifications)
ARNs of the license configurations to remove.
|
UpdateLicenseSpecificationsForResourceRequest |
UpdateLicenseSpecificationsForResourceRequest.withAddLicenseSpecifications(Collection<LicenseSpecification> addLicenseSpecifications)
ARNs of the license configurations to add.
|
ListLicenseSpecificationsForResourceResult |
ListLicenseSpecificationsForResourceResult.withLicenseSpecifications(Collection<LicenseSpecification> licenseSpecifications)
License configurations associated with a resource.
|
UpdateLicenseSpecificationsForResourceRequest |
UpdateLicenseSpecificationsForResourceRequest.withRemoveLicenseSpecifications(Collection<LicenseSpecification> removeLicenseSpecifications)
ARNs of the license configurations to remove.
|
Copyright © 2021. All rights reserved.