Uses of Interface
software.amazon.awssdk.services.licensemanager.model.ReportContext.Builder
-
Packages that use ReportContext.Builder Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of ReportContext.Builder in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return ReportContext.Builder Modifier and Type Method Description static ReportContext.BuilderReportContext. builder()ReportContext.BuilderReportContext.Builder. licenseConfigurationArns(String... licenseConfigurationArns)Amazon Resource Name (ARN) of the license configuration that this generator reports on.ReportContext.BuilderReportContext.Builder. licenseConfigurationArns(Collection<String> licenseConfigurationArns)Amazon Resource Name (ARN) of the license configuration that this generator reports on.ReportContext.BuilderReportContext. toBuilder()Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type ReportContext.Builder Modifier and Type Method Description static Class<? extends ReportContext.Builder>ReportContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type ReportContext.Builder Modifier and Type Method Description default CreateLicenseManagerReportGeneratorRequest.BuilderCreateLicenseManagerReportGeneratorRequest.Builder. reportContext(Consumer<ReportContext.Builder> reportContext)Defines the type of license configuration the report generator tracks.default ReportGenerator.BuilderReportGenerator.Builder. reportContext(Consumer<ReportContext.Builder> reportContext)License configuration type for this generator.default UpdateLicenseManagerReportGeneratorRequest.BuilderUpdateLicenseManagerReportGeneratorRequest.Builder. reportContext(Consumer<ReportContext.Builder> reportContext)The report context.
-