| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseConfiguration |
LicenseConfiguration.clone() |
LicenseConfiguration |
LicenseConfiguration.withAutomatedDiscoveryInformation(AutomatedDiscoveryInformation automatedDiscoveryInformation)
Automated discovery information.
|
LicenseConfiguration |
LicenseConfiguration.withConsumedLicenses(Long consumedLicenses)
Number of licenses consumed.
|
LicenseConfiguration |
LicenseConfiguration.withConsumedLicenseSummaryList(Collection<ConsumedLicenseSummary> consumedLicenseSummaryList)
Summaries for licenses consumed by various resources.
|
LicenseConfiguration |
LicenseConfiguration.withConsumedLicenseSummaryList(ConsumedLicenseSummary... consumedLicenseSummaryList)
Summaries for licenses consumed by various resources.
|
LicenseConfiguration |
LicenseConfiguration.withDescription(String description)
Description of the license configuration.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseConfigurationId(String licenseConfigurationId)
Unique ID of the license configuration.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseCount(Long licenseCount)
Number of licenses managed by the license configuration.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseCountHardLimit(Boolean licenseCountHardLimit)
Number of available licenses as a hard limit.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseCountingType(LicenseCountingType licenseCountingType)
Dimension to use to track the license inventory.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseCountingType(String licenseCountingType)
Dimension to use to track the license inventory.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseRules(Collection<String> licenseRules)
License rules.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseRules(String... licenseRules)
License rules.
|
LicenseConfiguration |
LicenseConfiguration.withManagedResourceSummaryList(Collection<ManagedResourceSummary> managedResourceSummaryList)
Summaries for managed resources.
|
LicenseConfiguration |
LicenseConfiguration.withManagedResourceSummaryList(ManagedResourceSummary... managedResourceSummaryList)
Summaries for managed resources.
|
LicenseConfiguration |
LicenseConfiguration.withName(String name)
Name of the license configuration.
|
LicenseConfiguration |
LicenseConfiguration.withOwnerAccountId(String ownerAccountId)
Account ID of the license configuration's owner.
|
LicenseConfiguration |
LicenseConfiguration.withProductInformationList(Collection<ProductInformation> productInformationList)
Product information.
|
LicenseConfiguration |
LicenseConfiguration.withProductInformationList(ProductInformation... productInformationList)
Product information.
|
LicenseConfiguration |
LicenseConfiguration.withStatus(String status)
Status of the license configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseConfiguration> |
ListLicenseConfigurationsResult.getLicenseConfigurations()
Information about the license configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListLicenseConfigurationsResult |
ListLicenseConfigurationsResult.withLicenseConfigurations(LicenseConfiguration... licenseConfigurations)
Information about the license configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLicenseConfigurationsResult.setLicenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Information about the license configurations.
|
ListLicenseConfigurationsResult |
ListLicenseConfigurationsResult.withLicenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Information about the license configurations.
|
Copyright © 2020. All rights reserved.