Uses of Class
software.amazon.awssdk.services.licensemanager.model.GetLicenseResponse
-
Packages that use GetLicenseResponse 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 GetLicenseResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return GetLicenseResponse Modifier and Type Method Description default GetLicenseResponseLicenseManagerClient. getLicense(Consumer<GetLicenseRequest.Builder> getLicenseRequest)Gets detailed information about the specified license.default GetLicenseResponseLicenseManagerClient. getLicense(GetLicenseRequest getLicenseRequest)Gets detailed information about the specified license.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type GetLicenseResponse Modifier and Type Method Description default CompletableFuture<GetLicenseResponse>LicenseManagerAsyncClient. getLicense(Consumer<GetLicenseRequest.Builder> getLicenseRequest)Gets detailed information about the specified license.default CompletableFuture<GetLicenseResponse>LicenseManagerAsyncClient. getLicense(GetLicenseRequest getLicenseRequest)Gets detailed information about the specified license.
-