| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseSpecification |
LicenseSpecification.clone() |
LicenseSpecification |
LicenseSpecification.withLicenseConfigurationArn(String licenseConfigurationArn)
ARN of the
LicenseConfiguration object. |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSpecification> |
UpdateLicenseSpecificationsForResourceRequest.getAddLicenseSpecifications()
License configuration ARNs to be added to a resource.
|
List<LicenseSpecification> |
ListLicenseSpecificationsForResourceResult.getLicenseSpecifications()
License configurations associated with a resource.
|
List<LicenseSpecification> |
UpdateLicenseSpecificationsForResourceRequest.getRemoveLicenseSpecifications()
License configuration ARNs to be removed from a resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLicenseSpecificationsForResourceRequest |
UpdateLicenseSpecificationsForResourceRequest.withAddLicenseSpecifications(LicenseSpecification... addLicenseSpecifications)
License configuration ARNs to be added to a resource.
|
ListLicenseSpecificationsForResourceResult |
ListLicenseSpecificationsForResourceResult.withLicenseSpecifications(LicenseSpecification... licenseSpecifications)
License configurations associated with a resource.
|
UpdateLicenseSpecificationsForResourceRequest |
UpdateLicenseSpecificationsForResourceRequest.withRemoveLicenseSpecifications(LicenseSpecification... removeLicenseSpecifications)
License configuration ARNs to be removed from a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLicenseSpecificationsForResourceRequest.setAddLicenseSpecifications(Collection<LicenseSpecification> addLicenseSpecifications)
License configuration ARNs to be added to a resource.
|
void |
ListLicenseSpecificationsForResourceResult.setLicenseSpecifications(Collection<LicenseSpecification> licenseSpecifications)
License configurations associated with a resource.
|
void |
UpdateLicenseSpecificationsForResourceRequest.setRemoveLicenseSpecifications(Collection<LicenseSpecification> removeLicenseSpecifications)
License configuration ARNs to be removed from a resource.
|
UpdateLicenseSpecificationsForResourceRequest |
UpdateLicenseSpecificationsForResourceRequest.withAddLicenseSpecifications(Collection<LicenseSpecification> addLicenseSpecifications)
License configuration ARNs to be added to a resource.
|
ListLicenseSpecificationsForResourceResult |
ListLicenseSpecificationsForResourceResult.withLicenseSpecifications(Collection<LicenseSpecification> licenseSpecifications)
License configurations associated with a resource.
|
UpdateLicenseSpecificationsForResourceRequest |
UpdateLicenseSpecificationsForResourceRequest.withRemoveLicenseSpecifications(Collection<LicenseSpecification> removeLicenseSpecifications)
License configuration ARNs to be removed from a resource.
|
Copyright © 2019. All rights reserved.