Uses of Class
software.amazon.awssdk.services.licensemanager.model.GetLicenseManagerReportGeneratorResponse
-
Packages that use GetLicenseManagerReportGeneratorResponse 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 GetLicenseManagerReportGeneratorResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return GetLicenseManagerReportGeneratorResponse Modifier and Type Method Description default GetLicenseManagerReportGeneratorResponseLicenseManagerClient. getLicenseManagerReportGenerator(Consumer<GetLicenseManagerReportGeneratorRequest.Builder> getLicenseManagerReportGeneratorRequest)Gets information about the specified report generator.default GetLicenseManagerReportGeneratorResponseLicenseManagerClient. getLicenseManagerReportGenerator(GetLicenseManagerReportGeneratorRequest getLicenseManagerReportGeneratorRequest)Gets information about the specified report generator.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type GetLicenseManagerReportGeneratorResponse Modifier and Type Method Description default CompletableFuture<GetLicenseManagerReportGeneratorResponse>LicenseManagerAsyncClient. getLicenseManagerReportGenerator(Consumer<GetLicenseManagerReportGeneratorRequest.Builder> getLicenseManagerReportGeneratorRequest)Gets information about the specified report generator.default CompletableFuture<GetLicenseManagerReportGeneratorResponse>LicenseManagerAsyncClient. getLicenseManagerReportGenerator(GetLicenseManagerReportGeneratorRequest getLicenseManagerReportGeneratorRequest)Gets information about the specified report generator.
-