Uses of Class
software.amazon.awssdk.services.licensemanager.model.LicenseSpecification
-
Packages that use LicenseSpecification Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of LicenseSpecification in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type LicenseSpecification Modifier and Type Method 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.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type LicenseSpecification Modifier and Type Method Description UpdateLicenseSpecificationsForResourceRequest.BuilderUpdateLicenseSpecificationsForResourceRequest.Builder. addLicenseSpecifications(LicenseSpecification... addLicenseSpecifications)ARNs of the license configurations to add.ListLicenseSpecificationsForResourceResponse.BuilderListLicenseSpecificationsForResourceResponse.Builder. licenseSpecifications(LicenseSpecification... licenseSpecifications)License configurations associated with a resource.UpdateLicenseSpecificationsForResourceRequest.BuilderUpdateLicenseSpecificationsForResourceRequest.Builder. removeLicenseSpecifications(LicenseSpecification... removeLicenseSpecifications)ARNs of the license configurations to remove.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type LicenseSpecification Modifier and Type Method Description UpdateLicenseSpecificationsForResourceRequest.BuilderUpdateLicenseSpecificationsForResourceRequest.Builder. addLicenseSpecifications(Collection<LicenseSpecification> addLicenseSpecifications)ARNs of the license configurations to add.ListLicenseSpecificationsForResourceResponse.BuilderListLicenseSpecificationsForResourceResponse.Builder. licenseSpecifications(Collection<LicenseSpecification> licenseSpecifications)License configurations associated with a resource.UpdateLicenseSpecificationsForResourceRequest.BuilderUpdateLicenseSpecificationsForResourceRequest.Builder. removeLicenseSpecifications(Collection<LicenseSpecification> removeLicenseSpecifications)ARNs of the license configurations to remove.
-