| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
ReportGenerator |
ReportGenerator.clone() |
ReportGenerator |
GetLicenseManagerReportGeneratorResult.getReportGenerator()
A report generator that creates periodic reports on your license configurations.
|
ReportGenerator |
ReportGenerator.withCreateTime(String createTime)
Time the report was created.
|
ReportGenerator |
ReportGenerator.withDescription(String description)
Description of the report generator.
|
ReportGenerator |
ReportGenerator.withLastReportGenerationTime(String lastReportGenerationTime)
Time the last report was generated at.
|
ReportGenerator |
ReportGenerator.withLastRunFailureReason(String lastRunFailureReason)
Failure message for the last report generation attempt.
|
ReportGenerator |
ReportGenerator.withLastRunStatus(String lastRunStatus)
Status of the last report generation attempt.
|
ReportGenerator |
ReportGenerator.withLicenseManagerReportGeneratorArn(String licenseManagerReportGeneratorArn)
Amazon Resource Number (ARN) of the report generator.
|
ReportGenerator |
ReportGenerator.withReportContext(ReportContext reportContext)
License configuration type this generator reports on.
|
ReportGenerator |
ReportGenerator.withReportCreatorAccount(String reportCreatorAccount)
The AWS account ID used to create the report generator.
|
ReportGenerator |
ReportGenerator.withReportFrequency(ReportFrequency reportFrequency)
Details on how frequently reports are generated.
|
ReportGenerator |
ReportGenerator.withReportGeneratorName(String reportGeneratorName)
Name of the report generator.
|
ReportGenerator |
ReportGenerator.withReportType(Collection<String> reportType)
Type of reports that are generated.
|
ReportGenerator |
ReportGenerator.withReportType(ReportType... reportType)
Type of reports that are generated.
|
ReportGenerator |
ReportGenerator.withReportType(String... reportType)
Type of reports that are generated.
|
ReportGenerator |
ReportGenerator.withS3Location(S3Location s3Location)
Details of the S3 bucket that report generator reports are published to.
|
ReportGenerator |
ReportGenerator.withTags(Collection<Tag> tags)
Tags associated with the report generator.
|
ReportGenerator |
ReportGenerator.withTags(Tag... tags)
Tags associated with the report generator.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportGenerator> |
ListLicenseManagerReportGeneratorsResult.getReportGenerators()
A report generator that creates periodic reports on your license configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLicenseManagerReportGeneratorResult.setReportGenerator(ReportGenerator reportGenerator)
A report generator that creates periodic reports on your license configurations.
|
GetLicenseManagerReportGeneratorResult |
GetLicenseManagerReportGeneratorResult.withReportGenerator(ReportGenerator reportGenerator)
A report generator that creates periodic reports on your license configurations.
|
ListLicenseManagerReportGeneratorsResult |
ListLicenseManagerReportGeneratorsResult.withReportGenerators(ReportGenerator... reportGenerators)
A report generator that creates periodic reports on your license configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLicenseManagerReportGeneratorsResult.setReportGenerators(Collection<ReportGenerator> reportGenerators)
A report generator that creates periodic reports on your license configurations.
|
ListLicenseManagerReportGeneratorsResult |
ListLicenseManagerReportGeneratorsResult.withReportGenerators(Collection<ReportGenerator> reportGenerators)
A report generator that creates periodic reports on your license configurations.
|
Copyright © 2021. All rights reserved.