Uses of Class
software.amazon.awssdk.services.licensemanager.model.ReportContext
-
Packages that use ReportContext Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of ReportContext in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return ReportContext Modifier and Type Method Description ReportContextCreateLicenseManagerReportGeneratorRequest. reportContext()Defines the type of license configuration the report generator tracks.ReportContextReportGenerator. reportContext()License configuration type for this generator.ReportContextUpdateLicenseManagerReportGeneratorRequest. reportContext()The report context.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type ReportContext Modifier and Type Method Description CreateLicenseManagerReportGeneratorRequest.BuilderCreateLicenseManagerReportGeneratorRequest.Builder. reportContext(ReportContext reportContext)Defines the type of license configuration the report generator tracks.ReportGenerator.BuilderReportGenerator.Builder. reportContext(ReportContext reportContext)License configuration type for this generator.UpdateLicenseManagerReportGeneratorRequest.BuilderUpdateLicenseManagerReportGeneratorRequest.Builder. reportContext(ReportContext reportContext)The report context.
-