| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseConfigurationUsage |
LicenseConfigurationUsage.clone() |
LicenseConfigurationUsage |
LicenseConfigurationUsage.withAssociationTime(Date associationTime)
Time when the license configuration was initially associated with the resource.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withConsumedLicenses(Long consumedLicenses)
Number of licenses consumed by the resource.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withResourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withResourceOwnerId(String resourceOwnerId)
ID of the account that owns the resource.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withResourceStatus(String resourceStatus)
Status of the resource.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withResourceType(ResourceType resourceType)
Type of resource.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withResourceType(String resourceType)
Type of resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseConfigurationUsage> |
ListUsageForLicenseConfigurationResult.getLicenseConfigurationUsageList()
Information about the license configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsageForLicenseConfigurationResult |
ListUsageForLicenseConfigurationResult.withLicenseConfigurationUsageList(LicenseConfigurationUsage... licenseConfigurationUsageList)
Information about the license configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsageForLicenseConfigurationResult.setLicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
Information about the license configurations.
|
ListUsageForLicenseConfigurationResult |
ListUsageForLicenseConfigurationResult.withLicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
Information about the license configurations.
|
Copyright © 2019. All rights reserved.