| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSpecification> |
UpdateLicenseSpecificationsForResourceRequest.addLicenseSpecifications()
ARNs of the license configurations to add.
|
List<LicenseSpecification> |
ListLicenseSpecificationsForResourceResponse.licenseSpecifications()
License configurations associated with a resource.
|
List<LicenseSpecification> |
UpdateLicenseSpecificationsForResourceRequest.removeLicenseSpecifications()
ARNs of the license configurations to remove.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLicenseSpecificationsForResourceRequest.Builder |
UpdateLicenseSpecificationsForResourceRequest.Builder.addLicenseSpecifications(LicenseSpecification... addLicenseSpecifications)
ARNs of the license configurations to add.
|
ListLicenseSpecificationsForResourceResponse.Builder |
ListLicenseSpecificationsForResourceResponse.Builder.licenseSpecifications(LicenseSpecification... licenseSpecifications)
License configurations associated with a resource.
|
UpdateLicenseSpecificationsForResourceRequest.Builder |
UpdateLicenseSpecificationsForResourceRequest.Builder.removeLicenseSpecifications(LicenseSpecification... removeLicenseSpecifications)
ARNs of the license configurations to remove.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLicenseSpecificationsForResourceRequest.Builder |
UpdateLicenseSpecificationsForResourceRequest.Builder.addLicenseSpecifications(Collection<LicenseSpecification> addLicenseSpecifications)
ARNs of the license configurations to add.
|
ListLicenseSpecificationsForResourceResponse.Builder |
ListLicenseSpecificationsForResourceResponse.Builder.licenseSpecifications(Collection<LicenseSpecification> licenseSpecifications)
License configurations associated with a resource.
|
UpdateLicenseSpecificationsForResourceRequest.Builder |
UpdateLicenseSpecificationsForResourceRequest.Builder.removeLicenseSpecifications(Collection<LicenseSpecification> removeLicenseSpecifications)
ARNs of the license configurations to remove.
|
Copyright © 2022. All rights reserved.