Uses of Class
software.amazon.awssdk.services.licensemanager.model.ReportGenerator
-
Packages that use ReportGenerator Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of ReportGenerator in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return ReportGenerator Modifier and Type Method Description ReportGeneratorGetLicenseManagerReportGeneratorResponse. reportGenerator()A report generator that creates periodic reports about your license configurations.Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type ReportGenerator Modifier and Type Method Description List<ReportGenerator>ListLicenseManagerReportGeneratorsResponse. reportGenerators()A report generator that creates periodic reports about your license configurations.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type ReportGenerator Modifier and Type Method Description GetLicenseManagerReportGeneratorResponse.BuilderGetLicenseManagerReportGeneratorResponse.Builder. reportGenerator(ReportGenerator reportGenerator)A report generator that creates periodic reports about your license configurations.ListLicenseManagerReportGeneratorsResponse.BuilderListLicenseManagerReportGeneratorsResponse.Builder. reportGenerators(ReportGenerator... reportGenerators)A report generator that creates periodic reports about your license configurations.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type ReportGenerator Modifier and Type Method Description ListLicenseManagerReportGeneratorsResponse.BuilderListLicenseManagerReportGeneratorsResponse.Builder. reportGenerators(Collection<ReportGenerator> reportGenerators)A report generator that creates periodic reports about your license configurations.
-