| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager |
License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts
and on-premises servers.
|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLicenseManagerReportGeneratorResponse |
LicenseManagerClient.updateLicenseManagerReportGenerator(Consumer<UpdateLicenseManagerReportGeneratorRequest.Builder> updateLicenseManagerReportGeneratorRequest)
Updates a report generator.
|
default CompletableFuture<UpdateLicenseManagerReportGeneratorResponse> |
LicenseManagerAsyncClient.updateLicenseManagerReportGenerator(Consumer<UpdateLicenseManagerReportGeneratorRequest.Builder> updateLicenseManagerReportGeneratorRequest)
Updates a report generator.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.builder() |
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.description(String description)
Description of the report generator.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.licenseManagerReportGeneratorArn(String licenseManagerReportGeneratorArn)
Amazon Resource Name (ARN) of the report generator to update.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.reportContext(Consumer<ReportContext.Builder> reportContext)
The report context.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.reportContext(ReportContext reportContext)
The report context.
|
default UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.reportFrequency(Consumer<ReportFrequency.Builder> reportFrequency)
Frequency by which reports are generated.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.reportFrequency(ReportFrequency reportFrequency)
Frequency by which reports are generated.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.reportGeneratorName(String reportGeneratorName)
Name of the report generator.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.toBuilder() |
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.type(Collection<ReportType> type)
Type of reports to generate.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.type(ReportType... type)
Type of reports to generate.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.typeWithStrings(Collection<String> type)
Type of reports to generate.
|
UpdateLicenseManagerReportGeneratorRequest.Builder |
UpdateLicenseManagerReportGeneratorRequest.Builder.typeWithStrings(String... type)
Type of reports to generate.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLicenseManagerReportGeneratorRequest.Builder> |
UpdateLicenseManagerReportGeneratorRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.