| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager |
License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts
and on-premises servers.
|
| Modifier and Type | Method and Description |
|---|---|
default CheckInLicenseResponse |
LicenseManagerClient.checkInLicense(CheckInLicenseRequest checkInLicenseRequest)
Checks in the specified license.
|
default CheckInLicenseResponse |
LicenseManagerClient.checkInLicense(Consumer<CheckInLicenseRequest.Builder> checkInLicenseRequest)
Checks in the specified license.
|
default CreateLicenseVersionResponse |
LicenseManagerClient.createLicenseVersion(Consumer<CreateLicenseVersionRequest.Builder> createLicenseVersionRequest)
Creates a new version of the specified license.
|
default CreateLicenseVersionResponse |
LicenseManagerClient.createLicenseVersion(CreateLicenseVersionRequest createLicenseVersionRequest)
Creates a new version of the specified license.
|
default DeleteLicenseResponse |
LicenseManagerClient.deleteLicense(Consumer<DeleteLicenseRequest.Builder> deleteLicenseRequest)
Deletes the specified license.
|
default DeleteLicenseResponse |
LicenseManagerClient.deleteLicense(DeleteLicenseRequest deleteLicenseRequest)
Deletes the specified license.
|
Copyright © 2023. All rights reserved.