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