Uses of Class
software.amazon.awssdk.services.licensemanager.model.CheckInLicenseResponse
-
Packages that use CheckInLicenseResponse 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. -
-
Uses of CheckInLicenseResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return CheckInLicenseResponse Modifier and Type Method Description default CheckInLicenseResponseLicenseManagerClient. checkInLicense(Consumer<CheckInLicenseRequest.Builder> checkInLicenseRequest)Checks in the specified license.default CheckInLicenseResponseLicenseManagerClient. checkInLicense(CheckInLicenseRequest checkInLicenseRequest)Checks in the specified license.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type CheckInLicenseResponse Modifier and Type Method Description default CompletableFuture<CheckInLicenseResponse>LicenseManagerAsyncClient. checkInLicense(Consumer<CheckInLicenseRequest.Builder> checkInLicenseRequest)Checks in the specified license.default CompletableFuture<CheckInLicenseResponse>LicenseManagerAsyncClient. checkInLicense(CheckInLicenseRequest checkInLicenseRequest)Checks in the specified license.
-