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