| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportType |
ReportType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ReportType |
ReportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportType[] |
ReportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ReportType> |
ReportType.knownValues()
|
List<ReportType> |
ReportGenerator.reportType()
Type of reports that are generated.
|
List<ReportType> |
UpdateLicenseManagerReportGeneratorRequest.type()
Type of reports to generate.
|
List<ReportType> |
CreateLicenseManagerReportGeneratorRequest.type()
Type of reports to generate.
|
| Modifier and Type | Method and Description |
|---|---|
ReportGenerator.Builder |
ReportGenerator.Builder.reportType(ReportType... reportType)
Type of reports that are generated.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.type(ReportType... type)
Type of reports to generate.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.type(ReportType... type)
Type of reports to generate.
|
| Modifier and Type | Method and Description |
|---|---|
ReportGenerator.Builder |
ReportGenerator.Builder.reportType(Collection<ReportType> reportType)
Type of reports that are generated.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.type(Collection<ReportType> type)
Type of reports to generate.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.type(Collection<ReportType> type)
Type of reports to generate.
|
Copyright © 2023. All rights reserved.