| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportContext.Builder |
ReportContext.builder() |
ReportContext.Builder |
ReportContext.Builder.licenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
|
ReportContext.Builder |
ReportContext.Builder.licenseConfigurationArns(String... licenseConfigurationArns)
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
|
ReportContext.Builder |
ReportContext.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportContext.Builder> |
ReportContext.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.reportContext(Consumer<ReportContext.Builder> reportContext)
The report context.
|
default CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.reportContext(Consumer<ReportContext.Builder> reportContext)
Defines the type of license configuration the report generator tracks.
|
default ReportGenerator.Builder |
ReportGenerator.Builder.reportContext(Consumer<ReportContext.Builder> reportContext)
License configuration type for this generator.
|
Copyright © 2023. All rights reserved.