Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListLicenseManagerReportGeneratorsResponse
-
Packages that use ListLicenseManagerReportGeneratorsResponse 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 ListLicenseManagerReportGeneratorsResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return ListLicenseManagerReportGeneratorsResponse Modifier and Type Method Description default ListLicenseManagerReportGeneratorsResponseLicenseManagerClient. listLicenseManagerReportGenerators(Consumer<ListLicenseManagerReportGeneratorsRequest.Builder> listLicenseManagerReportGeneratorsRequest)Lists the report generators for your account.default ListLicenseManagerReportGeneratorsResponseLicenseManagerClient. listLicenseManagerReportGenerators(ListLicenseManagerReportGeneratorsRequest listLicenseManagerReportGeneratorsRequest)Lists the report generators for your account.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type ListLicenseManagerReportGeneratorsResponse Modifier and Type Method Description default CompletableFuture<ListLicenseManagerReportGeneratorsResponse>LicenseManagerAsyncClient. listLicenseManagerReportGenerators(Consumer<ListLicenseManagerReportGeneratorsRequest.Builder> listLicenseManagerReportGeneratorsRequest)Lists the report generators for your account.default CompletableFuture<ListLicenseManagerReportGeneratorsResponse>LicenseManagerAsyncClient. listLicenseManagerReportGenerators(ListLicenseManagerReportGeneratorsRequest listLicenseManagerReportGeneratorsRequest)Lists the report generators for your account.
-