| 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 CreateLicenseManagerReportGeneratorResponse |
LicenseManagerClient.createLicenseManagerReportGenerator(Consumer<CreateLicenseManagerReportGeneratorRequest.Builder> createLicenseManagerReportGeneratorRequest)
Creates a report generator.
|
default CompletableFuture<CreateLicenseManagerReportGeneratorResponse> |
LicenseManagerAsyncClient.createLicenseManagerReportGenerator(Consumer<CreateLicenseManagerReportGeneratorRequest.Builder> createLicenseManagerReportGeneratorRequest)
Creates a report generator.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.builder() |
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.description(String description)
Description of the report generator.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.reportContext(Consumer<ReportContext.Builder> reportContext)
Defines the type of license configuration the report generator tracks.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.reportContext(ReportContext reportContext)
Defines the type of license configuration the report generator tracks.
|
default CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.reportFrequency(Consumer<ReportFrequency.Builder> reportFrequency)
Frequency by which reports are generated.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.reportFrequency(ReportFrequency reportFrequency)
Frequency by which reports are generated.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.reportGeneratorName(String reportGeneratorName)
Name of the report generator.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.tags(Collection<Tag> tags)
Tags to add to the report generator.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Tags to add to the report generator.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.tags(Tag... tags)
Tags to add to the report generator.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.toBuilder() |
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.type(Collection<ReportType> type)
Type of reports to generate.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.type(ReportType... type)
Type of reports to generate.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.typeWithStrings(Collection<String> type)
Type of reports to generate.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.typeWithStrings(String... type)
Type of reports to generate.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLicenseManagerReportGeneratorRequest.Builder> |
CreateLicenseManagerReportGeneratorRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.