| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.automatedDiscoveryInformation(AutomatedDiscoveryInformation automatedDiscoveryInformation)
Automated discovery information.
|
default GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.automatedDiscoveryInformation(Consumer<AutomatedDiscoveryInformation.Builder> automatedDiscoveryInformation)
Automated discovery information.
|
static GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.builder() |
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.consumedLicenses(Long consumedLicenses)
Number of licenses assigned to resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.consumedLicenseSummaryList(Collection<ConsumedLicenseSummary> consumedLicenseSummaryList)
Summaries of the licenses consumed by resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.consumedLicenseSummaryList(ConsumedLicenseSummary... consumedLicenseSummaryList)
Summaries of the licenses consumed by resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.consumedLicenseSummaryList(Consumer<ConsumedLicenseSummary.Builder>... consumedLicenseSummaryList)
Summaries of the licenses consumed by resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.description(String description)
Description of the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.disassociateWhenNotFound(Boolean disassociateWhenNotFound)
When true, disassociates a resource when software is uninstalled.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseConfigurationId(String licenseConfigurationId)
Unique ID for the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseCount(Long licenseCount)
Number of available licenses.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseCountHardLimit(Boolean licenseCountHardLimit)
Sets the number of available licenses as a hard limit.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseCountingType(LicenseCountingType licenseCountingType)
Dimension for which the licenses are counted.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseCountingType(String licenseCountingType)
Dimension for which the licenses are counted.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseRules(Collection<String> licenseRules)
License rules.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseRules(String... licenseRules)
License rules.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.managedResourceSummaryList(Collection<ManagedResourceSummary> managedResourceSummaryList)
Summaries of the managed resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.managedResourceSummaryList(Consumer<ManagedResourceSummary.Builder>... managedResourceSummaryList)
Summaries of the managed resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.managedResourceSummaryList(ManagedResourceSummary... managedResourceSummaryList)
Summaries of the managed resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.name(String name)
Name of the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.ownerAccountId(String ownerAccountId)
Account ID of the owner of the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.productInformationList(Collection<ProductInformation> productInformationList)
Product information.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.productInformationList(Consumer<ProductInformation.Builder>... productInformationList)
Product information.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.productInformationList(ProductInformation... productInformationList)
Product information.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.status(String status)
License configuration status.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.tags(Collection<Tag> tags)
Tags for the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.tags(Consumer<Tag.Builder>... tags)
Tags for the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.tags(Tag... tags)
Tags for the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLicenseConfigurationResponse.Builder> |
GetLicenseConfigurationResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.