| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager |
|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
GetLicenseConfigurationResult |
AbstractAWSLicenseManager.getLicenseConfiguration(GetLicenseConfigurationRequest request) |
GetLicenseConfigurationResult |
AWSLicenseManager.getLicenseConfiguration(GetLicenseConfigurationRequest getLicenseConfigurationRequest)
Gets detailed information about the specified license configuration.
|
GetLicenseConfigurationResult |
AWSLicenseManagerClient.getLicenseConfiguration(GetLicenseConfigurationRequest request)
Gets detailed information about the specified license configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLicenseConfigurationResult> |
AWSLicenseManagerAsyncClient.getLicenseConfigurationAsync(GetLicenseConfigurationRequest request,
AsyncHandler<GetLicenseConfigurationRequest,GetLicenseConfigurationResult> asyncHandler) |
Future<GetLicenseConfigurationResult> |
AbstractAWSLicenseManagerAsync.getLicenseConfigurationAsync(GetLicenseConfigurationRequest request,
AsyncHandler<GetLicenseConfigurationRequest,GetLicenseConfigurationResult> asyncHandler) |
Future<GetLicenseConfigurationResult> |
AWSLicenseManagerAsync.getLicenseConfigurationAsync(GetLicenseConfigurationRequest getLicenseConfigurationRequest,
AsyncHandler<GetLicenseConfigurationRequest,GetLicenseConfigurationResult> asyncHandler)
Gets detailed information about the specified license configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.clone() |
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withAutomatedDiscoveryInformation(AutomatedDiscoveryInformation automatedDiscoveryInformation)
Automated discovery information.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withConsumedLicenses(Long consumedLicenses)
Number of licenses assigned to resources.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withConsumedLicenseSummaryList(Collection<ConsumedLicenseSummary> consumedLicenseSummaryList)
Summaries of the licenses consumed by resources.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withConsumedLicenseSummaryList(ConsumedLicenseSummary... consumedLicenseSummaryList)
Summaries of the licenses consumed by resources.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withDescription(String description)
Description of the license configuration.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withLicenseConfigurationId(String licenseConfigurationId)
Unique ID for the license configuration.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withLicenseCount(Long licenseCount)
Number of available licenses.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withLicenseCountHardLimit(Boolean licenseCountHardLimit)
Sets the number of available licenses as a hard limit.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withLicenseCountingType(LicenseCountingType licenseCountingType)
Dimension on which the licenses are counted.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withLicenseCountingType(String licenseCountingType)
Dimension on which the licenses are counted.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withLicenseRules(Collection<String> licenseRules)
License rules.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withLicenseRules(String... licenseRules)
License rules.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withManagedResourceSummaryList(Collection<ManagedResourceSummary> managedResourceSummaryList)
Summaries of the managed resources.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withManagedResourceSummaryList(ManagedResourceSummary... managedResourceSummaryList)
Summaries of the managed resources.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withName(String name)
Name of the license configuration.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withOwnerAccountId(String ownerAccountId)
Account ID of the owner of the license configuration.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withProductInformationList(Collection<ProductInformation> productInformationList)
Product information.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withProductInformationList(ProductInformation... productInformationList)
Product information.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withStatus(String status)
License configuration status.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withTags(Collection<Tag> tags)
Tags for the license configuration.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withTags(Tag... tags)
Tags for the license configuration.
|
Copyright © 2019. All rights reserved.